Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dget_time.c15 void get_max_time_diff(uint64_t* first, uint64_t* last, uint64_t* c_first, uint64_t* c_last, char* … in get_max_time_diff() argument
17 uint64_t tmp = ((*last)-(*first)); in get_max_time_diff()
H A DCinput.cc69 string defkey = iter->first; in Input()
108 cout << "Keyphrase: " << iter->first << endl in EchoInputMap()
H A Dinput.config246 # Scalar Discontinuity Capturing: 1 1 #Sets DC=1 on first scalar
415 … # 2: first try plain CG, if hit plateau, restart CG with AMG.
416 … # 3: first try plain CG, if hit maximum iteration, restart CG with AMG.
H A Dcommon.h21 c 4= Wedge (quad-first) 5=pyramid
/phasta/phSolver/AMG/
H A Damgread.txt75 "coarse first, fine second". This order will be used in Gauss-Seidel
117 the first sweep of solves (last iteration of CG and first iteration of
171 1) You may want to do lu-decomposition first in the setup, then in GGB
213 There are tricky steps, first you need to extract the G_bb matrices,
234 init_bcflag initialize global array amg_paramap. Ignore the first bunch
248 coarse first fine second (or other way around). In direct solve we can't
H A Dramg_mls.f51 logical :: first,rvec local
231 logical :: first,rvec local
H A Dramg_ggb.f34 logical :: first,rvec local
/phasta/phSolver/Test_IC/
H A Dsolver.inp9 # To find the Key Phrases, first look in input.config. There you will
104 # the first scalar (3 times with an update immediately after each solve)
/phasta/phSolver/testIC-DSIM/
H A Dsolver.inp9 # To find the Key Phrases, first look in input.config. There you will
104 # the first scalar (3 times with an update immediately after each solve)
/phasta/converterIO/
H A DREADME.md23 The first requirement is that mod(#,@)=0 so that we end up #/@ parts per SyncIO file.
47 The script's name is create_IO_O2N_input.sh. Run this script a first time without any argument to l…
/phasta/phSolver/Test_C/
H A Dsolver.inp9 # To find the Key Phrases, first look in input.config. There you will
/phasta/phSolver/incompressible/e3source/
H A De3source.fimplicit301 c from our notes where we had N_{a,j} = dN_a/dx_j note that i is off by one because p was first in…
447 c from our notes where we had N_{a,j} = dN_a/dx_j note that i is off by one because p was first in…
503 do jj = 1, nshl ! first find the value of levelset at point ii
H A De3source.fRHSonly301 c from our notes where we had N_{a,j} = dN_a/dx_j note that i is off by one because p was first in…
433 c from our notes where we had N_{a,j} = dN_a/dx_j note that i is off by one because p was first in…
489 do jj = 1, nshl ! first find the value of levelset at point ii
/phasta/phSolver/compressible/
H A Dsolgmrpetsc.c28 void get_max_time_diff(uint64_t* first, uint64_t* last, uint64_t* c_first, uint64_t* c_last, char* …
/phasta/M2NFixBnd/include/
H A DcommonM2NFixBnd.h21 c 4= Wedge (quad-first) 5=pyramid
/phasta/M2N/include/
H A DcommonM2N.h21 c 4= Wedge (quad-first) 5=pyramid
/phasta/AcuStat/include/
H A DcommonAcuStat.h21 c 4= Wedge (quad-first) 5=pyramid
/phasta/phastaIO/
H A DvtkPhastaReader.cxx1475 const char* paraviewFieldTag = it->first.c_str(); in ReadFieldFile()
/phasta/phSolver/
H A DCHANGES373 Fixed a bug that prevented you from solving the second scalar without solveing the first. We were …