Grad.h file
Gradient operator for scalar functions and shape functions.
This file defines the Grad class, which computes the gradient (spatial derivative) of scalar functions in variational formulations. The gradient is a fundamental differential operator in finite element analysis.
Namespaces
- namespace Rodin
- The Rodin library for Shape and Topology Optimization.
- namespace Rodin::FormLanguage
- Module for writing high level abstract expressions.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing variational problems.
Classes
-
template<class FES, class Data, class Derived>class Rodin::Variational::GradBase<GridFunction<FES, Data>, Derived>
- Gradient operator for grid functions.