solve_admissible_state Function

private function solve_admissible_state(isen_coef, my_eps, mean, limitedDens, momEnerg) result(t)

Solve for admissible state of the conservative positivity preserving limiter.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: isen_coef
real(kind=rk), intent(in) :: my_eps
real(kind=rk), intent(in) :: mean(5)
real(kind=rk), intent(in) :: limitedDens
real(kind=rk), intent(in) :: momEnerg(2:5)

Return Value real(kind=rk)


Calls

proc~~solve_admissible_state~~CallsGraph proc~solve_admissible_state solve_admissible_state proc~tem_abort tem_abort proc~solve_admissible_state->proc~tem_abort

Called by

proc~~solve_admissible_state~~CalledByGraph proc~solve_admissible_state solve_admissible_state proc~atl_cons_positivity_preserv atl_cons_positivity_preserv proc~atl_cons_positivity_preserv->proc~solve_admissible_state proc~atl_stabilize atl_stabilize proc~atl_stabilize->proc~atl_cons_positivity_preserv proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->proc~atl_stabilize proc~mesh_timestep_euler->proc~mesh_timestep_euler proc~mesh_timestep_imexrk mesh_timestep_imexrk proc~mesh_timestep_imexrk->proc~atl_stabilize proc~mesh_timestep_rktaylor mesh_timestep_rktaylor proc~mesh_timestep_rktaylor->proc~atl_stabilize proc~mesh_timestep_ssprk2 mesh_timestep_ssprk2 proc~mesh_timestep_ssprk2->proc~atl_stabilize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_stabilize

Contents