Home
last modified time | relevance | path

Searched refs:RestrType (Results 1 – 1 of 1) sorted by relevance

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c50 int *Gamma, int *RestrType,
83 int RestrType; /* type of restriction operator */ in main() local
113 &MLSolverId, &NestedMG, &NoMGIter, &Gamma, &RestrType, in main()
196 int *Gamma, int *RestrType, in MGParmInput() argument
294 scanf("%d", RestrType); in MGParmInput()
295 if (*RestrType != 1 && *RestrType != 2) in MGParmInput()
297 } while (*RestrType != 1 && *RestrType != 2); in MGParmInput()
562 if (RestrType == 1) { in MGEqsGen1DDirich()
566 if (RestrType == 2) { in MGEqsGen1DDirich()
604 if (RestrType == 1) { in MGEqsGen2DDirich()
[all …]