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

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

Public Types

Detailed Description

template<>
struct internal::SubfacePossibilities< 2 >

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

This specialization is used for dim=2, where it offers the following possibilities: a face (line) being refined (case_x) or not refined (case_no).

Author
Ralf Hartmann, 2008

Definition at line 834 of file geometry_info.h.

Member Enumeration Documentation

Possible cases of faces being subdivided into subface.

In 2d there are following possibilities: a face (line) being refined * (case_x) or not refined (case_no).

Enumerator
case_none 

Do not refine.

case_x 

Cut in the x-direction.

case_isotropic 

Refine isotropically.

Definition at line 842 of file geometry_info.h.


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