View source: R/mesh.generation.R
generate.adaptive.meshes.1d | R Documentation |
A function to create mesh for 1d FEM discretization adaptively.
generate.adaptive.meshes.1d(
locs,
max.dist = NULL,
cutoff = 1e-10,
common.grid = FALSE,
extend = NULL,
n.cores = 1,
Y = NULL,
loc.Y = NULL,
max.dY = -1,
nJump = 3
)
locs |
A list of measurement locations. |
max.dist |
The largest distance between nodes in the mesh |
cutoff |
Merge nodes in x that are closer than cutoff |
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. |
n.cores |
A numeric value for the number of cores to be used. |
This is a supplementary function to be used internally by other functions.
Returns a list of output.
create.meshes.1d
## Not run:
generate.adaptive.meshes.1d(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.