Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces
solid_mechanics_contact.hpp File Reference

An object containing the solver for total Lagrangian finite deformation solid mechanics with contact. More...

#include <charconv>
#include <memory>
#include <optional>
#include <string_view>
#include <system_error>
#include <unordered_map>
#include <vector>
#include "smith/physics/solid_mechanics.hpp"
#include "smith/physics/contact/contact_data.hpp"
Include dependency graph for solid_mechanics_contact.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::SolidMechanicsContact< order, dim, Parameters< parameter_space... >, std::integer_sequence< int, parameter_indices... > >
 The nonlinear solid with contact solver class. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

An object containing the solver for total Lagrangian finite deformation solid mechanics with contact.

Definition in file solid_mechanics_contact.hpp.