FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
hecmw_precond_SAAMG_util.f90
Go to the documentation of this file.
1
!-------------------------------------------------------------------------------
2
! Copyright (c) 2026 FrontISTR Commons
3
! This software is released under the MIT License, see License.txt
4
!-------------------------------------------------------------------------------
10
module
hecmw_precond_saamg_util
11
implicit none
12
public
13
14
integer(kind=4)
,
parameter
::
kint
= 4
15
integer(kind=4)
,
parameter
::
kreal
= 8
16
17
end module
hecmw_precond_saamg_util
hecmw_precond_saamg_util
Smoothed Aggregation AMG preconditioner : kind parameters.
Definition:
hecmw_precond_SAAMG_util.f90:10
hecmw_precond_saamg_util::kreal
integer(kind=4), parameter kreal
Definition:
hecmw_precond_SAAMG_util.f90:15
hecmw_precond_saamg_util::kint
integer(kind=4), parameter kint
Definition:
hecmw_precond_SAAMG_util.f90:14
hecmw1
src
solver
precond
saamg
hecmw_precond_SAAMG_util.f90
Generated by
1.9.1