#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iterator>
#include <boost/preprocessor/punctuation/paren.hpp>
#include <boost/preprocessor/punctuation/comma.hpp>
#include <boost/regex.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/concept_check.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/algorithm/string.hpp>
#include <feel/feelcore/feel.hpp>
#include <feel/feelcore/application.hpp>
#include <feel/feelmesh/hypercube.hpp>
#include <feel/feelfilters/gmsh.hpp>
#include <feel/feelfilters/gmshsimplexdomain.hpp>
#include <feel/feelfilters/gmshhypercubedomain.hpp>
#include <feel/feelfilters/gmshellipsoiddomain.hpp>
Namespaces | |
Feel | |
[marker1] | |
Functions | |
boost::shared_ptr< Mesh < Simplex< 3 > > > | Feel::unitCube (double h) |
detail boost::shared_ptr< Mesh < Simplex< 1 > > > | Feel::unitSegment (double h) |
boost::shared_ptr< Mesh < Simplex< 2 > > > | Feel::unitSquare (double h) |
Variables | |
const GMSH_PARTITIONER | Feel::GMSH_PARTITIONER_DEFAULT = GMSH_PARTITIONER_CHACO |