SFEMaNS  version 5.3
Reference documentation for SFEMaNS
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