GridFunction Template Specializations module
Template specializations of the GridFunction class.
| Specialization | Description |
|---|---|
| GridFunction<FES, Math:: | Grid function backed by a dense local vector. |
| GridFunction<FES, Vec> | Grid function backed by a PETSc vector for distributed assembly. |
Classes
-
template<class FES>class Rodin::Variational::GridFunction<FES, ::Vec>
- Grid function specialization storing DOF coefficients in a PETSc vector (
Vec). -
template<class FES>class Rodin::Variational::GridFunction<FES, Math::Vector<typename FormLanguage::Traits<FES>::ScalarType>>
- Grid function storing its degrees of freedom in a dense Math::Vector over the space's scalar type (the standard local backend).