#include <vector>
#include <fstream>
#include <string>
#include <limits>
#include "mpi.h"
#include "elc/LagrangianComm.h"
#include "shells/driverCC/ShellManagerBasic.h"
#include "MShellParallelizer.h"
#include "../driverCC/MShell.h"
#include "../driverCC/SVertexFunctors.h"
#include "../driverCC/SElementFunctors.h"
#include <functional>
#include <iterator>
#include <ostream>
#include <cassert>
#include <set>
#include <algorithm>
#include <map>
#include <list>
#include <iostream>
#include <cctype>
#include "../fem/svertex.h"
#include <cstdlib>
#include "../fem/definitions.h"
#include "SVertexFunctors.h"
Go to the source code of this file.
Classes | |
class | ShellManagerSpecific |
Typedefs | |
typedef shells::ShellManagerParallel < shells::ShellManagerBasic > | SMPF |