inla.mesh.1d: Function space definition objects for 1D SPDE models.

Description Usage Arguments Author(s)

Description

Create a 1D mesh specification inla.mesh.1d object, that defines a function space for 1D SPDE models.

Usage

1
2
3
4
5
6
inla.mesh.1d(loc,
             interval = range(loc),
             boundary = NULL,
             degree = 1,
             free.clamped = FALSE,
             ...)

Arguments

loc

B-spline knot locations.

interval

Interval domain endpoints.

boundary

Boundary condition specification. Valid conditions are c('neumann', 'dirichlet', 'free', 'cyclic'). Two separate values can be specified, one applied to each endpoint.

degree

The B-spline basis degree. Supported values are 0, 1, and 2.

free.clamped

If TRUE, for 'free' boundaries, clamp the basis functions to the interval endpoints.

...

Additional option, currently unused.

Author(s)

Finn Lindgren finn.lindgren@gmail.com


andrewzm/INLA documentation built on May 10, 2019, 11:12 a.m.