R/RcppExports.R

Defines functions c_heat_neumann c_heat_dirichlet c_heat c_heat_dirichlet_memory c_heat_neumann_memory c_heat_memory heateq_dirichlet heateq_neumann

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

c_heat_neumann <- function(n, soln, alpha, eps, dt, space, dx) {
    .Call(`_heateq_c_heat_neumann`, n, soln, alpha, eps, dt, space, dx)
}

c_heat_dirichlet <- function(n, soln, alpha, eps, dt, space, dx) {
    .Call(`_heateq_c_heat_dirichlet`, n, soln, alpha, eps, dt, space, dx)
}

c_heat <- function(n, init, boundary, alpha, dt = 0.1, eps = 1e-5, dx = 0.1) {
    .Call(`_heateq_c_heat`, n, init, boundary, alpha, dt, eps, dx)
}

c_heat_dirichlet_memory <- function(n, init, alpha, eps, dt, space, dx) {
    .Call(`_heateq_c_heat_dirichlet_memory`, n, init, alpha, eps, dt, space, dx)
}

c_heat_neumann_memory <- function(n, init, alpha, eps, dt, space, dx) {
    .Call(`_heateq_c_heat_neumann_memory`, n, init, alpha, eps, dt, space, dx)
}

c_heat_memory <- function(n, init, boundary, alpha, dt = 0.1, eps = 1e-5, dx = 0.1) {
    .Call(`_heateq_c_heat_memory`, n, init, boundary, alpha, dt, eps, dx)
}

heateq_dirichlet <- function(n, y, c, dt, dx) {
    .Call(`_heateq_heateq_dirichlet`, n, y, c, dt, dx)
}

heateq_neumann <- function(n, y, c, dt, dx) {
    .Call(`_heateq_heateq_neumann`, n, y, c, dt, dx)
}
TWilliamBell/heateq documentation built on Aug. 10, 2019, 3:32 p.m.