#include <cube.hh>
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
uint | ncell () const |
| Returns the number of cells in the mesh.
|
|
concepts::Scan3 * | scan () |
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
uint | ncell () const |
| Returns the number of cells in the mesh.
|
|
concepts::Scan3 * | scan () |
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
uint | ncell () const |
| Returns the number of cells in the mesh.
|
|
concepts::Scan3 * | scan () |
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
uint | ncell () const |
| Returns the number of cells in the mesh.
|
|
concepts::Scan3 * | scan () |
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
in one hexahedron.
- Author
- Philipp Frauenfelder, 2001
Definition at line 19 of file cube.hh.
◆ info() [1/4]
virtual std::ostream & Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [2/4]
virtual std::ostream & Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [3/4]
virtual std::ostream & Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [4/4]
virtual std::ostream & Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ ncell() [1/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [2/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [3/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [4/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ scan() [1/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [2/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [3/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [4/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ ncell_
static const uint Cube::ncell_ = 1 |
|
static |
The documentation for this class was generated from the following files: