#include <users_modules/mortar_contact/src/SimpleContact.hpp>
- Examples
- mortar_contact.cpp.
Definition at line 2207 of file SimpleContact.hpp.
◆ OpMakeTestTextFile()
◆ doWork()
MoFEMErrorCode SimpleContactProblem::OpMakeTestTextFile::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
EntData & |
data |
|
) |
| |
Definition at line 2369 of file SimpleContact.cpp.
2374 if (
type != MBVERTEX)
2380 int nb_gauss_pts = data.
getN().size1();
2384 auto t_lagrange_slave =
2387 for (
int gg = 0; gg != nb_gauss_pts; ++gg) {
2388 const double d_lambda =
2389 std::abs(t_lagrange_slave) <
TOL ? 0.0 : t_lagrange_slave;
2390 d_gap = std::abs(t_gap_ptr) <
TOL ? 0.0 : t_gap_ptr;
2391 mySplit << d_lambda <<
" " << d_gap <<
" " << std::endl;
◆ commonDataSimpleContact
◆ mField
◆ mySplit
ofstream& SimpleContactProblem::OpMakeTestTextFile::mySplit |
The documentation for this struct was generated from the following files: