![]() |
v0.13.1 |
\biref operator to calculate the RHS of the constrain for the RVE boundary conditions More...
#include <users_modules/homogenisation/src/BCs_RVELagrange_Periodic.hpp>
Public Member Functions | |
OpDmatRhs (const string field_name, const string lagrang_field_name, RVEBC_Data_Periodic &data, CommonDataPeriodic &common_data_periodic, CommonFunctionsPeriodic &common_functions_periodic, bool ho_geometry=false) | |
PetscErrorCode | calculateDmat (int side, EntityType type, DataForcesAndSourcesCore::EntData &data) |
Public Attributes | |
RVEBC_Data_Periodic & | dAta |
bool | hoGeometry |
CommonDataPeriodic & | commonDataPeriodic |
CommonFunctionsPeriodic & | commonFunctionsPeriodic |
ublas::vector< MatrixDouble > | X_mat |
MatrixDouble | N_mat |
\biref operator to calculate the RHS of the constrain for the RVE boundary conditions
Definition at line 493 of file BCs_RVELagrange_Periodic.hpp.
BCs_RVELagrange_Periodic::OpDmatRhs::OpDmatRhs | ( | const string | field_name, |
const string | lagrang_field_name, | ||
RVEBC_Data_Periodic & | data, | ||
CommonDataPeriodic & | common_data_periodic, | ||
CommonFunctionsPeriodic & | common_functions_periodic, | ||
bool | ho_geometry = false |
||
) |
Definition at line 500 of file BCs_RVELagrange_Periodic.hpp.
PetscErrorCode BCs_RVELagrange_Periodic::OpDmatRhs::calculateDmat | ( | int | side, |
EntityType | type, | ||
DataForcesAndSourcesCore::EntData & | data | ||
) |
Definition at line 520 of file BCs_RVELagrange_Periodic.hpp.
CommonDataPeriodic& BCs_RVELagrange_Periodic::OpDmatRhs::commonDataPeriodic |
Definition at line 497 of file BCs_RVELagrange_Periodic.hpp.
CommonFunctionsPeriodic& BCs_RVELagrange_Periodic::OpDmatRhs::commonFunctionsPeriodic |
Definition at line 498 of file BCs_RVELagrange_Periodic.hpp.
RVEBC_Data_Periodic& BCs_RVELagrange_Periodic::OpDmatRhs::dAta |
Definition at line 495 of file BCs_RVELagrange_Periodic.hpp.
bool BCs_RVELagrange_Periodic::OpDmatRhs::hoGeometry |
Definition at line 496 of file BCs_RVELagrange_Periodic.hpp.
MatrixDouble BCs_RVELagrange_Periodic::OpDmatRhs::N_mat |
Definition at line 518 of file BCs_RVELagrange_Periodic.hpp.
ublas::vector<MatrixDouble > BCs_RVELagrange_Periodic::OpDmatRhs::X_mat |
Definition at line 517 of file BCs_RVELagrange_Periodic.hpp.