|
FreePOOMA
2.4.1
|
#include <Grad.UR.h>
Public Types | |
| typedef Vector< Dim, T2 > | OutputElement_t |
Public Member Functions | |
| Centering< Dim > | outputCentering () const |
| Centering< Dim > | inputCentering () const |
| GradVertToCell () | |
| template<class FE > | |
| GradVertToCell (const FE &fieldEngine) | |
| int | lowerExtent (int d) const |
| int | upperExtent (int d) const |
| template<class F > | |
| OutputElement_t | operator() (const F &f, int i1) const |
| template<class F > | |
| OutputElement_t | operator() (const F &f, int i1, int i2) const |
| template<class F > | |
| OutputElement_t | operator() (const F &f, int i1, int i2, int i3) const |
| typedef Vector<Dim, T2> GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::OutputElement_t |
| GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::GradVertToCell | ( | ) | [inline] |
| GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::GradVertToCell | ( | const FE & | fieldEngine | ) | [inline] |
| Centering<Dim> GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::outputCentering | ( | ) | const [inline] |
References CellType, and Continuous.
| Centering<Dim> GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::inputCentering | ( | ) | const [inline] |
References Continuous, and VertexType.
| int GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::lowerExtent | ( | int | d | ) | const [inline] |
| int GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::upperExtent | ( | int | d | ) | const [inline] |
| OutputElement_t GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::operator() | ( | const F & | f, |
| int | i1 | ||
| ) | const [inline] |
| OutputElement_t GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::operator() | ( | const F & | f, |
| int | i1, | ||
| int | i2 | ||
| ) | const [inline] |
| OutputElement_t GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > >::operator() | ( | const F & | f, |
| int | i1, | ||
| int | i2, | ||
| int | i3 | ||
| ) | const [inline] |
1.7.6.1