ElmerFoamFSI  2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
bool double_equals ( double  a,
double  b,
double  epsilon = .001 
)
inline

Definition at line 1208 of file ElmerFoamFSITest.H.

Referenced by TestingObject< ResultsType >::DisplacementCheck(), and TestingObject< ResultsType >::tractionCheck().

1208  {
1209  return (std::abs(a-b) < epsilon);
1210  }

Here is the caller graph for this function: