Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dphasta.cc134 return timdat.lstep; in run()
306 return timdat.lstep; in phasta()
H A Dd2wall.c61 phstr_appendInt(filename, timdat.lstep); in read_d2wall()
H A Dcommon_c.h44 #define timdat FortranCInterface_GLOBAL_(timdat,TIMDAT) macro
556 } timdat ;
H A Dinput_fform.cc721 timdat.flmpl = inp.GetValue("Lumped Mass Fraction on Left-hand-side"); in input_fform()
722 timdat.flmpr = inp.GetValue("Lumped Mass Fraction on Right-hand-side"); in input_fform()
724 timdat.iCFLworst = 0; in input_fform()
726 timdat.iCFLworst = 1; in input_fform()
H A Dcommon.h252 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
/phasta/M2N/include/
H A DcommonM2N_c.h42 #define timdat FortranCInterface_GLOBAL_(timdat,TIMDAT) macro
478 } timdat ;
H A DcommonM2N.h211 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
/phasta/AcuStat/include/
H A DcommonAcuStat_c.h42 #define timdat FortranCInterface_GLOBAL_(timdat,TIMDAT) macro
477 } timdat ;
H A DcommonAcuStat.h210 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd_c.h42 #define timdat FortranCInterface_GLOBAL_(timdat,TIMDAT) macro
477 } timdat ;
H A DcommonM2NFixBnd.h210 common /timdat/ time, CFLfld, CFLsld, Dtgl, Dtmax, alpha,
/phasta/phSolver/compressible/
H A Dsolgmrpetsc.c348 ierr = KSPSetTolerances(ksp, timdat.etol, PETSC_DEFAULT, PETSC_DEFAULT, maxits); in SolGMRp()
648 ierr = KSPSetTolerances(ksps, timdat.etol, PETSC_DEFAULT, PETSC_DEFAULT, maxits); in SolGMRpSclr()