35 template <
int spacedim,
class Value>
Declaration of class which handles the ordering of degrees of freedom (dof) and mappings between loca...
virtual void value_list(const std::vector< Point > &point_list, const ElementAccessor< spacedim > &elm, std::vector< typename Value::return_type > &value_list)
FieldAlgorithmBase< spacedim, Value >::Point Point
static const int registrar
Registrar of class to factory.
FieldAlgorithmBase< spacedim, Value > FactoryBaseType
unsigned int * dof_indices
void set_fe_data(const DOFHandlerMultiDim *dh, Mapping< 1, 3 > *map1, Mapping< 2, 3 > *map2, Mapping< 3, 3 > *map3, const Vec *data)
Provides the numbering of the finite element degrees of freedom on the computational mesh...
virtual Value::return_type const & value(const Point &p, const ElementAccessor< spacedim > &elm)
Space< spacedim >::Point Point
Class Mapping calculates data related to the mapping of the reference cell to the actual cell...
FieldFE(unsigned int n_comp=0)
const DOFHandlerMultiDim * dh_
unsigned int n_comp() const