NimbleSM
NimbleSM is a solid mechanics simulation code for dynamic systems
Loading...
Searching...
No Matches
nimble::ContactInterface Class Reference

#include <nimble_contact_interface.h>

Public Member Functions

 ContactInterface ()=default
 
virtual ~ContactInterface ()=default
 
void SetUpPenaltyEnforcement (const double penalty_param)
 

Constructor & Destructor Documentation

◆ ContactInterface()

nimble::ContactInterface::ContactInterface ( )
default

◆ ~ContactInterface()

virtual nimble::ContactInterface::~ContactInterface ( )
virtualdefault

Member Function Documentation

◆ SetUpPenaltyEnforcement()

void nimble::ContactInterface::SetUpPenaltyEnforcement ( const double penalty_param)
inline
101 {
102#ifdef NIMBLE_HAVE_KOKKOS
103 enforcement.penalty = penalty_param;
104#endif
105 }

The documentation for this class was generated from the following file: