#include <Rodin/Variational/Div.h>
template<class Operand, class Derived>
DivBase class
Base class for divergence operator implementations.
| Template parameters | |
|---|---|
| Operand | Type of the vector function |
| Derived | Derived class (CRTP pattern) |
DivBase provides the foundation for computing divergences of vector-valued functions. The divergence operator maps vector fields to scalar fields.