npsat.writeMesh | R Documentation |
Writes a mesh into a file for reading from the npsat_engine
npsat.writeMesh(filename, nd, msh)
filename |
is the name of the file to write the mesh. |
nd |
A matrix n x 2 with the mesh node coordinates |
msh |
A matrix with the indices of the mesh elements. The matrix must be based on 1. However the file will be printed as zero based |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.