![]() |
v0.15.0 |
\biref operator to calculate the RHS of the constrain for the RVE boundary conditions More...
#include "users_modules/mofem_um_homogenisation/src/BCs_RVELagrange_Disp.hpp"
Public Member Functions | |
| OpRVEBCsRhs (const string field_name, const string lagrang_field_name, Vec f, VectorDouble given_strain, boost::ptr_vector< MethodForForceScaling > &methods_op, RVEBC_Data &data, bool ho_geometry=false) | |
| PetscErrorCode | doWork (int side, EntityType type, DataForcesAndSurcesCore::EntData &data) |
Public Member Functions inherited from BCs_RVELagrange_Disp::OpDmatRhs | |
| OpDmatRhs (const string field_name, const string lagrang_field_name, RVEBC_Data &data, bool ho_geometry=false) | |
| PetscErrorCode | calculateDmat (int side, EntityType type, DataForcesAndSurcesCore::EntData &data) |
Public Attributes | |
| Vec | F |
| VectorDouble | givenStrain |
| boost::ptr_vector< MethodForForceScaling > & | methodsOp |
Public Attributes inherited from BCs_RVELagrange_Disp::OpDmatRhs | |
| RVEBC_Data & | dAta |
| bool | hoGeometry |
| VectorDouble | f |
| VectorDouble | applied_strain |
| MatrixDouble | X_mat |
| MatrixDouble | N_mat |
| MatrixDouble | D_mat |
| int | rank |
| int | nb_row_dofs |
\biref operator to calculate the RHS of the constrain for the RVE boundary conditions
Definition at line 299 of file BCs_RVELagrange_Disp.hpp.
|
inline |
Definition at line 304 of file BCs_RVELagrange_Disp.hpp.
|
inline |
Definition at line 311 of file BCs_RVELagrange_Disp.hpp.
| Vec BCs_RVELagrange_Disp::OpRVEBCsRhs::F |
Definition at line 300 of file BCs_RVELagrange_Disp.hpp.
| VectorDouble BCs_RVELagrange_Disp::OpRVEBCsRhs::givenStrain |
Definition at line 301 of file BCs_RVELagrange_Disp.hpp.
| boost::ptr_vector<MethodForForceScaling>& BCs_RVELagrange_Disp::OpRVEBCsRhs::methodsOp |
Definition at line 302 of file BCs_RVELagrange_Disp.hpp.