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
typedef IRAD::Profiler::ProfilerObj ProfilerType

Encapsulate example program-specific code constructs.

This namespace contains all of the base code constructs that are used in the example programs. These example programs have several features which make them very easy to integrate in composite software systems.

  • Program is entirely encapsulated in program object
  • All screen output is automatically tagged with the program name
  • Common look-and-feel interface
  • Interface functionality allows menu-driven integration

Other convenient features of this API are:

  • Built-in stack tracing for debugging
  • Built-in profiling utilities
  • Advanced command-line handling
  • Built-in parallelism Convenience type definition for Profiler object.

Definition at line 42 of file Driver.H.