Flow123d  master-f44eb46
Public Member Functions | Protected Attributes | List of all members
IntersectionAlgorithmBase< dimA, dimB > Class Template Reference

#include <inspect_elements_algorithm.hh>

Collaboration diagram for IntersectionAlgorithmBase< dimA, dimB >:
Collaboration graph
[legend]

Public Member Functions

 IntersectionAlgorithmBase (Mesh *mesh)
 

Protected Attributes

Meshmesh
 Auxiliary function that translates ElementAccessor<3> to Simplex<simplex_dim>. More...
 
const unsigned int undefined_elm_idx_ = -1
 

Detailed Description

template<unsigned int dimA, unsigned int dimB>
class IntersectionAlgorithmBase< dimA, dimB >

Definition at line 44 of file inspect_elements_algorithm.hh.

Constructor & Destructor Documentation

◆ IntersectionAlgorithmBase()

template<unsigned int dimA, unsigned int dimB>
IntersectionAlgorithmBase< dimA, dimB >::IntersectionAlgorithmBase ( Mesh mesh)

Definition at line 28 of file inspect_elements_algorithm.cc.

Member Data Documentation

◆ mesh

template<unsigned int dimA, unsigned int dimB>
Mesh* IntersectionAlgorithmBase< dimA, dimB >::mesh
protected

Auxiliary function that translates ElementAccessor<3> to Simplex<simplex_dim>.

Mesh pointer.

Definition at line 54 of file inspect_elements_algorithm.hh.

◆ undefined_elm_idx_

template<unsigned int dimA, unsigned int dimB>
const unsigned int IntersectionAlgorithmBase< dimA, dimB >::undefined_elm_idx_ = -1
protected

Definition at line 56 of file inspect_elements_algorithm.hh.


The documentation for this class was generated from the following files: