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

Go to the source code of this file.

Functions

bool inline_friction_set (void)
 

Function Documentation

bool inline_friction_set ( void  )

Definition at line 1155 of file module-inline_friction.cc.

References SetUDE().

Referenced by InitUDE(), and module_init().

1156 {
1158 
1159  if (!SetUDE("inline" "friction", rf))
1160  {
1161  delete rf;
1162  return false;
1163  }
1164 
1165  return true;
1166 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: