#include "AMReX_GpuQualifiers.H"
#include "AMReX_REAL.H"
Go to the source code of this file.
|
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::Real | surface_layer_stress::conservative_to_kinematic_stress (amrex::Real conservative_stress, amrex::Real rho) |
| |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE bool | surface_layer_stress::lsm_flux_is_valid (bool has_flux, bool is_land, amrex::Real flux, amrex::Real undefined) |
| |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE FaceStressResult | surface_layer_stress::combine_lsm_and_most_stress (amrex::Real rho_low, amrex::Real rho_high, amrex::Real kinematic_low, amrex::Real kinematic_high, bool low_valid, bool high_valid, amrex::Real most_face_stress) |
| |