12 #ifndef MFEM_LINEARFORM
13 #define MFEM_LINEARFORM
15 #include "../config/config.hpp"
49 bool HaveDeltaLocations() {
return (dlfi_delta_elem_id.
Size() != 0); }
52 void ResetDeltaLocations() { dlfi_delta_elem_id.
SetSize(0); }
int Size() const
Logical size of the array.
Class for grid function - Vector with associated FE space.
void SetSize(int s)
Resize the vector to size s.
void SetSize(int nsize)
Change logical size of the array, keep existing entries.