Flow123d
JB_transport-9331eee
|
Go to the documentation of this file.
18 #ifndef FE_VALUE_HANDLER_HH_
19 #define FE_VALUE_HANDLER_HH_
38 std::shared_ptr<DOFHandlerMultiDim>
dh;
56 template <
int elemdim,
int spacedim,
class Value>
81 std::shared_ptr<DOFHandlerMultiDim>
dh_;
92 std::shared_ptr<FiniteElement<elemdim>>
fe_;
99 template <
int spacedim,
class Value>
131 std::shared_ptr<DOFHandlerMultiDim>
dh_;
Armor::ArmaVec< double, spacedim > Point
~FEValueHandler()
Destructor.
unsigned int range_end
Holds end of component range of evaluation.
Value::return_type r_value_
Space< spacedim >::Point Point
Value value_
Last value, prevents passing large values (vectors) by value.
void initialize(FEValueInitData init_data)
Initialize data members.
Space< spacedim >::Point Point
unsigned int range_begin_
Begin of dof range of actual component.
unsigned int range_end_
End of dof range of actual component.
MixedPtr< FiniteElement > mixed_fe
FiniteElement objects of all dimensions.
std::shared_ptr< DOFHandlerMultiDim > dh_
DOF handler object.
VectorMPI data_vec_
Store data of Field.
std::shared_ptr< DOFHandlerMultiDim > dh
DOF handler object.
Provides the numbering of the finite element degrees of freedom on the computational mesh.
unsigned int range_end_
End of dof range of actual component.
Abstract class for description of finite elements.
Value::return_type r_value_
const Value::return_type & value(const Point &p, const ElementAccessor< spacedim > &elm)
Returns one value in one given point.
unsigned int ndofs
number of dofs
VectorMPI data_vec_
Store data of Field.
Value value_
Last value, prevents passing large values (vectors) by value.
unsigned int compute_quadrature(std::vector< arma::vec::fixed< 3 >> &q_points, std::vector< double > &q_weights, const ElementAccessor< spacedim > &elm, unsigned int order=3)
Compute real coordinates and weights (use QGauss) for given element.
ArrayMatSet set(uint index)
Initialization structure of FEValueHandler class.
FEValueHandler()
Constructor.
std::shared_ptr< FiniteElement< elemdim > > fe_
Pointer to FiniteElement object used to computing values.
FEValueHandler()
Constructor.
~FEValueHandler()
Destructor.
const Value::return_type & value(const Point &p, const ElementAccessor< spacedim > &elm)
Returns one value in one given point.
unsigned int range_begin_
Begin of dof range of actual component.
VectorMPI data_vec
Store data of Field.
void value_list(const Armor::array &point_list, const ElementAccessor< spacedim > &elm, std::vector< typename Value::return_type > &value_list)
Returns std::vector of scalar values in several points at once.
unsigned int range_begin
Holds begin of component range of evaluation.
std::shared_ptr< DOFHandlerMultiDim > dh_
DOF handler object.
typename arma::Col< Type >::template fixed< nr > ArmaVec
unsigned int n_comp
number of components