Flow123d  DF_patch_fe_data_tables-4eb41dd
Public Member Functions | Protected Attributes | List of all members
ElOp< spacedim > Class Template Reference

Class represents FE operations. More...

#include <patch_point_values.hh>

Collaboration diagram for ElOp< spacedim >:
Collaboration graph
[legend]

Public Member Functions

 ElOp (uint dim, std::initializer_list< uint > shape, uint result_row, ReinitFunction reinit_f, std::vector< uint > input_ops={}, uint n_dofs=1)
 Constructor. More...
 
uint n_comp () const
 Number of components computed from shape_ vector. More...
 
uint dim () const
 Getter of dimension. More...
 
uint result_row () const
 Getter of result_row_. More...
 
const std::vector< uint > & input_ops () const
 Getter of input_ops_. More...
 
const std::vector< uint > & shape () const
 Getter of shape_. More...
 
void reinit_function (std::vector< ElOp< spacedim >> &operations, TableDbl &data_table, TableInt &int_table)
 Call reinit function on element table if function is defined. More...
 
template<unsigned int dim1, unsigned int dim2>
Eigen::Map< Eigen::Matrix< ArrayDbl, dim1, dim2 > > value (TableDbl &op_results, uint i_dof=0) const
 Return map referenced Eigen::Matrix of given dimension. More...
 

Protected Attributes

uint dim_
 Dimension. More...
 
std::vector< uintshape_
 Shape of stored data (size of vector or number of rows and cols of matrix) More...
 
uint result_row_
 First row to scalar, vector or matrix result. More...
 
std::vector< uintinput_ops_
 Indices of operations in PatchPointValues::operations_ vector on which ElOp is depended. More...
 
uint n_dofs_
 Number of DOFs of FE operations (or 1 in case of element operations) More...
 
ReinitFunction reinit_func
 Pointer to patch reinit function of element data table specialized by operation. More...
 

Detailed Description

template<unsigned int spacedim = 3>
class ElOp< spacedim >

Class represents FE operations.

Definition at line 358 of file patch_point_values.hh.

Constructor & Destructor Documentation

◆ ElOp()

template<unsigned int spacedim = 3>
ElOp< spacedim >::ElOp ( uint  dim,
std::initializer_list< uint shape,
uint  result_row,
ReinitFunction  reinit_f,
std::vector< uint input_ops = {},
uint  n_dofs = 1 
)
inline

Constructor.

Definition at line 361 of file patch_point_values.hh.

Member Function Documentation

◆ dim()

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::dim ( ) const
inline

Getter of dimension.

Definition at line 372 of file patch_point_values.hh.

◆ input_ops()

template<unsigned int spacedim = 3>
const std::vector<uint>& ElOp< spacedim >::input_ops ( ) const
inline

Getter of input_ops_.

Definition at line 382 of file patch_point_values.hh.

◆ n_comp()

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::n_comp ( ) const
inline

Number of components computed from shape_ vector.

Definition at line 366 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ reinit_function()

template<unsigned int spacedim = 3>
void ElOp< spacedim >::reinit_function ( std::vector< ElOp< spacedim >> &  operations,
TableDbl data_table,
TableInt int_table 
)
inline

Call reinit function on element table if function is defined.

Definition at line 392 of file patch_point_values.hh.

◆ result_row()

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::result_row ( ) const
inline

Getter of result_row_.

Definition at line 377 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ shape()

template<unsigned int spacedim = 3>
const std::vector<uint>& ElOp< spacedim >::shape ( ) const
inline

Getter of shape_.

Definition at line 387 of file patch_point_values.hh.

◆ value()

template<unsigned int spacedim = 3>
template<unsigned int dim1, unsigned int dim2>
Eigen::Map<Eigen::Matrix<ArrayDbl, dim1, dim2> > ElOp< spacedim >::value ( TableDbl op_results,
uint  i_dof = 0 
) const
inline

Return map referenced Eigen::Matrix of given dimension.

Definition at line 398 of file patch_point_values.hh.

Member Data Documentation

◆ dim_

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::dim_
protected

Dimension.

Definition at line 404 of file patch_point_values.hh.

◆ input_ops_

template<unsigned int spacedim = 3>
std::vector<uint> ElOp< spacedim >::input_ops_
protected

Indices of operations in PatchPointValues::operations_ vector on which ElOp is depended.

Definition at line 407 of file patch_point_values.hh.

◆ n_dofs_

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::n_dofs_
protected

Number of DOFs of FE operations (or 1 in case of element operations)

Definition at line 408 of file patch_point_values.hh.

◆ reinit_func

template<unsigned int spacedim = 3>
ReinitFunction ElOp< spacedim >::reinit_func
protected

Pointer to patch reinit function of element data table specialized by operation.

Definition at line 410 of file patch_point_values.hh.

◆ result_row_

template<unsigned int spacedim = 3>
uint ElOp< spacedim >::result_row_
protected

First row to scalar, vector or matrix result.

Definition at line 406 of file patch_point_values.hh.

◆ shape_

template<unsigned int spacedim = 3>
std::vector<uint> ElOp< spacedim >::shape_
protected

Shape of stored data (size of vector or number of rows and cols of matrix)

Definition at line 405 of file patch_point_values.hh.


The documentation for this class was generated from the following file: