OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
File List
Here is a list of all files with brief descriptions:
[detail level 12]
o-base
|o*ComputeArea.m
|o*EdgeLength.m
|o*ElemMassMatP1.mComputation of the element mass matrix for a triangle with area area
|o*ElemMassWMatP1.mComputation of the element weight mass matrix for a triangle with area area
|o*ElemStiffMatP1.mComputation of the element stiffness matrix for a triangle with vertices q1,q2,q3 and area area
|o*GetMaxLengthEdges.m
|o*GetMesh.mInitialization of the Mesh structure from a FreeFEM++ mesh file
|o*MassAssemblingP1base.mAssembling Mass Matrix by $P_1$-Lagrange finite elements using "base" version (see report)
|o*MassWAssemblingP1base.mAssembling Mass Weight Matrix by $P_1$-Lagrange finite elements using "base" version (see report)
|o*SquareMesh.mInitialization of the Mesh structure for the square domain $[0,1]\times[0,1]$. This mesh have 4 boundaries label :
|\*StiffAssemblingP1base.mAssembling Stiff Matrix by $P_1$-Lagrange finite elements using "base" version (see report)
o-bench
|o*benchMassP1.mBenchmark function for MassAssembling P1 functions
|o*benchMassWP1.mBenchmark function for MassWAssembling P1 functions
|\*benchStiffP1.mBenchmark function for StiffAssembling P1 functions
o-common
|\*isOctave.m
o-doxygen
|o*developers.c
|o*groups.c
|\*maindoc.c
o-Opt
|o*ComputeAreaOpt.mCompute areas of triangles mesh
|o*EdgeLengthOpt.m
|o*GetMeshOpt.m
|o*MassAssemblingP1OptV0.mAssembling Mass Matrix by $P_1$-Lagrange finite elements using "OptV0" version (see report)
|o*MassAssemblingP1OptV1.mAssembling Mass Matrix by $P_1$-Lagrange finite elements using "OptV1" version (see report)
|o*MassAssemblingP1OptV2.mAssembling Mass Matrix by $P_1$-Lagrange finite elements using "OptV2" version (see report)
|o*MassWAssemblingP1OptV0.mAssembling Mass Weight Matrix by $P_1$-Lagrange finite elements using "OptV0" version (see report)
|o*MassWAssemblingP1OptV1.mAssembling Mass Weight Matrix by $P_1$-Lagrange finite elements using "OptV1" version (see report)
|o*MassWAssemblingP1OptV2.mAssembling Mass Weight Matrix by $P_1$-Lagrange finite elements using "OptV2" version (see report)
|o*StiffAssemblingP1OptV0.mAssembling Stiff Matrix by $P_1$-Lagrange finite elements using "OptV0" version (see report)
|o*StiffAssemblingP1OptV1.mAssembling Stiff Matrix by $P_1$-Lagrange finite elements using "OptV1" version (see report)
|\*StiffAssemblingP1OptV2.mAssembling Stiff Matrix by $P_1$-Lagrange finite elements using "OptV2" version (see report)
o-valid
|o*valid_FEMmatrices.mAutomatic generation with sage
|o*validMassP1.mValidation function for MassAssembling P1 functions
|o*validMassWP1.mValidation function for MassWAssembling P1 functions
|\*validStiffP1.mValidation function for Stiff Assembling P1 functions
o*InitOptFEM2D.mInit Matlab search path
o*runBenchs.mRunBenchs Script running benchs functions
\*runValids.mRunning validations functions