preCICE v3.1.2
|
#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>
Go to the source code of this file.
Functions | |
vector< double > | getData () |
vector< double > | getExpectedData () |
bool | validate (vector< double > const &data) |
int | main (int argc, char **argv) |
vector< double > getData | ( | ) |
vector< double > getExpectedData | ( | ) |
int main | ( | int | argc, |
char ** | argv ) |