BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Attributes | List of all members
Bempp::GridParameters Struct Reference

Grid parameters. More...

#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/grid/grid_parameters.hpp>

Public Types

enum  Topology {
  LINEAR, TRIANGULAR, QUADRILATERAL, HYBRID_2D,
  TETRAHEDRAL
}
 Grid topology More...
 

Public Attributes

enum
Bempp::GridParameters::Topology 
topology
 

Detailed Description

Grid parameters.

This structure is used to specify parameters of grid constructed by GridFactory.

Member Enumeration Documentation

Grid topology

Enumerator
LINEAR 

one-dimensional grid embedded in a two-dimensional space

TRIANGULAR 

two-dimensional grid composed of triangular elements, embedded in a three-dimensional space

QUADRILATERAL 

two-dimensional grid composed of quadrilateral elements, embedded in a three-dimensional space

HYBRID_2D 

two-dimensional grid composed (potentially) both of triangular and quadrilateral elements, embedded in a three-dimensional space

TETRAHEDRAL 

three-dimensional grid composed of tetrahedral elements, embedded in a three-dimensional space


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