|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains enumerations and record types for contact configuration. More...

Go to the source code of this file.
Classes | |
| struct | serac::ContactOptions |
| Stores the options for a contact pair. More... | |
Namespaces | |
| serac | |
| Accelerator functionality. | |
Enumerations | |
| enum class | serac::ContactMethod { serac::SingleMortar } |
| Methodology for enforcing contact constraints (i.e. how you form the constraint equations) More... | |
| enum class | serac::ContactEnforcement { serac::Penalty , serac::LagrangeMultiplier } |
| Describes how to enforce the contact constraint equations. More... | |
| enum class | serac::ContactType { serac::TiedNormal , serac::Frictionless } |
| Mechanical constraint type on contact surfaces. More... | |
| enum class | serac::ContactJacobian { serac::Approximate , serac::Exact } |
| Method for computing Jacobian of contact terms. More... | |
This file contains enumerations and record types for contact configuration.
Definition in file contact_config.hpp.