#include <vector>
#include <fstream>
#include <string>
#include <limits>
#include "mpi.h"
#include "elc/LagrangianComm.h"
#include "shells/fragmentation/ShellManagerFragmented.h"
#include "shells/parallel/ShellManagerParallel.h"
#include "shells/utilities/MakeUniqueName.h"
#include "shells/utilities/PropertiesParser.h"
#include "shells/driverCC/SVertexFunctors.h"
#include "shells/driverCC/MShell.h"
#include "shells/driverCC/SElementFunctors.h"
#include <functional>
#include <iterator>
#include <ostream>
#include <cassert>
#include <set>
#include <algorithm>
#include "shells/driverCC/PrescribeVarFunctor.h"
Go to the source code of this file.
Classes | |
class | ShellManagerSpecific |
Typedefs | |
typedef shells::ShellManagerParallel < shells::ShellManagerFragmented > | SMPF |