#include <alsfvm/simulator/ConservedSystem.hpp>
◆ ConservedSystem()
◆ getNumberOfGhostCells()
size_t alsfvm::simulator::ConservedSystem::getNumberOfGhostCells |
( |
| ) |
const |
|
virtual |
Returns the number of ghost cells needed. This will take the maximum between the number of ghost cells the numerical flux needs, and the number of ghost cells the diffusion operator needs
Reimplemented from alsfvm::integrator::System.
◆ operator()()
operator () computes the right hand side of the ODE. (see class definition)
- Parameters
-
[in] | conservedVariables | the current state of the conserved variables corresponds to . |
[out] | waveSpeed | at end of invocation, the maximum wavespeed |
[in] | computeWaveSpeed | |
[out] | output | will at end of invocation contain the values of |
Implements alsfvm::integrator::System.
◆ setCellExchanger()
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/include/alsfvm/simulator/ConservedSystem.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/latest/alsfvm/src/simulator/ConservedSystem.cpp