initFEbasis: Initialise a finite element basis

Description Usage Arguments Value Examples

View source: R/AllConstructor.R

Description

This function initialises an object of class FEBasis which defines a set of 'radial ‘tent’ basis functions over a pre-specified triangulation in 2-D

Usage

1
initFEbasis(p, t, M, K)

Arguments

p

n \times 2 matrix of vertex locations.

t

m \times 3 matrix of triangulations. Each row identifies which rows of p make up each triangle.

M

n \times n mass matrix: \langle φ, φ^T \rangle.

K

n \times n stiffness matrix: \langle \nablaφ, \nablaφ^T \rangle.

Value

Object of class FEBasis

Examples

1
2
3
4
5

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.