Skip to main content

29 docs tagged with "linearAlgebra"

View All Tags

AbstractMeshField

AbstractMeshField_ is defined to contain the element level data inside a finite element. In simple terms it contains Scalar, Vector, and Tensor data defined inside the element of finite element mesh.

CSRMatrix

CSRMatrix is defined to handle Compressed Sparse Row matrix.

CSRSparsity

CSRSparsity is a user type for storing the compressed sparse row sparse matrix.

DiagUtility

This module contains useful routines related for diagonal matrices.

EigenUtility

This module constains routines for computing the eigenvalues and eigenvectors of matrices.

STScalarMeshField

STScalarMeshField is a subclass of AbstractMeshField. You can see its structure here

STVectorMeshField

STVectorMeshField is an instance of AbstractMeshField. It is designed to keep the space-time values of vector field inside an element.

SymUtility

SymUtility module provides routines for constructing the symmetric matrices from the lower or upper part of a dese matrix.