|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Class for storing contact data. More...
#include <memory>#include <set>#include <vector>#include "mfem.hpp"#include "smith/smith_config.hpp"#include "smith/physics/contact/contact_config.hpp"#include "smith/physics/state/finite_element_dual.hpp"

Go to the source code of this file.
Classes | |
| class | smith::ContactData |
| This class stores all ContactInteractions for a problem, calls Tribol functions that act on all contact interactions, and agglomerates fields that exist over different ContactInteractions. More... | |
Namespaces | |
| smith | |
| Accelerator functionality. | |
Variables | |
| const ContactOptions | smith::contact::default_contact_options |
| Default contact options: frictionless mortar with penalty = 1000 enforcement. More... | |
Class for storing contact data.
Definition in file contact_data.hpp.
| const ContactOptions smith::contact::default_contact_options |
Default contact options: frictionless mortar with penalty = 1000 enforcement.
Definition at line 36 of file contact_data.hpp.