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

This file contains enumerations and record types for contact configuration. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  smith::ContactOptions
 Stores the options for a contact pair. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Enumerations

enum class  smith::ContactMethod { smith::SingleMortar }
 Methodology for enforcing contact constraints (i.e. how you form the constraint equations) More...
 
enum class  smith::ContactEnforcement { smith::Penalty , smith::LagrangeMultiplier }
 Describes how to enforce the contact constraint equations. More...
 
enum class  smith::ContactType { smith::TiedNormal , smith::Frictionless }
 Mechanical constraint type on contact surfaces. More...
 
enum class  smith::ContactJacobian { smith::Approximate , smith::Exact }
 Method for computing Jacobian of contact terms. More...
 

Detailed Description

This file contains enumerations and record types for contact configuration.

Definition in file contact_config.hpp.