Div.h file
Divergence operator for vector-valued functions.
This file defines the Div class, which computes the divergence of vector-valued functions in variational formulations. The divergence is a fundamental differential operator that measures the "outflow" of a vector field.
Mathematical Foundation
For a vector field , the divergence is defined as:
Applications
- Incompressibility constraint:
- Conservation laws:
- Mixed formulations for elliptic problems
Namespaces
- namespace Rodin
- The Rodin library for Shape and Topology Optimization.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing variational problems.
Classes
-
template<class FES, class Data, class Derived>class Rodin::Variational::DivBase<GridFunction<FES, Data>, Derived>
- Divergence of a P1 GridFunction.