|
Flow123d
release_2.2.0-23-g01927c6
|
#include <field_fe.hh>


Public Types | |
| typedef FieldAlgorithmBase< spacedim, Value >::Point | Point |
| typedef FieldAlgorithmBase< spacedim, Value > | FactoryBaseType |
Public Types inherited from FieldAlgorithmBase< spacedim, Value > | |
| typedef Space< spacedim >::Point | Point |
Public Member Functions | |
| FieldFE (unsigned int n_comp=0) | |
| void | set_fe_data (const DOFHandlerMultiDim *dh, Mapping< 1, 3 > *map1, Mapping< 2, 3 > *map2, Mapping< 3, 3 > *map3, const Vec *data) |
| virtual Value::return_type const & | value (const Point &p, const ElementAccessor< spacedim > &elm) |
| virtual void | value_list (const std::vector< Point > &point_list, const ElementAccessor< spacedim > &elm, std::vector< typename Value::return_type > &value_list) |
| virtual | ~FieldFE () |
Public Member Functions inherited from FieldAlgorithmBase< spacedim, Value > | |
| FieldAlgorithmBase (unsigned int n_comp=0) | |
| virtual void | init_from_input (const Input::Record &rec, const struct FieldAlgoBaseInitData &init_data) |
| virtual bool | set_time (const TimeStep &time) |
| virtual void | set_mesh (const Mesh *mesh, bool boundary_domain) |
| void | set_component_idx (unsigned int idx) |
| unsigned int | n_comp () const |
| FieldResult | field_result () const |
| virtual double | next_change_time () |
| virtual | ~FieldAlgorithmBase () |
Private Attributes | |
| const DOFHandlerMultiDim * | dh_ |
| double * | data_ |
| const Vec * | data_vec_ |
| unsigned int * | dof_indices |
| Mapping< 1, 3 > * | map1_ |
| Mapping< 2, 3 > * | map2_ |
| Mapping< 3, 3 > * | map3_ |
Static Private Attributes | |
| static const int | registrar |
| Registrar of class to factory. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from FieldAlgorithmBase< spacedim, Value > | |
| static std::string | template_name () |
| static Input::Type::Abstract & | get_input_type () |
| static const Input::Type::Instance & | get_input_type_instance (Input::Type::Selection value_selection=Input::Type::Selection()) |
| static const Input::Type::Record & | get_field_algo_common_keys () |
| static std::shared_ptr< FieldAlgorithmBase< spacedim, Value > > | function_factory (const Input::AbstractRecord &rec, const struct FieldAlgoBaseInitData &init_data) |
Static Public Attributes inherited from FieldAlgorithmBase< spacedim, Value > | |
| static const unsigned int | spacedim_ =spacedim |
| static constexpr bool | is_enum_valued = boost::is_same<typename Value::element_type, FieldEnum>::value |
Protected Member Functions inherited from FieldAlgorithmBase< spacedim, Value > | |
| void | init_unit_conversion_coefficient (const Input::Record &rec, const struct FieldAlgoBaseInitData &init_data) |
Init value of unit_conversion_coefficient_ from input. More... | |
Protected Attributes inherited from FieldAlgorithmBase< spacedim, Value > | |
| TimeStep | time_ |
| Actual time level; initial value is -infinity. More... | |
| Value | value_ |
| Last value, prevents passing large values (vectors) by value. More... | |
| Value::return_type | r_value_ |
| FieldResult | field_result_ |
| Indicator of particular values (zero, one) constant over space. More... | |
| unsigned int | component_idx_ |
| Specify if the field is part of a MultiField and which component it is. More... | |
| double | unit_conversion_coefficient_ |
| Coeficient of conversion of user-defined unit. More... | |
Class representing fields given by finite element approximation.
Definition at line 36 of file field_fe.hh.
| typedef FieldAlgorithmBase<spacedim, Value> FieldFE< spacedim, Value >::FactoryBaseType |
Definition at line 40 of file field_fe.hh.
| typedef FieldAlgorithmBase<spacedim, Value>::Point FieldFE< spacedim, Value >::Point |
Definition at line 39 of file field_fe.hh.
Default constructor, optionally we need number of components n_comp in the case of Vector valued fields.
Definition at line 44 of file field_fe.impl.hh.
Definition at line 293 of file field_fe.impl.hh.
| void FieldFE< spacedim, Value >::set_fe_data | ( | const DOFHandlerMultiDim * | dh, |
| Mapping< 1, 3 > * | map1, | ||
| Mapping< 2, 3 > * | map2, | ||
| Mapping< 3, 3 > * | map3, | ||
| const Vec * | data | ||
| ) |
Setter for the finite element data. The mappings are required for computation of local coordinates.
| dh | Dof handler. |
| map1 | 1D mapping. |
| map2 | 2D mapping. |
| map3 | 3D mapping. |
| data | Vector of dof values. |
Definition at line 57 of file field_fe.impl.hh.
|
virtual |
Returns one value in one given point. ResultType can be used to avoid some costly calculation if the result is trivial.
Implements FieldAlgorithmBase< spacedim, Value >.
Definition at line 80 of file field_fe.impl.hh.

|
virtual |
Returns std::vector of scalar values in several points at once.
Implements FieldAlgorithmBase< spacedim, Value >.
Definition at line 180 of file field_fe.impl.hh.
|
private |
Definition at line 78 of file field_fe.hh.
|
private |
Definition at line 79 of file field_fe.hh.
|
private |
Definition at line 77 of file field_fe.hh.
|
private |
Definition at line 80 of file field_fe.hh.
Definition at line 82 of file field_fe.hh.
Definition at line 83 of file field_fe.hh.
Definition at line 84 of file field_fe.hh.
|
staticprivate |
Registrar of class to factory.
Implementation.
Definition at line 87 of file field_fe.hh.
1.8.11