preCICE v3.1.2
Loading...
Searching...
No Matches
Functions
mainB.cpp File Reference
#include <com/MPIDirectCommunication.hpp>
#include <com/MPIPortsCommunicationFactory.hpp>
#include <com/SocketCommunicationFactory.hpp>
#include <m2n/PointToPointCommunication.hpp>
#include <mesh/Mesh.hpp>
#include <utils/IntraComm.hpp>
#include <mpi.h>
#include <iostream>
#include <vector>
Include dependency graph for mainB.cpp:

Go to the source code of this file.

Functions

vector< double > getData ()
 
vector< double > getExpectedData ()
 
bool validate (vector< double > const &data)
 
void process (vector< double > &data)
 
int main (int argc, char **argv)
 

Function Documentation

◆ getData()

vector< double > getData ( )

Definition at line 20 of file mainB.cpp.

Here is the call graph for this function:

◆ getExpectedData()

vector< double > getExpectedData ( )

Definition at line 41 of file mainB.cpp.

Here is the call graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 84 of file mainB.cpp.

Here is the call graph for this function:

◆ process()

void process ( vector< double > & data)

Definition at line 77 of file mainB.cpp.

Here is the call graph for this function:

◆ validate()

bool validate ( vector< double > const & data)

Definition at line 61 of file mainB.cpp.

Here is the call graph for this function: