|
FreePOOMA
2.4.1
|
General "volume" functor: works for edges, faces and cells. More...
#include <RectilinearMesh.h>
Public Member Functions | |
| GeneralVolumesFunctor () | |
| Need to be able to default construct since we fill in the details after the fact. | |
| GeneralVolumesFunctor (const RectilinearMesh< Dim, T > &m, const Centering< Dim > &c) | |
| GeneralVolumesFunctor (const GeneralVolumesFunctor &m) | |
| GeneralVolumesFunctor & | operator= (const GeneralVolumesFunctor &m) |
| T | operator() (int i0) const |
| T | operator() (int i0, int i1) const |
| T | operator() (int i0, int i1, int i2) const |
General "volume" functor: works for edges, faces and cells.
| RectilinearMesh< Dim, T >::GeneralVolumesFunctor::GeneralVolumesFunctor | ( | ) | [inline] |
Need to be able to default construct since we fill in the details after the fact.
| RectilinearMesh< Dim, T >::GeneralVolumesFunctor::GeneralVolumesFunctor | ( | const RectilinearMesh< Dim, T > & | m, |
| const Centering< Dim > & | c | ||
| ) | [inline] |
References RectilinearMesh< Dim, T >::spacings().
| RectilinearMesh< Dim, T >::GeneralVolumesFunctor::GeneralVolumesFunctor | ( | const GeneralVolumesFunctor & | m | ) | [inline] |
| GeneralVolumesFunctor& RectilinearMesh< Dim, T >::GeneralVolumesFunctor::operator= | ( | const GeneralVolumesFunctor & | m | ) | [inline] |
| T RectilinearMesh< Dim, T >::GeneralVolumesFunctor::operator() | ( | int | i0 | ) | const [inline] |
| T RectilinearMesh< Dim, T >::GeneralVolumesFunctor::operator() | ( | int | i0, |
| int | i1 | ||
| ) | const [inline] |
| T RectilinearMesh< Dim, T >::GeneralVolumesFunctor::operator() | ( | int | i0, |
| int | i1, | ||
| int | i2 | ||
| ) | const [inline] |
1.7.6.1