MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
module-ballbearing_contact.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ballbearing_contact_set (void)
 

Function Documentation

bool ballbearing_contact_set ( void  )

Definition at line 924 of file module-ballbearing_contact.cc.

References SetUDE().

Referenced by module_init().

925 {
926 #ifdef USE_AUTODIFF
928 
929  if (!SetUDE("ball" "bearing" "contact", rf))
930  {
931  delete rf;
932  return false;
933  }
934 
935  return true;
936 #else
937  return false;
938 #endif
939 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: