dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
Dune::GmshReader< Dune::MovingMesh< dim > > Struct Template Reference

#include <dune/mmesh/grid/gmshreader.hh>

Public Types

using Grid = Dune::MovingMesh< dim >
 

Static Public Member Functions

static std::shared_ptr< Gridread (const std::string &fileName, bool verbose=true, bool insertBoundarySegments=true)
 
static void read (Dune::GridFactory< Grid > &factory, const std::string &fileName, bool verbose=true, bool insertBoundarySegments=true)
 
static void read (Dune::GridFactory< Grid > &factory, const std::string &fileName, std::vector< int > &boundaryIDs, std::vector< int > &elementsIDs, bool verbose=false, bool boundarySegments=false)
 

Public Attributes

std::vector< int > elementsIDs
 

Member Typedef Documentation

◆ Grid

template<int dim>
using Dune::GmshReader< Dune::MovingMesh< dim > >::Grid = Dune::MovingMesh<dim>

Member Function Documentation

◆ read() [1/3]

template<int dim>
static std::shared_ptr< Grid > Dune::GmshReader< Dune::MovingMesh< dim > >::read ( const std::string fileName,
bool  verbose = true,
bool  insertBoundarySegments = true 
)
inlinestatic

◆ read() [2/3]

template<int dim>
static void Dune::GmshReader< Dune::MovingMesh< dim > >::read ( Dune::GridFactory< Grid > &  factory,
const std::string fileName,
bool  verbose = true,
bool  insertBoundarySegments = true 
)
inlinestatic

◆ read() [3/3]

template<int dim>
static void Dune::GmshReader< Dune::MovingMesh< dim > >::read ( Dune::GridFactory< Grid > &  factory,
const std::string fileName,
std::vector< int > &  boundaryIDs,
std::vector< int > &  elementsIDs,
bool  verbose = false,
bool  boundarySegments = false 
)
inlinestatic

Member Data Documentation

◆ elementsIDs

template<int dim>
std::vector<int> Dune::GmshReader< Dune::MovingMesh< dim > >::elementsIDs

The documentation for this struct was generated from the following file: