#include <dune/vtk/gridcreators/derivedgridcreator.hh>
|
template<class... Args, disableCopyMove< DerivedGridCreator, Args... > = 0> |
| DerivedGridCreator (Args &&... args) |
|
void | insertVerticesImpl (std::vector< GlobalCoordinate > const &points, std::vector< std::uint64_t > const &point_ids) |
|
void | insertElementsImpl (std::vector< std::uint8_t > const &types, std::vector< std::int64_t > const &offsets, std::vector< std::int64_t > const &connectivity) |
|
void | insertPiecesImpl (std::vector< std::string > const &pieces) |
|
void | insertVertices (std::vector< GlobalCoordinate > const &points, std::vector< std::uint64_t > const &point_ids) |
| Insert all points as vertices into the factory. More...
|
|
void | insertElements (std::vector< std::uint8_t > const &types, std::vector< std::int64_t > const &offsets, std::vector< std::int64_t > const &connectivity) |
| Create elements based on type and connectivity description. More...
|
|
void | insertPieces (std::vector< std::string > const &pieces) |
| Insert part of a grid stored in file into factory. More...
|
|
std::unique_ptr< Grid > | createGrid () const |
| Construct the actual grid using the GridFactory. More...
|
|
GridFactory< Grid > & | factory () |
| Return the associated GridFactory. More...
|
|
GridFactory< Grid > const & | factory () const |
| Return the associated (const) GridFactory. More...
|
|
auto | comm () const |
| Return the mpi collective communicator. More...
|
|
◆ Derived
◆ GlobalCoordinate
template<class GridCreator , class
Derived >
◆ Grid
template<class GridCreator , class
Derived >
◆ Self
template<class GridCreator , class
Derived >
◆ Super
template<class GridCreator , class
Derived >
◆ DerivedGridCreator()
template<class GridCreator , class
Derived >
◆ asDerived() [1/2]
◆ asDerived() [2/2]
◆ comm()
Return the mpi collective communicator.
◆ createGrid()
Construct the actual grid using the GridFactory.
◆ factory() [1/2]
Return the associated GridFactory.
◆ factory() [2/2]
Return the associated (const) GridFactory.
◆ insertElements()
void Dune::Vtk::GridCreatorInterface< GridCreator::Grid , Derived >::insertElements |
( |
std::vector< std::uint8_t > const & |
types, |
|
|
std::vector< std::int64_t > const & |
offsets, |
|
|
std::vector< std::int64_t > const & |
connectivity |
|
) |
| |
|
inlineinherited |
Create elements based on type and connectivity description.
◆ insertElementsImpl()
template<class GridCreator , class
Derived >
void Dune::Vtk::DerivedGridCreator< GridCreator, Derived >::insertElementsImpl |
( |
std::vector< std::uint8_t > const & |
types, |
|
|
std::vector< std::int64_t > const & |
offsets, |
|
|
std::vector< std::int64_t > const & |
connectivity |
|
) |
| |
|
inline |
◆ insertPieces()
Insert part of a grid stored in file into factory.
◆ insertPiecesImpl()
template<class GridCreator , class
Derived >
◆ insertVertices()
Insert all points as vertices into the factory.
◆ insertVerticesImpl()
template<class GridCreator , class
Derived >
◆ factory_
The documentation for this struct was generated from the following file: