OptFEM2DP1 Toolbox  V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
 All Files Functions Pages
Opt Directory Reference
Directory dependency graph for Opt:
Opt

Files

file  BuildElemStiffElasMatOptV0Func.m [code]
 Definition of the function computing the Element Elasticity Stiffness Matrix, depending on the parameter Num of numbering of degrees of freedom.
 
file  BuildIgJgP1VF.m [code]
 Definition of the arrays Ig and Jg, depending on the parameter Num of global numbering of degrees of freedom.
 
file  ComputeAreaOpt.m [code]
 Computation of areas of triangles in the mesh.
 
file  EdgeLengthOpt.m [code]
 Computation of the lengths of edges in the mesh.
 
file  ElemStiffElasMatBaVecP1.m [code]
 Global Computation of the element stiffness elasticity matrix. Alternate numbering.
 
file  ElemStiffElasMatBbVecP1.m [code]
 Global Computation of the element stiffness elasticity matrix. Block numbering.
 
file  ElemStiffElasMatP1BaOptV0.m [code]
 Computation of the element stiffness elasticity matrix for $P_1$-Lagrange method. The method for numbering the degrees of freedom is local alternate numbering (classical method)
 
file  GetMeshOpt.m [code]
 Initialization of the Mesh structure from a FreeFEM++ mesh file - Optimized version.
 
file  MassAssemblingP1OptV0.m [code]
 Assembly of the Mass Matrix using $P_1$-Lagrange finite elements.
 
file  MassAssemblingP1OptV1.m [code]
 Assembly of the Mass Matrix using $P_1$-Lagrange finite elements.
 
file  MassAssemblingP1OptV2.m [code]
 Assembly of the Mass Matrix using $P_1$-Lagrange finite elements.
 
file  MassWAssemblingP1OptV0.m [code]
 Assembly of the Weighted Mass Matrix using $P_1$-Lagrange finite elements.
 
file  MassWAssemblingP1OptV1.m [code]
 Assembly of the Weighted Mass Matrix using $P_1$-Lagrange finite elements.
 
file  MassWAssemblingP1OptV2.m [code]
 Assembly of the Weighted Mass Matrix using $P_1$-Lagrange finite elements.
 
file  StiffAssemblingP1OptV0.m [code]
 Assembly of the Stiffness Matrix using $P_1$-Lagrange finite elements.
 
file  StiffAssemblingP1OptV1.m [code]
 Assembly of the Stiffness Matrix using $P_1$-Lagrange finite elements.
 
file  StiffAssemblingP1OptV2.m [code]
 Assembly of the Stiffness Matrix using $P_1$-Lagrange finite elements.
 
file  StiffElasAssemblingP1OptV0.m [code]
 Assembly of the Stiffness Elasticity Matrix by $P_1$-Lagrange finite elements using "OptV0" version (see report).
 
file  StiffElasAssemblingP1OptV1.m [code]
 Assembly of the Stiffness Elasticity Matrix by $P_1$-Lagrange finite elements using "OptV1" version (see report).
 
file  StiffElasAssemblingP1OptV2.m [code]
 Assembly of the Stiffness Elasticity Matrix by $P_1$-Lagrange finite elements using "OptV2" version (see report).