File: README

package info (click to toggle)
mwrap 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: cpp: 3,271; ansic: 856; makefile: 252; lex: 233; sh: 2
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
This example illustrates several features of MWrap:

 - The binding to the finite element assembly class uses mxArrays directly
   (for sparse matrices).
 - The binding to element types uses inheritance.
 - The bindings to the mesh methods illustrate using zero-based to
   one-based construction.

The finite element source files are in src; the MWrap input files are in
interface.  The MEX file and generated .m files build into the mwfem
subdirectory.