OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
GetMesh.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 = GetMesh (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 GetMesh.m.

Function Documentation

function Mesh = GetMesh (   cFileName)

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

Description plus longue...

usage: Th=GetMesh(carre.msh) This program is open source. For license terms, see the COPYING file.


ATTRIBUTION NOTICE
This product includes software developed for the RBmatlab project at (C) Universities of Stuttgart and Münster, Germany.

RBmatlab is a MATLAB software package for model reduction with an emphasis on Reduced Basis Methods. The project is maintained by M. Dihlmann, M. Drohmann, B. Haasdonk, M. Ohlberger and M. Schaefer.

For Online Documentation and Download we refer to www.morepas.org.

Parameters
cFileNamefile name (string)
Return values
Meshmesh structure
Generated fields of Mesh:
  • q — 
    $\int_a^b f(x) dx$
  • me — 

Definition at line 17 of file GetMesh.m.