Go to the source code of this file.
|
| subroutine | fluxes_base_mod::finalize_base (this) |
| | Destructor. More...
|
| |
various data fields
|
| integer, parameter, public | fluxes_base_mod::kt = 1 |
| |
| subroutine | fluxes_base_mod::initfluxes (this, Mesh, Physics, config, IO, ftype, fname) |
| | Initialize Fluxes. More...
|
| |
| real function, dimension(physics%vnum) | fluxes_base_mod::getboundaryflux (this, Mesh, Physics, direction, comm) |
| | Get fluxes at boundaries. More...
|
| |
| subroutine | fluxes_base_mod::calculatefacedata (this, Mesh, Physics, pvar, cvar) |
| | Calcualtes face data with reconstruction methods (e. g. limiters) More...
|
| |