MPI-SCATCI  2.0
An MPI version of SCATCI
MatrixElement_module.f90 File Reference

Go to the source code of this file.

Data Types

type  matrixelement_module::matrixelementvector
 This handles the matrix elements and also expands the vector size if we have reached max capacity. More...
 

Modules

module  matrixelement_module
 Matrix element module.
 

Functions/Subroutines

subroutine matrixelement_module::check_constructed (this)
 Check that type is constructed. More...
 
subroutine matrixelement_module::construct_mat_standard (this)
 Construct the type. More...
 
subroutine matrixelement_module::initialize_struct_standard (this, matrix_size, matrix_type, block_size)
 Initialize the type. More...
 
subroutine matrixelement_module::insert_matelem_standard (this, i, j, coefficient, class, thresh)
 Insert a new element. More...
 
subroutine matrixelement_module::get_matelem_standard (this, idx, i, j, coeff)
 Retrieve element. More...
 
subroutine matrixelement_module::expand_standard (this, capacity)
 Retrieve element. More...
 
subroutine matrixelement_module::clear_standard (this)
 Clear elements. More...
 
subroutine matrixelement_module::sort_matelem (this)
 Sort elements. More...
 
subroutine matrixelement_module::destroy_standard (this)
 Destroy elements. More...