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

Definition of the GetI function depending on the parameter Num of global numbering of degrees of freedom. Used by StiffElasAssemblingP1 functions. More...

Go to the source code of this file.

Functions

function GetI = BuildIkFunc (Num, nq)
 Definition of the GetI function depending on the parameter Num of global numbering of degrees of freedom. Used by StiffElasAssemblingP1 functions.
 

Detailed Description

Definition of the GetI function depending on the parameter Num of global numbering of degrees of freedom. Used by StiffElasAssemblingP1 functions.

Definition in file BuildIkFunc.m.

Function Documentation

function GetI = BuildIkFunc (   Num,
  nq 
)

Definition of the GetI function depending on the parameter Num of global numbering of degrees of freedom. Used by StiffElasAssemblingP1 functions.

See report

Parameters
NumChoice of the numbering of degrees of freedom
  • 0 global alternate numbering with local alternate numbering (classical method),
  • 1 global block numbering with local alternate numbering,
  • 2 global alternate numbering with local block numbering,
  • 3 global block numbering with local block numbering.
nqtotal number of vertices, also denoted by $\nq$.

Definition at line 17 of file BuildIkFunc.m.