File sdc_powell_solve.H

namespace powell

Functions

AMREX_GPU_HOST_DEVICE AMREX_INLINE void Z_sdc (amrex::Array1D< amrex::Real, 1, NumSpec+1 > &x, Array1D< Real, 1, NumSpec+1 > &Z, const burn_t &burn_state_in, int &iflag)
AMREX_GPU_HOST_DEVICE AMREX_INLINE void jac_sdc (amrex::Array1D< amrex::Real, 1, NumSpec+1 > &x, JacNetArray2D &Jac, const burn_t &burn_state_in, int &iflag)
AMREX_GPU_HOST_DEVICE AMREX_INLINE void sdc_powell_solve (const Real dt_m, GpuArray< Real, NUM_STATE > const &U_old, GpuArray< Real, NUM_STATE > &U_new, GpuArray< Real, NUM_STATE > const &C, const int sdc_iteration)