![]() |
OptFEM3DP1 Toolbox
20130618_070730
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
|
Build Ig and Jg arrays for vectors fields with numerotation <Num>. See report. More...
Go to the source code of this file.
Functions | |
| function [
Ig , Jg ] = | BuildIgJgP1VF (Num, me, nq) |
| Build Ig and Jg arrays for vectors fields with numerotation <Num>. See report. | |
Build Ig and Jg arrays for vectors fields with numerotation <Num>. See report.
Definition in file BuildIgJgP1VF.m.
| function [ Ig , Jg ] = BuildIgJgP1VF | ( | Num, | |
| me, | |||
| nq | |||
| ) |
Build Ig and Jg arrays for vectors fields with numerotation <Num>. See report.
| Num |
|
| me | Connectivity array, array. is the storage index of the -th vertex of the -th tetrahedron in the array of vertices coordinates, and . |
| nq | total number of vertices, also denoted by . |
| Ig | array |
| Jg | array |
| Copyright | See License issues |
Definition at line 17 of file BuildIgJgP1VF.m.