FreePOOMA
2.4.1
|
Gradient operator on Fields, using 2nd-order centered differences These are used by the grad() template function. More...
#include "Tiny/Vector.h"
#include "Field/DiffOps/FieldStencil.h"
#include "Field/Mesh/UniformRectilinearMesh.h"
Classes | |
class | GradVertToCell< T2, UniformRectilinearMesh< Dim, TM > > |
class | GradCellToVert< T2, UniformRectilinearMesh< Dim, TM > > |
class | GradSameToSame< T2, UniformRectilinearMesh< Dim, TM >, OC > |
Gradient operator on Fields, using 2nd-order centered differences These are used by the grad() template function.
See Grad.h for details, and the grad() function template definition.