|
dune-grid 2.9.1
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::dgf::YaspGridParameterBlock Class Reference
Grid parameters for YaspGrid. More...
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
Inheritance diagram for Dune::dgf::YaspGridParameterBlock:

Public Types | |
| typedef unsigned int | Flags |
Public Member Functions | |
| YaspGridParameterBlock (std::istream &in) | |
| constructor taking istream | |
| int | overlap () const |
| get dimension of world found in block | |
| const std::string & | name (const std::string &defaultValue) const |
| return the name of the grid | |
| const std::string & | dumpFileName () const |
| bool | markLongestEdge () const |
| returns true if longest edge should be marked for AlbertaGrid | |
| bool | ok () |
| bool | isactive () |
| bool | isempty () |
| int & | noflines () |
| int | linenumber () |
| const std::string & | id () const |
Static Public Attributes | |
| static const Flags | foundName = 1 << 0 |
| static const Flags | foundDumpFileName = 1 << 1 |
| static const Flags | foundLongestEdge = 1 << 5 |
Protected Member Functions | |
| void | reset () |
| bool | getnextline () |
| template<class ENTRY > | |
| bool | getnextentry (ENTRY &entry) |
| bool | gettokenparam (std ::string token, std ::string &entry) |
| bool | findtoken (std ::string token) |
Protected Attributes | |
| int | _overlap |
| Flags | foundFlags_ |
| std::string | name_ |
| std::string | dumpFileName_ |
| bool | markLongestEdge_ |
| std::stringstream | line |
Detailed Description
The YaspGridParameter class is in charge of passing parameters specific to YaspGrid to the grid construction. Current parameters are:
- overlap defining the overlap of the grid (default value is zero)
See the examplegrid5.dgf file for an example.
- Note
- The periodic parameter has been replaced by the PeriodicFaceTransformation block.
Member Typedef Documentation
◆ Flags
|
inherited |
Constructor & Destructor Documentation
◆ YaspGridParameterBlock()
|
inline |
constructor taking istream
Member Function Documentation
◆ dumpFileName()
|
inlineinherited |
◆ findtoken()
|
protectedinherited |
◆ getnextentry()
template<class ENTRY >
|
inlineprotectedinherited |
◆ getnextline()
|
protectedinherited |
◆ gettokenparam()
|
protectedinherited |
◆ id()
|
inlineinherited |
◆ isactive()
|
inlineinherited |
◆ isempty()
|
inlineinherited |
◆ linenumber()
|
inlineinherited |
◆ markLongestEdge()
|
inlineinherited |
returns true if longest edge should be marked for AlbertaGrid
◆ name()
|
inlineinherited |
return the name of the grid
◆ noflines()
|
inlineinherited |
◆ ok()
|
inlineinherited |
◆ overlap()
|
inline |
get dimension of world found in block
◆ reset()
|
inlineprotectedinherited |
Member Data Documentation
◆ _overlap
|
protected |
◆ dumpFileName_
|
protectedinherited |
◆ foundDumpFileName
|
staticinherited |
◆ foundFlags_
|
protectedinherited |
◆ foundLongestEdge
|
staticinherited |
◆ foundName
|
staticinherited |
◆ line
|
protectedinherited |
◆ markLongestEdge_
|
protectedinherited |
◆ name_
|
protectedinherited |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8