mesh2fem | R Documentation |
Illustrative code for Finite Element matrices of a mesh in 2d domain.
Illustrative code for Finite Element matrices when some triangles are in a barrier domain.
mesh2fem(mesh, order = 2, barrier.triangles = NULL)
mesh2fem.barrier(mesh, barrier.triangles = NULL)
mesh |
a 2d mesh object. |
order |
the desired order. |
barrier.triangles |
integer index to specify the triangles in the barrier domain |
a list object containing the FE matrices.
a list object containing the FE matrices for the barrier problem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.