Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dinput_fform.cc28 int input_fform(phSolver::Input& inp) in input_fform() argument
36 printf("\n Complete Filename: %s \n", inp.GetDefaultFileName()); in input_fform()
37 printf("\n Local Config: %s \n\n", inp.GetUserFileName()); in input_fform()
44 if ((string)inp.GetValue("Employ AMG") == "True" ) { in input_fform()
48 amgvari.irun_amg_prec = inp.GetValue("Run AMG As CG-preconditioner"); in input_fform()
50 amgvarr.strong_eps = inp.GetValue("Strong Criterion Eps"); in input_fform()
52 amgvarr.ramg_eps = inp.GetValue("AMG Convergence Eps"); in input_fform()
54 amgvarr.ramg_relax = inp.GetValue("AMG Relaxation Omega"); in input_fform()
55 amgvarr.ramg_trunc = inp.GetValue("AMG Truncation Set"); in input_fform()
57 amgvari.iamg_verb = inp.GetValue("AMG Verbosity"); in input_fform()
[all …]
/phasta/phSolver/incompressible/test/
H A DCMakeLists.txt9 COMMAND ln -snf ${CDIR}/solver.inp.svls ${CDIR}/solver.inp)
15 COMMAND ln -snf ${CDIR}/solver.inp.libles ${CDIR}/solver.inp)
/phasta/phSolver/compressible/test/
H A DCMakeLists.txt11 COMMAND ln -snf ${CDIR}/solver.inp.petsc ${CDIR}/solver.inp)
17 COMMAND ln -snf ${CDIR}/solver.inp.native ${CDIR}/solver.inp)
/phasta/phSolver/
H A DCHANGES100 iotype for arrays can now be binary or ascii (set by user in solver.inp).
214 2) SONFATH is now specified in solver.inp
216 3) I/O format specified in solver.inp
257 5) ascii I/O is now supported with iotype variable set in solver.inp (almost)
312 2) Prandtl number (and thereby conductivity) is set in input.config (or solver.inp)
339 CVS: CHANGES Makefile Test_C/solver.inp common/bardmc.f
400 CVS: Test_C/solver.inp common/asbwmod.f common/aveprep.f
446 eLES the edge length set by "DES Edge Length" in solver.inp
468 CVS: Makefile Test_C/solver.inp common/common.h common/common_c.h
496 CVS: phSolver/CHANGES phSolver/Makefile phSolver/Test_C/solver.inp
/phasta/phSolver/AMG/
H A Damgread.txt37 Handling I/O from input.config and solver.inp, nothing special.