|
Flow123d
JS_before_hm-989-g79825ac
|
#include <fe_value_handler.hh>

Public Types | |
| typedef Space< spacedim >::Point | Point |
Public Member Functions | |
| FEValueHandler () | |
| Constructor. More... | |
| void | initialize (FEValueInitData init_data) |
| Initialize data members. More... | |
| Value::return_type const & | value (const Point &p, const ElementAccessor< spacedim > &elm) |
| Returns one value in one given point. More... | |
| 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. More... | |
| ~FEValueHandler () | |
| Destructor. More... | |
| void | set_boundary_dofs_vector (std::shared_ptr< std::vector< IntIdx > > boundary_dofs) |
| TODO: Temporary solution. Fix problem with merge new DOF handler and boundary Mesh. Will be removed in future. More... | |
| LocDofVec | get_loc_dof_indices (unsigned int cell_idx) const |
| TODO: Temporary solution. Fix problem with merge new DOF handler and boundary Mesh. Will be removed in future. More... | |
Private Attributes | |
| std::shared_ptr< DOFHandlerMultiDim > | dh_ |
| DOF handler object. More... | |
| VectorMPI | data_vec_ |
| Store data of Field. More... | |
| Value | value_ |
| Last value, prevents passing large values (vectors) by value. More... | |
| Value::return_type | r_value_ |
| std::shared_ptr< std::vector< IntIdx > > | boundary_dofs_ |
Specialization for elements with dim==0.
Definition at line 112 of file fe_value_handler.hh.
| typedef Space<spacedim>::Point FEValueHandler< 0, spacedim, Value >::Point |
Definition at line 115 of file fe_value_handler.hh.
|
inline |
Constructor.
Definition at line 118 of file fe_value_handler.hh.
|
inline |
Destructor.
Definition at line 139 of file fe_value_handler.hh.
|
inline |
TODO: Temporary solution. Fix problem with merge new DOF handler and boundary Mesh. Will be removed in future.
Definition at line 147 of file fe_value_handler.hh.
| void FEValueHandler< 0, spacedim, Value >::initialize | ( | FEValueInitData | init_data | ) |
Initialize data members.
Definition at line 170 of file fe_value_handler.cc.

|
inline |
TODO: Temporary solution. Fix problem with merge new DOF handler and boundary Mesh. Will be removed in future.
Definition at line 142 of file fe_value_handler.hh.

|
inline |
Returns one value in one given point.
Definition at line 124 of file fe_value_handler.hh.

| void FEValueHandler< 0, spacedim, Value >::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.
Definition at line 182 of file fe_value_handler.cc.

|
private |
Hold dofs of boundary elements.
TODO: Temporary solution. Fix problem with merge new DOF handler and boundary Mesh. Will be removed in future.
Definition at line 170 of file fe_value_handler.hh.
|
private |
Store data of Field.
Definition at line 160 of file fe_value_handler.hh.
|
private |
DOF handler object.
Definition at line 158 of file fe_value_handler.hh.
|
private |
Definition at line 163 of file fe_value_handler.hh.
|
private |
Last value, prevents passing large values (vectors) by value.
Definition at line 162 of file fe_value_handler.hh.
1.8.11