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

Go to the source code of this file.

Functions

bool uni_in_plane_set (void)
 

Function Documentation

bool uni_in_plane_set ( void  )

Definition at line 1013 of file module-uni_in_plane.cc.

References SetUDE().

1014 {
1015 #ifdef USE_AUTODIFF
1017 
1018  if (!SetUDE("unilateral" "in" "plane",rf))
1019  {
1020  delete rf;
1021  return false;
1022  }
1023 #endif
1024 
1025  return true;
1026 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: