OptFEM2DP1 Toolbox  1.2b4
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
base/BuildElemStiffElasMatFunc.m File Reference

Definition of the ElemStiffElasMat function depending on the parameter Num of numbering of degrees of freedom. More...

Go to the source code of this file.

Functions

function
ElemStiffElasMat = 
BuildElemStiffElasMatFunc (Num)
 Definition of the ElemStiffElasMat function depending on the parameter Num of numbering of degrees of freedom.

Detailed Description

Definition of the ElemStiffElasMat function depending on the parameter Num of numbering of degrees of freedom.

Definition in file BuildElemStiffElasMatFunc.m.


Function Documentation

function ElemStiffElasMat = BuildElemStiffElasMatFunc (   Num)

Definition of the ElemStiffElasMat function depending on the parameter Num of numbering of degrees of freedom.

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

See also:
#ElemStiffElasMat2DP1Ba, #ElemStiffElasMat2DP1Bb
Example
     ElemStiffElasMat=BuildElemStiffElasMatFunc(0);
     
Copyright
See License issues
Parameters:
NumChoice of the local numbering of degrees of freedom
  • 0, 1 alternate numbering (classical method),
  • 2, 3 block numbering
See also:
ElemStiffElasMatBa2DP1, ElemStiffElasMatBb2DP1
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 BuildElemStiffElasMatFunc.m.

 All Files Functions