MESH toolbox  0.1
Matlab/Octave mesh utils
 All Files Functions Groups Pages
File List
Here is a list of all files with brief descriptions:
[detail level 12]
o-base
|o*ComputeAreaOpt.mCompute areas of triangles mesh
|o*EdgeLengthOpt.mCompute length of boundary edges
|o*GetMeshOpt.mInitialization of the Mesh structure from a FreeFEM++ mesh file
|\*isOctave.mReturn true if running under Octave
o-doxygen
|o*developers.c
|o*groups.c
|\*maindoc.c
o-graphic
|o*MultiPlotBounds.mPlot boundaries of list of meshes
|o*MultiPlotMesh.mPlot List of Meshes
|o*PlotBounds.mPlot mesh boundaries
|o*PlotBoundsEdgeNumber.mWrite mesh boundaries edges numbers
|o*PlotIso.mRepresentation graphique des contours de psi sur un maillage non-structure. Version à améliorer/modifier!
|o*PlotMesh.mPlot mesh
|o*PlotMeshNodeNumber.mPlotMeshNodeNumber(varargin) Write mesh node numbers on figure
|o*PlotMeshTriangleNumber.mPlotMeshTriangleNumber(varargin) Write mesh triangles numbers on figure
|\*PlotVal.mPlot given values on mesh
o-refine
|o*BuildBE.mBuild boundaries edges with labels (non sorted)
|o*BuildEdges.mE2q (nedx2) Edges to Nodes e2q(l,il) : indice dans le tableau Th.q du sommet il de l'arete l e2t (nedx2) Edges to Triangles e2t(l,1) : indice dans le tableau Th.me du 1er triangle adjacent a l'arete l e2t(l,2) : indice dans le tableau Th.me du 2eme triangle adjacent a l'arete l si arete interne sinon 0 e2n (nedx2) : Edges to local number e2n(l,1) : numero local de l'arete dans le 1er triangle (voir e2t) e2n(l,2) : numero local de l'arete dans le 2eme triangle (voir e2t) s'il existe. 0 sinon. e2do (nedx1) e2do(l) : +1 si l'arete est dans le sens direct pour le 1er triangle (voir e2t) -1 sinon e2be (nbex3) : nbe number of boundary edges e2be(l,1) : numero de l'arete du bord e2be(l,2) : +1 si l'arete est dans le "bon" sens -1 sinon e2be(l,3) : label du bord
|o*BuildMeshP2.m
|o*GetMatPrRefTh2Th.mBuild projection matrix from refine mesh to initial mesh
|o*GetMatPrTh2RefTh.mBuild projection matrix from initial mesh to refine mesh
|o*RefineMesh.mRefines the mesh Th by a factor of 4
|\*SortBoundary.mSort boundaries mesh
o*graphic_demo1.mCode using basic mesh plot command
o*LoM_demo1.mDemo function using plot commands on List of Meshes. Before first use, generate FreeFEM++ meshes : in mesh directory
o*numbering_demo1.mCode using basic mesh plot command
o*refine_demo1.mDemo function using refine mesh tools and mesh plot command
\*refine_valid1.mValidation function using refine mesh tools and mesh plot command