SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
type_matrix.f90
Go to the documentation of this file.
1 MODULE matrix_type
3  REAL(KIND=8), POINTER, DIMENSION(:) :: aa
4  INTEGER, POINTER, DIMENSION(:) :: ia, ja
5  END TYPE matrice_bloc
6 END MODULE matrix_type