Rodin/Variational/TestFunction.h file

Test functions for variational formulations.

This file defines the TestFunction class, which represents the test functions (also known as weighting functions) in the weak formulation of partial differential equations using the finite element method.

Namespaces

namespace Rodin
The Rodin library for finite element methods and shape optimization.
namespace Rodin::FormLanguage
Namespace Rodin::FormLanguage.
namespace Rodin::Variational
Namespace Rodin::Variational.

Classes

template<class FES>
struct Rodin::FormLanguage::Traits<Variational::TestFunction<FES>>
Type traits for TestFunction: exposes the finite element space and the shape function space.
template<class FES>
class Rodin::Variational::TestFunction
Represents a function which belongs to a test space.