TrialFunction.h file
Trial functions (solution functions) for variational formulations.
This file defines the TrialFunction class, which represents the trial or solution functions in the weak formulation of partial differential equations. Trial functions are the unknowns being solved for in the finite element method.
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 Solution, class FES>class Rodin::Variational::TrialFunctionReference
- Reference wrapper for trial functions.
-
template<class Solution, class FES>class Rodin::Variational::TrialFunction
- Represents a function which belongs to a trial space.