jacobi.template
|
Go to the source code of this file.
Functions | |
fprintf ('Read file %s\n', fname) % Read mesh const ants nn | |
Variables | |
function [xc, ia, v] | |
row_1 | |
col_1 | |
row_2 | |
col_2 in C indexing | ! nnode = nn(1) |
ndim = nn(2) | |
nelem = nn(3) | |
nvert = nn(4) | |
Read coordinates | row_start = 0+1 |
row_end = 0+nnode | |
xc = dlmread(fname,DELIMETER,[row_start 0 row_end ndim-1]) | |
ia = dlmread(fname,DELIMETER,[row_start 0 row_end nvert-1]) | |
v = dlmread(fname,DELIMETER,[row_start 0 row_end 0]) | |
fprintf | ( | 'Read file %s\n' | , |
fname | |||
) | const |
col_2 in C indexing ! nnode = nn(1) |
Definition at line 22 of file ascii_read_meshvector.m.
col_1 |
Definition at line 21 of file ascii_read_meshvector.m.
Definition at line 1 of file ascii_read_meshvector.m.
Definition at line 35 of file ascii_read_meshvector.m.
ndim = nn(2) |
Definition at line 23 of file ascii_read_meshvector.m.
nelem = nn(3) |
Definition at line 24 of file ascii_read_meshvector.m.
nvert = nn(4) |
Definition at line 25 of file ascii_read_meshvector.m.
row_1 |
Definition at line 21 of file ascii_read_meshvector.m.
row_2 |
Definition at line 21 of file ascii_read_meshvector.m.
row_end = 0+nnode |
Definition at line 29 of file ascii_read_meshvector.m.
Read solution row_start = 0+1 |
Definition at line 28 of file ascii_read_meshvector.m.
Definition at line 40 of file ascii_read_meshvector.m.