Skip to content
Snippets Groups Projects
FTCS.Rd 573 B
Newer Older
% 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()}}
Marco De Lucia's avatar
Marco De Lucia committed
FTCS(field, dx, dt, alpha, bc_left)
Marco De Lucia's avatar
Marco De Lucia committed
\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()}