![]() |
v0.15.0 |
\biref operator to calculate the LHS for the RVE bounary conditions More...
#include "users_modules/mofem_um_homogenisation/src/BCs_RVELagrange_Disp.hpp"
Public Member Functions | |
| OpRVEBCsLhs (const string field_name, const string lagrang_field_name, Mat aij, RVEBC_Data &data, bool ho_geometry=false) | |
| PetscErrorCode | doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, DataForcesAndSurcesCore::EntData &row_data, DataForcesAndSurcesCore::EntData &col_data) |
| calculate thermal convection term in the lhs of equations | |
Public Attributes | |
| RVEBC_Data & | dAta |
| bool | hoGeometry |
| Mat | Aij |
| MatrixDouble | K |
| MatrixDouble | transK |
\biref operator to calculate the LHS for the RVE bounary conditions
Definition at line 101 of file BCs_RVELagrange_Disp.hpp.
|
inline |
Definition at line 106 of file BCs_RVELagrange_Disp.hpp.
|
inline |
calculate thermal convection term in the lhs of equations
C = intS N^T N dS
Definition at line 125 of file BCs_RVELagrange_Disp.hpp.
| Mat BCs_RVELagrange_Disp::OpRVEBCsLhs::Aij |
Definition at line 105 of file BCs_RVELagrange_Disp.hpp.
| RVEBC_Data& BCs_RVELagrange_Disp::OpRVEBCsLhs::dAta |
Definition at line 103 of file BCs_RVELagrange_Disp.hpp.
| bool BCs_RVELagrange_Disp::OpRVEBCsLhs::hoGeometry |
Definition at line 104 of file BCs_RVELagrange_Disp.hpp.
| MatrixDouble BCs_RVELagrange_Disp::OpRVEBCsLhs::K |
Definition at line 119 of file BCs_RVELagrange_Disp.hpp.
| MatrixDouble BCs_RVELagrange_Disp::OpRVEBCsLhs::transK |
Definition at line 119 of file BCs_RVELagrange_Disp.hpp.