Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Static Public Member Functions | List of all members
internal::TriaAccessor::Implementation Struct Reference

#include <tria_accessor.templates.h>

Static Public Member Functions

template<int dim, int spacedim>
static unsigned int line_index (const TriaAccessor< 1, dim, spacedim > &, const unsigned int)
 
template<int dim, int spacedim>
static unsigned int line_index (const TriaAccessor< 2, dim, spacedim > &accessor, const unsigned int i)
 
template<int dim, int spacedim>
static unsigned int line_index (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int i)
 
template<int structdim, int dim, int spacedim>
static unsigned int quad_index (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int)
 
template<int dim, int spacedim>
static unsigned int quad_index (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int i)
 
template<int structdim, int dim, int spacedim>
static bool face_orientation (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int)
 
template<int dim, int spacedim>
static bool face_orientation (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face)
 
template<int structdim, int dim, int spacedim>
static bool face_flip (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int)
 
template<int dim, int spacedim>
static bool face_flip (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face)
 
template<int structdim, int dim, int spacedim>
static bool face_rotation (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int)
 
template<int dim, int spacedim>
static bool face_rotation (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face)
 
template<int dim, int spacedim>
static bool line_orientation (const TriaAccessor< 1, dim, spacedim > &, const unsigned int)
 
template<int spacedim>
static bool line_orientation (const TriaAccessor< 2, 2, spacedim > &, const unsigned int)
 
template<int spacedim>
static bool line_orientation (const TriaAccessor< 2, 3, spacedim > &accessor, const unsigned int line)
 
template<int dim, int spacedim>
static bool line_orientation (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int line)
 
template<int structdim, int dim, int spacedim>
static void set_face_orientation (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int, const bool)
 
template<int dim, int spacedim>
static void set_face_orientation (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face, const bool value)
 
template<int structdim, int dim, int spacedim>
static void set_face_flip (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int, const bool)
 
template<int dim, int spacedim>
static void set_face_flip (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face, const bool value)
 
template<int structdim, int dim, int spacedim>
static void set_face_rotation (const TriaAccessor< structdim, dim, spacedim > &, const unsigned int, const bool)
 
template<int dim, int spacedim>
static void set_face_rotation (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int face, const bool value)
 
template<int dim, int spacedim>
static void set_line_orientation (const TriaAccessor< 1, dim, spacedim > &, const unsigned int, const bool)
 
template<int spacedim>
static void set_line_orientation (const TriaAccessor< 2, 2, spacedim > &, const unsigned int, const bool)
 
template<int spacedim>
static void set_line_orientation (const TriaAccessor< 2, 3, spacedim > &accessor, const unsigned int line, const bool value)
 
template<int dim, int spacedim>
static void set_line_orientation (const TriaAccessor< 3, dim, spacedim > &, const unsigned int, const bool)
 
template<int dim, int spacedim>
static unsigned int vertex_index (const TriaAccessor< 1, dim, spacedim > &accessor, const unsigned int corner)
 
template<int dim, int spacedim>
static unsigned int vertex_index (const TriaAccessor< 2, dim, spacedim > &accessor, const unsigned int corner)
 
template<int dim, int spacedim>
static unsigned int vertex_index (const TriaAccessor< 3, dim, spacedim > &accessor, const unsigned int corner)
 

Detailed Description

A class with the same purpose as the similarly named class of the Triangulation class. See there for more information.

Definition at line 538 of file tria_accessor.templates.h.

Member Function Documentation

template<int dim, int spacedim>
static unsigned int internal::TriaAccessor::Implementation::line_index ( const TriaAccessor< 1, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 548 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static unsigned int internal::TriaAccessor::Implementation::quad_index ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 626 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static bool internal::TriaAccessor::Implementation::face_orientation ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class

Definition at line 657 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static bool internal::TriaAccessor::Implementation::face_flip ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 690 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static bool internal::TriaAccessor::Implementation::face_rotation ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 738 of file tria_accessor.templates.h.

template<int dim, int spacedim>
static bool internal::TriaAccessor::Implementation::line_orientation ( const TriaAccessor< 1, dim, spacedim > &  ,
const unsigned  int 
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 778 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static void internal::TriaAccessor::Implementation::set_face_orientation ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int,
const bool   
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 915 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static void internal::TriaAccessor::Implementation::set_face_flip ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int,
const bool   
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 954 of file tria_accessor.templates.h.

template<int structdim, int dim, int spacedim>
static void internal::TriaAccessor::Implementation::set_face_rotation ( const TriaAccessor< structdim, dim, spacedim > &  ,
const unsigned  int,
const bool   
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 992 of file tria_accessor.templates.h.

template<int dim, int spacedim>
static void internal::TriaAccessor::Implementation::set_line_orientation ( const TriaAccessor< 1, dim, spacedim > &  ,
const unsigned  int,
const bool   
)
inlinestatic

Implementation of the function of some name in the mother class.

Definition at line 1028 of file tria_accessor.templates.h.

template<int dim, int spacedim>
static unsigned int internal::TriaAccessor::Implementation::vertex_index ( const TriaAccessor< 1, dim, spacedim > &  accessor,
const unsigned int  corner 
)
inlinestatic

Implementation of the function of same name in the enclosing class.

Definition at line 1092 of file tria_accessor.templates.h.


The documentation for this struct was generated from the following file: