File: README

package info (click to toggle)
mwrap 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,548 kB
  • sloc: cpp: 3,315; python: 1,850; ansic: 856; makefile: 258; lex: 233; sh: 145
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (9)
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.