Searched refs:solpar (Results 1 – 10 of 10) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | input_fform.cc | 198 solpar.imap = inp.GetValue("imap"); in input_fform() 562 solpar.nGMRES = inp.GetValue("Number of GMRES Sweeps per Solve"); in input_fform() 563 solpar.Kspace = inp.GetValue("Number of Krylov Vectors per GMRES Sweep"); in input_fform() 646 solpar.ivart = 1; in input_fform() 648 solpar.ivart = 2; in input_fform() 651 solpar.iconvflow = 2; in input_fform() 653 solpar.iconvflow = 1; in input_fform() 655 solpar.iconvsclr = 2; in input_fform() 657 solpar.iconvsclr = 1; in input_fform() 683 if((string)inp.GetValue("Discontinuity Capturing") == "Off") solpar.iDC = 0; in input_fform() [all …]
|
| H A D | common_c.h | 43 #define solpar FortranCInterface_GLOBAL_(solpar,SOLPAR) macro 532 } solpar ;
|
| H A D | common.h | 247 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
|
| /phasta/M2N/include/ |
| H A D | commonM2N_c.h | 41 #define solpar FortranCInterface_GLOBAL_(solpar,SOLPAR) macro 454 } solpar ;
|
| H A D | commonM2N.h | 206 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
|
| /phasta/AcuStat/include/ |
| H A D | commonAcuStat_c.h | 41 #define solpar FortranCInterface_GLOBAL_(solpar,SOLPAR) macro 453 } solpar ;
|
| H A D | commonAcuStat.h | 205 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
|
| /phasta/M2NFixBnd/include/ |
| H A D | commonM2NFixBnd_c.h | 41 #define solpar FortranCInterface_GLOBAL_(solpar,SOLPAR) macro 453 } solpar ;
|
| H A D | commonM2NFixBnd.h | 205 common /solpar/ imap, ivart, iDC, iPcond, Kspace, nGMRES,
|
| /phasta/phSolver/compressible/ |
| H A D | solgmrpetsc.c | 347 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRp() 647 maxits = (PetscInt) solpar.nGMRES * (PetscInt) solpar.Kspace; in SolGMRpSclr()
|