Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
Boundary Class Reference

#include <accessors.hh>

Collaboration diagram for Boundary:
Collaboration graph
[legend]

Public Member Functions

 Boundary ()
 
 Boundary (BoundaryData *boundary_data)
 
Edge edge ()
 
ElementAccessor< 3 > element_accessor ()
 
Region region ()
 
const Elementelement ()
 
bool is_valid () const
 
Meshmesh ()
 
uint edge_idx ()
 
uint bc_ele_idx ()
 

Private Attributes

BoundaryDataboundary_data_
 

Detailed Description

Definition at line 349 of file accessors.hh.

Constructor & Destructor Documentation

◆ Boundary() [1/2]

Boundary::Boundary ( )
inline

Definition at line 245 of file accessors_impl.hh.

◆ Boundary() [2/2]

Boundary::Boundary ( BoundaryData boundary_data)
inline

Definition at line 249 of file accessors_impl.hh.

Member Function Documentation

◆ bc_ele_idx()

uint Boundary::bc_ele_idx ( )
inline

Definition at line 374 of file accessors.hh.

Here is the caller graph for this function:

◆ edge()

Edge Boundary::edge ( )
inline

Definition at line 253 of file accessors_impl.hh.

◆ edge_idx()

uint Boundary::edge_idx ( )
inline

Definition at line 369 of file accessors.hh.

◆ element()

const Element * Boundary::element ( )
inline

Definition at line 270 of file accessors_impl.hh.

◆ element_accessor()

ElementAccessor< 3 > Boundary::element_accessor ( )
inline

Definition at line 259 of file accessors_impl.hh.

Here is the caller graph for this function:

◆ is_valid()

bool Boundary::is_valid ( ) const
inline

Definition at line 360 of file accessors.hh.

Here is the caller graph for this function:

◆ mesh()

Mesh* Boundary::mesh ( )
inline

Definition at line 364 of file accessors.hh.

◆ region()

Region Boundary::region ( )
inline

Definition at line 265 of file accessors_impl.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ boundary_data_

BoundaryData* Boundary::boundary_data_
private

Definition at line 380 of file accessors.hh.


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