Searched refs:LS_type (Results 1 – 7 of 7) sorted by relevance
| /phasta/svLS/ |
| H A D | LS.f | 41 SUBROUTINE svLS_LS_CREATE(ls, LS_type, relTol, absTol, maxItr, argument 47 INTEGER, INTENT(IN) :: LS_type local 58 ls%LS_type = LS_type 60 SELECT CASE (LS_type)
|
| H A D | dummy_prototypes.f | 68 SUBROUTINE svLS_LS_CREATE(ls, LS_type, relTol, absTol, maxItr, argument 72 INTEGER, INTENT(IN) :: LS_type local
|
| H A D | svLS_STRUCT_c.h | 129 int LS_type; // Which one of LS (IN) member
|
| H A D | svLS_API_c.h | 50 void svls_ls_create_(svLS_lsType *ls, int *LS_type, double *relTol, double *absTol, int *maxItr, in…
|
| H A D | svLS_API.h | 66 SUBROUTINE svLS_LS_CREATE(ls, LS_type, relTol, absTol, maxItr, 70 INTEGER, INTENT(IN) :: LS_type
|
| H A D | SOLVE.f | 93 SELECT CASE (ls%LS_type)
|
| H A D | svLS_STRUCT.h | 182 INTEGER LS_type
|