ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
TI_slow_rhs_fun.H File Reference
#include "Src_headers.H"
Include dependency graph for TI_slow_rhs_fun.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

auto slow_rhs_fun_pre
 
auto pre_update_fun
 
auto post_update_fun
 
auto slow_rhs_fun_post
 

Variable Documentation

◆ post_update_fun

auto post_update_fun
Initial value:
= [&](Vector<MultiFab>& S_data,
const Real time_for_fp, int ng_cons, int ng_vel)
{
apply_bcs(S_data, time_for_fp, ng_cons, ng_vel, fast_only=false, vel_and_mom_synced=false);
}
auto apply_bcs
Definition: TI_utils.H:40

Referenced by ERF::advance_dycore().

◆ pre_update_fun

auto pre_update_fun
Initial value:
= [&](Vector<MultiFab>& S_data, int ng_cons)
{
cons_to_prim(S_data[IntVars::cons], ng_cons);
}
auto cons_to_prim
Definition: TI_utils.H:4
@ cons
Definition: IndexDefines.H:109

Referenced by ERF::advance_dycore().

◆ slow_rhs_fun_post

auto slow_rhs_fun_post

Referenced by ERF::advance_dycore().

◆ slow_rhs_fun_pre

auto slow_rhs_fun_pre

Wrapper for calling the routine that creates the slow RHS

Referenced by ERF::advance_dycore().