|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Functions | |
| maxeig (i) | |
| mineig (i) | |
| cond (i) | |
Variables | |
| function [maxeig, mineig, cond, mat] = compute_eigs(N) | |
| Compute max and min eigenvalues of all matrices for | i =1:N |
| matrix_file = strcat('mesh',num2str(i),'_SystemMatrix.mtx') | |
| mat {i} = mmread(matrix_file) | |
| end | |
| cond | ( | i | ) |
| maxeig | ( | i | ) |
| mineig | ( | i | ) |
| end |
| Compute max and min eigenvalues of all matrices for i =1:N |
| mat {i} = mmread(matrix_file) |
| matrix_file = strcat('mesh',num2str(i),'_SystemMatrix.mtx') |