|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
We then define the corresponding relaxation and residual functions which will be used by the multigrid solver. More...
#include <thermal.h>
Data Fields | |
| const vector | alpha |
| const scalar | lambda |
| double | tolerance |
| int | nrelax |
| int | minlevel |
| scalar * | res |
We then define the corresponding relaxation and residual functions which will be used by the multigrid solver.
| int Thermal::minlevel |
Definition at line 130 of file thermal.h.
Referenced by poisson_thermal().
| int Thermal::nrelax |
Definition at line 130 of file thermal.h.
Referenced by poisson_thermal().
| scalar* Thermal::res |
Definition at line 131 of file thermal.h.
Referenced by poisson_thermal().
| double Thermal::tolerance |
Definition at line 129 of file thermal.h.
Referenced by poisson_thermal().