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 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 Rodin::Variational::TestFunction
Represents a function which belongs to a test space.