v0.14.0
Public Member Functions | List of all members
ConvectiveMassElement::OpGetCommonDataAtGaussPts Struct Reference

#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>

Inheritance diagram for ConvectiveMassElement::OpGetCommonDataAtGaussPts:
[legend]
Collaboration diagram for ConvectiveMassElement::OpGetCommonDataAtGaussPts:
[legend]

Public Member Functions

 OpGetCommonDataAtGaussPts (const std::string field_name, CommonData &common_data)
 
- Public Member Functions inherited from ConvectiveMassElement::OpGetDataAtGaussPts
 OpGetDataAtGaussPts (const std::string field_name, std::vector< VectorDouble > &values_at_gauss_pts, std::vector< MatrixDouble > &gardient_at_gauss_pts)
 
MoFEMErrorCode doWork (int side, EntityType type, EntitiesFieldData::EntData &data)
 operator calculating deformation gradient More...
 

Additional Inherited Members

- Public Attributes inherited from ConvectiveMassElement::OpGetDataAtGaussPts
std::vector< VectorDouble > & valuesAtGaussPts
 
std::vector< MatrixDouble > & gradientAtGaussPts
 
const EntityType zeroAtType
 

Detailed Description

Definition at line 170 of file ConvectiveMassElement.hpp.

Constructor & Destructor Documentation

◆ OpGetCommonDataAtGaussPts()

ConvectiveMassElement::OpGetCommonDataAtGaussPts::OpGetCommonDataAtGaussPts ( const std::string  field_name,
CommonData common_data 
)

Definition at line 149 of file ConvectiveMassElement.cpp.

151  : OpGetDataAtGaussPts(field_name, common_data.dataAtGaussPts[field_name],
152  common_data.gradAtGaussPts[field_name]) {}

The documentation for this struct was generated from the following files:
ConvectiveMassElement::OpGetDataAtGaussPts::OpGetDataAtGaussPts
OpGetDataAtGaussPts(const std::string field_name, std::vector< VectorDouble > &values_at_gauss_pts, std::vector< MatrixDouble > &gardient_at_gauss_pts)
Definition: ConvectiveMassElement.cpp:81
field_name
constexpr auto field_name
Definition: poisson_2d_homogeneous.cpp:13