create.meshes.1d: Create meshes.

View source: R/mesh.generation.R

create.meshes.1dR Documentation

Create meshes.

Description

A function to create mesh for FEM discretization.

Usage

create.meshes.1d(locs, n, common.grid, extend = NULL)

Arguments

locs

A numeric list for the meansurement locations.

common.grid

A logical variable for using a common grid for all subjects, "TRUE" indicates using a common grid, "FALSE" uncommon grids.

extend

A numeric vector with two elements specifying the amount of extension of the grid to the left and right beyondthe measurement locations.

Details

This is a supplementary function to be used internally by other functions.

Value

Returns a list of meshes.

See Also

create_matrices_Matern, create_matrices_FD2

Examples

  ## Not run: 
  create_meshes.1d(...)
  
## End(Not run)


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.