#include <users_modules/mortar_contact/src/SimpleContact.hpp>
Definition at line 3523 of file SimpleContact.hpp.
◆ OpGetGaussPtsState()
SimpleContactProblem::OpGetGaussPtsState::OpGetGaussPtsState |
( |
const string |
lagrange_field_name, |
|
|
boost::shared_ptr< CommonDataSimpleContact > |
common_data_contact, |
|
|
const double |
cn, |
|
|
const bool |
alm_flag = false |
|
) |
| |
|
inline |
◆ doWork()
MoFEMErrorCode SimpleContactProblem::OpGetGaussPtsState::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
EntData & |
data |
|
) |
| |
Definition at line 3869 of file SimpleContact.cpp.
3877 const int nb_gauss_pts = data.
getN().size1();
3888 auto t_lagrange_slave =
3892 for (
int gg = 0; gg != nb_gauss_pts; gg++) {
3915 indices.data(), &
vecR[0], ADD_VALUES);
◆ almFlag
const bool SimpleContactProblem::OpGetGaussPtsState::almFlag |
|
private |
◆ cN
const double SimpleContactProblem::OpGetGaussPtsState::cN |
|
private |
◆ commonDataSimpleContact
◆ vecR
VectorDouble SimpleContactProblem::OpGetGaussPtsState::vecR |
|
private |
The documentation for this struct was generated from the following files: