OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
base Directory Reference
Directory dependency graph for base:
base

Files

file  ComputeArea.m [code]
 
file  EdgeLength.m [code]
 
file  ElemMassMatP1.m [code]
 Computation of the element mass matrix for a triangle with area area
 
file  ElemMassWMatP1.m [code]
 Computation of the element weight mass matrix for a triangle with area area.
 
file  ElemStiffMatP1.m [code]
 Computation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area
 
file  GetMaxLengthEdges.m [code]
 
file  GetMesh.m [code]
 Initialization of the Mesh structure from a FreeFEM++ mesh file.
 
file  MassAssemblingP1base.m [code]
 Assembling Mass Matrix by $P_1$-Lagrange finite elements using "base" version (see report).
 
file  MassWAssemblingP1base.m [code]
 Assembling Mass Weight Matrix by $P_1$-Lagrange finite elements using "base" version (see report).
 
file  SquareMesh.m [code]
 Initialization of the Mesh structure for the square domain $[0,1]\times[0,1]$. This mesh have 4 boundaries label :
 
file  StiffAssemblingP1base.m [code]
 Assembling Stiff Matrix by $P_1$-Lagrange finite elements using "base" version (see report).