View source: R/mesh.generation.R
create.meshes.1d | R Documentation |
A function to create mesh for FEM discretization.
create.meshes.1d(locs, n, common.grid, extend = NULL)
locs |
A numeric list for the meansurement locations. |
common.grid |
A logical variable for using a common grid for all subjects,
|
extend |
A numeric vector with two elements specifying the amount of extension of the grid to the left and right beyondthe measurement locations. |
This is a supplementary function to be used internally by other functions.
Returns a list of meshes.
create_matrices_Matern
, create_matrices_FD2
## Not run:
create_meshes.1d(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.