% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Rphree_Diffusion.R \name{FTCS} \alias{FTCS} \title{Call \code{RcppTUG::RcppFTCS()}} \usage{ FTCS(field, dx, dt, alpha, bc_left) } \arguments{ \item{field}{NumericVector of length n} \item{dx}{the grid spacing in m} \item{dt}{the required time step in s} \item{alpha}{diffusion coefficient in m^2/s (constant, homogeneous)} \item{bc_left}{Dirichlet boundary conditions at the left inlet} } \value{ updated concentration vector } \description{ Call \code{RcppTUG::RcppFTCS()} } \author{ MDL }