HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Functions | Variables
compute_eigs.m File Reference

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
 

Function Documentation

◆ cond()

cond ( i  )

◆ maxeig()

maxeig ( i  )

◆ mineig()

mineig ( i  )

Variable Documentation

◆ end

end

◆ function

function[maxeig, mineig, cond, mat] = compute_eigs(N)

◆ i

Compute max and min eigenvalues of all matrices for i =1:N

◆ mat

mat {i} = mmread(matrix_file)

◆ matrix_file

matrix_file = strcat('mesh',num2str(i),'_SystemMatrix.mtx')