#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 |
| 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.5.9