#include <dune/vtk/gridcreators/continuousgridcreator.hh>
|
void | insertVerticesImpl (std::vector< GlobalCoordinate > const &points, std::vector< std::uint64_t > const &) |
|
void | insertElementsImpl (std::vector< std::uint8_t > const &types, std::vector< std::int64_t > const &offsets, std::vector< std::int64_t > const &connectivity) |
|
GridFactory< Grid > & | factory () |
| Return the associated GridFactory.
|
|
GridFactory< Grid > const & | factory () const |
| Return the associated (const) GridFactory.
|
|
void | insertVertices (std::vector< GlobalCoordinate > const &points, std::vector< std::uint64_t > const &point_ids) |
| Insert all points as vertices into the factory.
|
|
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.
|
|
void | insertPieces (std::vector< std::string > const &pieces) |
| Insert part of a grid stored in file into factory.
|
|
std::unique_ptr< Grid > | createGrid () const |
| Construct the actual grid using the GridFactory.
|
|
auto | comm () const |
| Return the mpi collective communicator.
|
|
void | insertPiecesImpl (std::vector< std::string > const &) |
|
◆ Derived
◆ GlobalCoordinate
◆ Grid
◆ Self
◆ Super
◆ 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()
Create elements based on type and connectivity description.
◆ insertElementsImpl()
void Dune::Vtk::ContinuousGridCreator< Grid >::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()
◆ insertVertices()
Insert all points as vertices into the factory.
◆ insertVerticesImpl()
◆ factory_
The documentation for this struct was generated from the following file: