Reference documentation for deal.II version 9.1.0-pre
Public Types | List of all members
internal::SubfacePossibilities< 1 > Struct Template Reference

#include <deal.II/base/geometry_info.h>

Public Types

Detailed Description

template<>
struct internal::SubfacePossibilities< 1 >

A class that provides all possible situations a face (in the current space dimension dim) might be subdivided into subfaces.

For dim=1 there are no faces. Thereby, there are no subface possibilities.

Author
Ralf Hartmann, 2008

Definition at line 799 of file geometry_info.h.

Member Enumeration Documentation

Possible cases of faces being subdivided into subface.

In 1d there are no faces, thus no subface possibilities.

Enumerator
case_none 

Do not refine.

case_isotropic 

Refine isotropically.

Definition at line 806 of file geometry_info.h.


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