R/RcppExports.R

Defines functions dt_init dt_implicit_sim dt_courant

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

dt_courant <- function(hillslope, courant, timestep, n_sub_step) {
    invisible(.Call(`_dynatop_dt_courant`, hillslope, courant, timestep, n_sub_step))
}

dt_implicit_sim <- function(hillslope, channel, flow_direction, precip_input, pet_input, obs, channel_inflow_sf, channel_inflow_sz, mass_balance, keep_states, state_rec, timestep, n_sub_step, tol, max_it, ftol) {
    invisible(.Call(`_dynatop_dt_implicit_sim`, hillslope, channel, flow_direction, precip_input, pet_input, obs, channel_inflow_sf, channel_inflow_sz, mass_balance, keep_states, state_rec, timestep, n_sub_step, tol, max_it, ftol))
}

dt_init <- function(hillslope, channel, flow_direction, tol, max_it) {
    invisible(.Call(`_dynatop_dt_init`, hillslope, channel, flow_direction, tol, max_it))
}

Try the dynatop package in your browser

Any scripts or data that you put into this service are public.

dynatop documentation built on Oct. 11, 2022, 1:06 a.m.