12 #ifndef MFEM_LINEARFORM 13 #define MFEM_LINEARFORM 15 #include "../config/config.hpp"
Class for grid function - Vector with associated FE space.
std::function< double(const Vector &)> f(double mass_coeff)
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
void SetSize(int nsize)
Change the logical size of the array, keep existing entries.
int Size() const
Return the logical size of the array.
virtual bool UseDevice() const
Return the device flag of the Memory object used by the Vector.