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
virtual void Process ( ResultsType &  result)
inlinevirtual

Definition at line 1104 of file ElmerModuleDriverTest.H.

References TestingObject< ResultsType >::Epilogue(), TestingObject< ResultsType >::Prologue(), TestingObject< ResultsType >::Test__ElmerUnitTests(), TestingObject< ResultsType >::Test__ExampleFunction(), TestingObject< ResultsType >::Test__MidPointQuadrature(), and TestingObject< ResultsType >::Test__TrapezoidQuadrature().

Referenced by ElmerModuleDriver::Test().

1104  {
1105  Prologue();
1106  Test__ExampleFunction(result);
1107  Test__TrapezoidQuadrature(result);
1108  Test__MidPointQuadrature(result);
1109  Test__ElmerUnitTests(result);
1110  Epilogue();
1111  }
virtual void Test__ExampleFunction(ResultsType &result)
Test for ElmerModuleDriver::ExampleFunction.
virtual void Epilogue()
Tears down the testing fixtures if needed.
virtual void Test__MidPointQuadrature(ResultsType &result)
Test for ElmerModuleDriver::MidPointQuadrature.
virtual void Test__ElmerUnitTests(ResultsType &result)
virtual void Test__TrapezoidQuadrature(ResultsType &result)
Test for ElmerModuleDriver::TrapezoidQuadrature.
virtual void Prologue()
Sets up the data fixtures for the tests.

Here is the call graph for this function:

Here is the caller graph for this function: