Problem Template Specializations module

Template specializations of the Problem class.

SpecializationDescription
Problem<LinearSystem, U, V>Linear variational problem with one trial and one test function.
Problem<LinearSystem, U1, U2, U3, Us...>Mixed linear variational problem with three or more functions.
Problem<PETSc::LinearSystem, ...>PETSc-backed variational problem for distributed linear systems.

Classes

template<class LinearSystem, class U, class V>
class Rodin::Variational::ProblemUVBase
General class to assemble linear systems with Operator and Vector generic types in a sequential context.