MESH toolbox  0.1
Matlab/Octave mesh utils
 All Files Functions Groups Pages
GetMeshOpt.m File Reference

Initialization of the Mesh structure from a FreeFEM++ mesh file. More...

Go to the source code of this file.

Functions

function Mesh = GetMeshOpt (cFileName)
 Initialization of the Mesh structure from a FreeFEM++ mesh file.
 

Detailed Description

Initialization of the Mesh structure from a FreeFEM++ mesh file.

Definition in file GetMeshOpt.m.

Function Documentation

function Mesh = GetMeshOpt (   cFileName)

Initialization of the Mesh structure from a FreeFEM++ mesh file.

Usage: Th=GetMesh(carre.msh)

Parameters
cFileNamefile name (string)
Return values
Meshmesh structure (see report)
Generated fields of Mesh:
  • q — 
  • me — 

Definition at line 17 of file GetMeshOpt.m.