![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Definition of the arrays Ig and Jg, depending on the parameter Num of global numbering of degrees of freedom. More...
Go to the source code of this file.
Functions | |
function [
Ig , Jg ] = | BuildIgJgP1VF (Num, me, nq) |
Definition of the arrays Ig and Jg, depending on the parameter Num of global numbering of degrees of freedom. | |
Definition of the arrays Ig and Jg, depending on the parameter Num of global numbering of degrees of freedom.
Definition in file BuildIgJgP1VF.m.
function [ Ig , Jg ] = BuildIgJgP1VF | ( | Num, | |
me, | |||
nq | |||
) |
Definition of the arrays Ig and Jg, depending on the parameter Num of global numbering of degrees of freedom.
Num | Choice of the numbering of degrees of freedom
|
me | Connectivity array, ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
nq | total number of vertices, also denoted by ![]() |
Ig | Array of indices, 2ndf-by-nmef array |
Jg | Array of indices, 2ndf-by-nmef array |
Copyright | See License issues |
Definition at line 17 of file BuildIgJgP1VF.m.