GridFunction Template Specializations module
Template specializations of the GridFunction class.
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).