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
ParallelTestElmerModuleDriver.C File Reference

Implements a command-line interface for the ElmerModuleDriver tests. More...

Detailed Description

Implements a command-line interface for the ElmerModuleDriver tests.

Note that in this file, the "main" function is separated off from the program implementation. This is done to make the documentation usable and should be done for every new program in ElmerModuleDriver.

Definition in file ParallelTestElmerModuleDriver.C.

#include "ComLine.H"
#include "TestElmerModuleDriver.H"
#include "COMM.H"
Include dependency graph for ParallelTestElmerModuleDriver.C:

Go to the source code of this file.

Namespaces

 ElmerModuleDriver
 Project-specific namespace.
 

Typedefs

typedef
IRAD::Comm::CommunicatorObject 
CommType
 Convenience typedef for CommunicatorObject. More...
 

Functions

int ParallelTest (int argc, char *argv[])
 Drives the ElmerModuleDriver::TestObject. More...
 
int main (int argc, char *argv[])