Problem Template Specializations module
Template specializations of the Problem class.
| Specialization | Description |
|---|---|
| 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:: | 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
OperatorandVectorgeneric types in a sequential context.