#include <Rodin/Variational/Grad.h>
template<class Operand, class Derived>
GradBase class
Base class for gradient operator implementations.
| Template parameters | |
|---|---|
| Operand | Type of the function being differentiated |
| Derived | Derived class (CRTP pattern) |
Base class for Grad classes.
GradBase provides the foundation for computing gradients of different function types (grid functions, shape functions, etc.).