Flow123d
release_2.2.0-914-gf1a3a4f
|
#include <inspect_elements_algorithm.hh>
Public Member Functions | |
IntersectionAlgorithmBase (Mesh *mesh) | |
Protected Member Functions | |
template<unsigned int simplex_dim> | |
void | update_simplex (const ElementFullIter &element, Simplex< simplex_dim > &simplex) |
Auxiliary function that translates ElementFullIter to Simplex<simplex_dim> . More... | |
Protected Attributes | |
Mesh * | mesh |
Mesh pointer. More... | |
const unsigned int | undefined_elm_idx_ = -1 |
Simplex< dimA > | simplexA |
Objects representing single elements. More... | |
Simplex< dimB > | simplexB |
Definition at line 44 of file inspect_elements_algorithm.hh.
IntersectionAlgorithmBase< dimA, dimB >::IntersectionAlgorithmBase | ( | Mesh * | mesh | ) |
Definition at line 26 of file inspect_elements_algorithm.cc.
|
protected |
Auxiliary function that translates ElementFullIter
to Simplex<simplex_dim>
.
Definition at line 32 of file inspect_elements_algorithm.cc.
|
protected |
Mesh pointer.
Definition at line 54 of file inspect_elements_algorithm.hh.
|
protected |
Objects representing single elements.
Definition at line 59 of file inspect_elements_algorithm.hh.
|
protected |
Definition at line 60 of file inspect_elements_algorithm.hh.
|
protected |
Definition at line 56 of file inspect_elements_algorithm.hh.