Feel++ 0.91.0
|
#include <boost/mpi/communicator.hpp>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/context.hpp>
Classes | |
class | Feel::MeshBase |
base mesh class More... | |
Namespaces | |
namespace | Feel |
Enumerations | |
enum | Feel::MeshComponents { MESH_UPDATE_EDGES = (1 << 0), MESH_UPDATE_FACES = (1 << 1), MESH_CHECK = (1 << 2), MESH_PARTITION = (1 << 3), MESH_RENUMBER = (1 << 4) } |
Variables | |
const uint16_type | Feel::MESH_ALL_COMPONENTS = MESH_UPDATE_EDGES | MESH_UPDATE_FACES | MESH_CHECK | MESH_PARTITION | MESH_RENUMBER |
const uint16_type | Feel::MESH_COMPONENTS_DEFAULTS = MESH_RENUMBER | MESH_CHECK |