#include <vector>
#include <fstream>
#include <string>
#include "mpi.h"
#include "elc/LagrangianComm.h"
#include "shells/driverCC/ShellManagerBasic.h"
#include "shells/parallel/ShellManagerParallel.h"
#include "shells/utilities/BasicSensor.h"
#include "shells/utilities/MakeUniqueName.h"
#include "shells/utilities/PropertiesParser.h"
#include "shells/driverCC/SVertexFunctors.h"
Go to the source code of this file.
Classes | |
class | ShellManagerSpecific |
Typedefs | |
typedef shells::ShellManagerParallel < shells::ShellManagerBasic > | SMP |