|
numerics
|
#include <ns_solver.hpp>
Public Attributes | |
| idx | cg_iters = 0 |
| real | cg_residual = 0.0 |
| double | advect_ms = 0.0 |
| double | pressure_ms = 0.0 |
| double | project_ms = 0.0 |
| double | total_ms = 0.0 |
Definition at line 31 of file ns_solver.hpp.
| double ns::Stats::advect_ms = 0.0 |
Definition at line 34 of file ns_solver.hpp.
| idx ns::Stats::cg_iters = 0 |
Definition at line 32 of file ns_solver.hpp.
| real ns::Stats::cg_residual = 0.0 |
Definition at line 33 of file ns_solver.hpp.
| double ns::Stats::pressure_ms = 0.0 |
Definition at line 35 of file ns_solver.hpp.
| double ns::Stats::project_ms = 0.0 |
Definition at line 36 of file ns_solver.hpp.
| double ns::Stats::total_ms = 0.0 |
Definition at line 37 of file ns_solver.hpp.
Referenced by ns::NSSolver::step().