OptFEM2DP1 Toolbox  V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
 All Files Functions Pages
BuildElemStiffElasMatOptV0Func.m File Reference

Definition of the function computing the Element Elasticity Stiffness Matrix, depending on the parameter Num of numbering of degrees of freedom. More...

Go to the source code of this file.

Functions

function
ElemStiffElasMat = 
BuildElemStiffElasMatOptV0Func (Num)
 Definition of the function computing the Element Elasticity Stiffness Matrix, depending on the parameter Num of numbering of degrees of freedom.
 

Detailed Description

Definition of the function computing the Element Elasticity Stiffness Matrix, depending on the parameter Num of numbering of degrees of freedom.

Definition in file BuildElemStiffElasMatOptV0Func.m.

Function Documentation

function ElemStiffElasMat = BuildElemStiffElasMatOptV0Func (   Num)

Definition of the function computing the Element Elasticity Stiffness Matrix, depending on the parameter Num of numbering of degrees of freedom.

See Also
ElemStiffElasMatP1BaOptV0, #ElemStiffElasMatP1BbOptV0
Copyright
See License issues
Parameters
NumChoice of the local numbering of degrees of freedom
  • 0, 1 alternate numbering (classical method),
  • 2, 3 block numbering

Definition at line 17 of file BuildElemStiffElasMatOptV0Func.m.