|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
Stores the options for a contact pair. More...
#include <contact_config.hpp>
Public Attributes | |
| ContactMethod | method = ContactMethod::SingleMortar |
| The contact methodology to be applied. | |
| ContactEnforcement | enforcement = ContactEnforcement::Penalty |
| The contact enforcement strategy to use. | |
| ContactType | type = ContactType::Frictionless |
| The type of contact constraint. | |
| double | penalty = 1.0e3 |
| Penalty parameter (only used when enforcement == ContactEnforcement::Penalty) | |
| ContactJacobian | jacobian = ContactJacobian::Approximate |
| The method to use for Jacobian calculations. | |
Stores the options for a contact pair.
Definition at line 55 of file contact_config.hpp.