#include <iomanip>
#include <sstream>
#include <athena/coordinates/coordinates.hpp>
#include <athena/hydro/hydro.hpp>
#include <athena/stride_iterator.hpp>
#include <utils/ndarrays.hpp>
#include <impl.hpp>
#include "../thermodynamics/thermodynamics.hpp"
#include "decomposition.hpp"
Go to the source code of this file.
|
void | IntegrateUpwards (AthenaArray< Real > &psf, AthenaArray< Real > const &w, Coordinates *pco, Real grav, int kl, int ku, int jl, int ju, int il, int iu) |
|
void | IntegrateDownwards (AthenaArray< Real > &psf, AthenaArray< Real > const &w, Coordinates *pco, Real grav, int kl, int ku, int jl, int ju, int il, int iu) |
|
◆ IntegrateUpwards()
◆ IntegrateDownwards()