|
| static double | GetLaplacian (const typename FunctionIntegrator::Integrator &integrator, const int off1[3], const int off2[3]) |
| |
| static double | GetLaplacian (const typename FunctionIntegrator::ChildIntegrator &integrator, const int off1[3], const int off2[3]) |
| |
| static double | GetDivergence1 (const typename FunctionIntegrator::Integrator &integrator, const int off1[3], const int off2[3], Point3D< double > normal1) |
| |
| static double | GetDivergence1 (const typename FunctionIntegrator::ChildIntegrator &integrator, const int off1[3], const int off2[3], Point3D< double > normal1) |
| |
| static double | GetDivergence2 (const typename FunctionIntegrator::Integrator &integrator, const int off1[3], const int off2[3], Point3D< double > normal2) |
| |
| static double | GetDivergence2 (const typename FunctionIntegrator::ChildIntegrator &integrator, const int off1[3], const int off2[3], Point3D< double > normal2) |
| |
| static Point3D< double > | GetDivergence1 (const typename FunctionIntegrator::Integrator &integrator, const int off1[3], const int off2[3]) |
| |
| static Point3D< double > | GetDivergence1 (const typename FunctionIntegrator::ChildIntegrator &integrator, const int off1[3], const int off2[3]) |
| |
| static Point3D< double > | GetDivergence2 (const typename FunctionIntegrator::Integrator &integrator, const int off1[3], const int off2[3]) |
| |
| static Point3D< double > | GetDivergence2 (const typename FunctionIntegrator::ChildIntegrator &integrator, const int off1[3], const int off2[3]) |
| |
| static void | SetCentralDivergenceStencil (const typename FunctionIntegrator::Integrator &integrator, Stencil< Point3D< double >, OverlapSize > &stencil, bool scatter) |
| |
| static void | SetCentralDivergenceStencils (const typename FunctionIntegrator::ChildIntegrator &integrator, Stencil< Point3D< double >, OverlapSize > stencil[2][2][2], bool scatter) |
| |
| static void | SetCentralLaplacianStencil (const typename FunctionIntegrator::Integrator &integrator, Stencil< double, OverlapSize > &stencil) |
| |
| static void | SetCentralLaplacianStencils (const typename FunctionIntegrator::ChildIntegrator &integrator, Stencil< double, OverlapSize > stencil[2][2][2]) |
| |
template<int Degree1, int Degree2>
class SystemCoefficients< Degree1, Degree2 >
Definition at line 278 of file MultiGridOctreeData.h.