Loading...
Searching...
No Matches
lineunstructured.cpp
77 : LineKernel(PatchManager::AUTOMATIC_ID, dimension, communicator, 1, ADAPTION_MANUAL, PARTITIONING_ENABLED)
247unsigned short LineUnstructured::importDGF(const std::string &dgf_name, int PIDOffset, bool PIDSquash)
void save(int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:676
void load(int &, int &, std::vector< std::vector< double > > &, std::vector< std::vector< int > > &)
Definition DGF.cpp:516
LineKernel(MPI_Comm communicator, std::size_t haloSize, AdaptionMode adaptionMode, PartitioningMode partitioningMode)
Definition line_kernel.cpp:48
int _getDumpVersion() const override
Definition lineunstructured.cpp:160
void _dump(std::ostream &stream) const override
Definition lineunstructured.cpp:172
unsigned short exportDGF(const std::string &)
Definition lineunstructured.cpp:327
static ElementType getDGFFacetType(int nFacetVertices)
Definition lineunstructured.cpp:386
unsigned short importDGF(const std::string &, int PIDOffset=0, bool PIDSquash=false)
Definition lineunstructured.cpp:247
std::unique_ptr< PatchKernel > clone() const override
Definition lineunstructured.cpp:150
LineUnstructured(MPI_Comm communicator)
Definition lineunstructured.cpp:52
void _restore(std::istream &stream) override
Definition lineunstructured.cpp:196
long locatePoint(const std::array< double, 3 > &point) const override
Definition lineunstructured.cpp:228
void dumpInterfaces(std::ostream &stream) const
Definition patch_kernel.cpp:5093
void dumpVertices(std::ostream &stream) const
Definition patch_kernel.cpp:4881
void dumpCells(std::ostream &stream) const
Definition patch_kernel.cpp:4972
virtual long getVertexCount() const
Definition patch_kernel.cpp:1641
void restoreCells(std::istream &stream)
Definition patch_kernel.cpp:5018
VertexIterator addVertex(const Vertex &source, long id=Vertex::NULL_ID)
Definition patch_kernel.cpp:1844
CellIterator addCell(const Cell &source, long id=Element::NULL_ID)
Definition patch_kernel.cpp:2781
void restoreVertices(std::istream &stream)
Definition patch_kernel.cpp:4917
void restore(std::istream &stream, bool reregister=false)
Definition patch_kernel.cpp:8412
void restoreInterfaces(std::istream &stream)
Definition patch_kernel.cpp:5125
int getProcessorCount() const
Definition patch_kernel_parallel.cpp:167
The PatchManager oversee the handling of the patches.
Definition patch_manager.hpp:36
id_t getId(const id_t &fallback=-1) const noexcept
Definition piercedKernelIterator.tpp:80
