| /phasta/phSolver/common/ |
| H A D | phasta.h | 6 int phasta(int argc, char**argv); 7 int phasta(phSolver::Input& ctrl); 8 int phasta(phSolver::Input& ctrl, GRStream* in); 9 int phasta(phSolver::Input& ctrl, RStream* out); 10 int phasta(phSolver::Input& ctrl, GRStream* in, RStream* out);
|
| H A D | phasta.cc | 138 int phasta(phSolver::Input& ctrl) { in phasta() function 144 int phasta(phSolver::Input& ctrl, grstream grs) { in phasta() function 152 int phasta(phSolver::Input& ctrl, RStream* rs) { in phasta() function 159 int phasta(phSolver::Input& ctrl, GRStream* grs, RStream* rs) { in phasta() function 169 int phasta( int argc, char *argv[] ) { in phasta() function
|
| H A D | Makefile | 1 SUBSYSNAME := phasta/phSolver/common 66 DEPS := $(DEPS) phasta/phastaIO
|
| /phasta/phSolver/compressible/ |
| H A D | Makefile | 1 SUBSYSNAME := phasta/phSolver/compressible 12 IOLIB_DIR := $(DEVROOT)/phasta/phastaIO/lib/$(ARCHOS) 13 SHPLIB_DIR := $(DEVROOT)/phasta/shapeFunction/lib/$(ARCHOS) 14 METIS_DIR := $(DEVROOT)/phasta/phMetis/lib/$(ARCHOS) 82 DEPS := $(DEPS) phasta/phSolver/$(VERSION)/phSolver phasta/phastaIO phasta/phMetis\ 83 phasta/shapeFunction
|
| H A D | main.cc | 8 phasta ( argc, argv); in main()
|
| /phasta/phSolver/incompressible/ |
| H A D | Makefile | 1 SUBSYSNAME := phasta/phSolver/incompressible 19 IOLIB_DIR := $(DEVROOT)/phasta/phastaIO/lib/$(ARCHOS) 20 SHPLIB_DIR := $(DEVROOT)/phasta/shapeFunction/lib/$(ARCHOS) 21 METIS_DIR := $(DEVROOT)/phasta/phMetis/lib/$(ARCHOS) 114 DEPS := $(DEPS) phasta/phSolver/$(VERSION)/phSolver phasta/phastaIO phasta/phMetis\ 115 phasta/shapeFunction LIBLES/1.5 119 DEPS := $(DEPS) phasta/phSolver/$(VERSION)/phSolver
|
| H A D | main.cc | 8 phasta ( argc, argv); in main()
|
| /phasta/AcuStat/src/ |
| H A D | main.c | 1 extern int phasta ( int , char* argv[] ); 7 phasta ( argc, argv); in main()
|
| H A D | CMakeLists.txt | 1 add_executable(AcuStat main.c phasta.cc input.f readnblk.f cname.f setsyncioparam.cc new_interface.…
|
| H A D | phasta.cc | 62 phasta( int argc, in phasta() function
|
| /phasta/M2N/src/ |
| H A D | main.c | 1 extern int phasta ( int , char* argv[] ); 7 phasta ( argc, argv); in main()
|
| H A D | CMakeLists.txt | 1 add_executable(M2N main.c phasta.cc input.f readnblk.f cname.f setsyncioparam.cc new_interface.c du…
|
| H A D | phasta.cc | 63 phasta( int argc, in phasta() function
|
| /phasta/M2NFixBnd/src/ |
| H A D | main.c | 1 extern int phasta ( int , char* argv[] ); 7 phasta ( argc, argv); in main()
|
| H A D | CMakeLists.txt | 1 add_executable(M2NFixBnd main.c phasta.cc input.f readnblk.f cname.f setsyncioparam.cc new_interfac…
|
| H A D | phasta.cc | 61 phasta( int argc, in phasta() function
|
| /phasta/phSolver/ |
| H A D | phastaConfig.cmake.in | 1 SET(PHASTA_LIBS phasta @phastaDepLibs@ )
|
| H A D | CHANGES | 1 NOTES on building phasta.: 20 at the moment phasta expectes the libraries phastaIO, shapeFunction and metis to have a 39 phasta works with 2D meshes for scalar solve (advection diffusion) with specified initial velocity. 54 CVS: common/new_interface.c common/partition.cc common/phasta.cc 103 debugger behaviour made more uniform across platforms (phasta.cc) 104 phasta became a function in common that is called by main in either incompressible or compressible … 137 Unstructured SPEBC is add to phasta 182 CVS: common/newshape.cc common/partition.cc common/phasta.cc 188 CVS: common/phasta.cpp incompressible/mpistub.f90 201 File: phasta.cpp Status: Modified [all …]
|
| /phasta/shapeFunction/ |
| H A D | Makefile | 1 SUBSYSNAME := phasta
|
| /phasta/phastaIO/ |
| H A D | Makefile | 1 SUBSYSNAME := phasta/phUtil
|
| /phasta/converterIO/ |
| H A D | README.md | 13 Both IO converters are compiled by default along with the phasta executable using cmake. 21 Let us assume we have already generated a typical #-procs_case directory that contains phasta files… 52 Beware! This script relies on grep, awk, etc and needs to be applied to ALL the phasta files contai… 59 Let us assume again that we have a #-procs_case directory that contains @ phasta files under the Sy… 67 …at is used in Paraview for instance, converterN2O can currently read the phasta files under the Sy…
|
| /phasta/ |
| H A D | README.md | 17 ../phasta
|
| H A D | CMakeLists.txt | 13 # SCOREC/core for phasta io timers
|
| /phasta/phSolver/AMG/ |
| H A D | Makefile | 1 SUBSYSNAME := phasta/phSolver/AMG
|
| H A D | amgread.txt | 161 vector mapping from GGB (without overlap boundary) to phasta format 223 result from the task structure of phasta. I'm mentioning it here because
|