![]() |
AMR-Solver
1.0
Block-based Octree AMR grid flow solver
|
#include <stdlib.h>#include <string>#include "octreegrid.h"#include "poisson.h"#include "ghost.h"#include <iostream>#include <cmath>Go to the source code of this file.
Namespaces | |
| amrsolver | |
| Solver stuff. | |
Functions | |
| void | amrsolver::jacobi (int level, std::string name) |
| void | amrsolver::gauss_seidel (int level, std::string name) |
| double | amrsolver::jacobi_for_field (Octree *node, Field *f, double global_res) |
| double | amrsolver::gauss_seidel_red (Octree *node, Field *f, double global_res) |
| double | amrsolver::gauss_seidel_black (Octree *node, Field *f, double global_res) |