History log of /phasta/phSolver/ (Results 126 – 150 of 361)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
129f10f819-Jan-2016 Ben Matthews <ben@kc2vjw.com>

Complain if PETSc is built with the wrong size index type

... at least until we can fix this properly

33c0406617-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

more PETSc pruning

a29624b217-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta

712d3df017-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

bringing PETSc and svLS back to the master


/phasta/CMakeFiles/FindPETSC.cmake
/phasta/CMakeLists.txt
/phasta/README.md
/phasta/checkphasta/checkphasta.cpp
CMakeLists.txt
common/BCprofile2.f
common/CMakeLists.txt
common/INIprofile.f
common/Makefile
common/auxmpi.h
common/blowerControl.f90
common/common.h
common/common_c.h
common/commu.f
common/commuInt.f
common/ctypes.f
common/cycle_count.c
common/errorsmooth.f
common/fillsparse.c
common/fillsparse.f
common/findTurbWall.f
common/findWallNorm.f90
common/findslpw.f
common/fncorp.f
common/gen_ncorp.c
common/genbc.f
common/genblk.f
common/gendat.f
common/genini.f
common/gensav.f
common/get_time.c
common/gtnods.c
common/input.config
common/input.f
common/input_fform.cc
common/mod_BCsfIDmap.f
common/mod_blowing_Duct.f
common/mod_wallData.f90
common/new_interface.c
common/phasta.cc
common/phio_posix.cc
common/pointer.f
common/proces.f
common/readnblk.f
common/setBlowing_Duct.f
common/setBlowing_Duct3.f
common/setSuction_Duct3.f90
common/sfID2np.f
common/slpwBC.f
common/test/CMakeLists.txt
common/test/phIOposixMultiTopo.cc
common/test/testing.cmake
common/turbsa.f
compressible/BCprofile.f
compressible/CMakeLists.txt
compressible/MachControl.f90
compressible/Makefile
compressible/asaugmr.f
compressible/asbmfg.f
compressible/asigmr.f
compressible/asimfg.f
compressible/au1mfg.f
compressible/au2mfg.f
compressible/bc3res.f
compressible/bflux.f
compressible/e3.f
compressible/e3b.f
compressible/e3bvar.f
compressible/e3conv.f
compressible/e3dc.f
compressible/e3eig1.f
compressible/e3ivar.f
compressible/e3juel.f
compressible/e3mtrx.f
compressible/e3source.f
compressible/e3tau.f
compressible/e3visc.f
compressible/e3wmlt.f
compressible/elmgmr.f
compressible/elmgmrpetsc.f
compressible/getdiff.f
compressible/getthm.f
compressible/i3ldu.f
compressible/i3lu.f
compressible/i3pre.f
compressible/itrdrv.f
compressible/itrfdi.f
compressible/itrpr1.f
compressible/itrres.f
compressible/localt.f
compressible/mod_timedata.f90
compressible/npSucPatch.f
compressible/rstat.f
compressible/rstatCheck.f
compressible/setBlowing_Duct2.f
compressible/solgmr.f
compressible/solgmrpetsc.c
compressible/solmfg.f
compressible/timedata.f90
compressible/timeseries.f
compressible/tnanq.f
compressible/vorticity.f
incompressible/CMakeLists.txt
incompressible/Makefile
incompressible/filters.f
incompressible/forces.f
incompressible/itrdrv.f
incompressible/lesSparse.f
incompressible/solfar.f
incompressible/timedata.f
incompressible/timeseries.f
/phasta/phastaIO/phastaIO.cc
/phasta/svLS/ADDBCMUL.f
/phasta/svLS/BC.f
/phasta/svLS/CGRAD.f
/phasta/svLS/CMakeLists.txt
/phasta/svLS/COMMU.f
/phasta/svLS/CPUT.f
/phasta/svLS/DOT.f
/phasta/svLS/GE.f
/phasta/svLS/GMRES.f
/phasta/svLS/INCOMMU.f
/phasta/svLS/LHS.f
/phasta/svLS/LS.f
/phasta/svLS/Makefile
/phasta/svLS/NORM.f
/phasta/svLS/NSSOLVER.f
/phasta/svLS/PRECOND.f
/phasta/svLS/SOLVE.f
/phasta/svLS/SPARMUL.f
/phasta/svLS/dummy_prototypes.f
/phasta/svLS/license.txt
/phasta/svLS/svLS.h
/phasta/svLS/svLS_API.h
/phasta/svLS/svLS_API_c.h
/phasta/svLS/svLS_STD.h
/phasta/svLS/svLS_STRUCT.h
/phasta/svLS/svLS_STRUCT_c.h
/phasta/svLS/svLS_c.h
/phasta/svLS/svls.pc.in
2801f60717-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

make the residuals echoed in the log of PETSc and Native solver the same and switch petsc b vector construction to ADD_VALUES (let them do the global completion) likely fixed scalar solve bug as well

8ae99c5917-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

removed lots of unnecessary PETSc interface and lots of commented out stuff too

0be30ed517-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

exploring pruning PETSc and comparing residuals more precisely

175e1b6b15-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

updated phasta.cc for petsc master (may brake older versions). Also added a dump of index sets for the rank specified in rankdump (static to file).

13c4f35a14-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

some compilers are more picky about f90 than others

08269a2613-Jan-2016 Jed Brown <jed@jedbrown.org>

PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary

PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX,
thus skipping the printing of -log_summary. Ken says
PETSC

PETSc: remove PETSC_VIEWER_ASCII_INDEX format; fixes -log_summary

PETSc-3.6.x's PetscLogView does not understand PETSC_VIEWER_ASCII_INDEX,
thus skipping the printing of -log_summary. Ken says
PETSC_VIEWER_ASCII_INDEX is not important for PHASTA at this time. I
will fix PetscLogView for PETSc-3.7 to handle this case.

show more ...

956f980f11-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Broke IC leslib solve a few commits back but this fixes it. Also suspect svLS solve may still have issues.

8636783d11-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

a few more valgrind cleanups for the compressible code. This version runs duct cases with no errors

f4d0b58b10-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

various cleanup's inspired by ASAN address and undefined in pursuit of the source of the PETSc failures on large cases

79f1763e09-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Should now compile for individual or combined IC solvers. Note flag changes for CMake. Some cleanup of old native GMRes solver for compressible flow

4894d94e06-Jan-2016 Michel Rasquin <michel.rasquin@colorado.edu>

Extracts and prints communication info from ilwork array

bd36043d06-Jan-2016 Ben Matthews <ben@kc2vjw.com>

make svLS disableable

1f6ac05106-Jan-2016 Ben Matthews <ben@kc2vjw.com>

Merge branch 'topic_remove_mpoint' into svls

5fd6011506-Jan-2016 Ben Matthews <ben@kc2vjw.com>

build svLS

44326a8307-Dec-2015 Ben Matthews <ben@kc2vjw.com>

Kitware says HAVE_CXX is depreciated
(and it breaks the build on intel/pgi)

9dcf564605-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

intermediate forces.dat file was missing the last step until this move of call to forces.dat

5dfdb27d05-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

improved d2wall computation and export of petsc options to stdout for improved provenance of petsc command line and .petsrc inputs

560e081f04-Jan-2016 Cameron Smith <smithc11@rpi.edu>

driver to read ilwork from a single user specified posix file

dcce770d04-Jan-2016 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

fixed a missed merge of compressible set initial condition from file and added PETSc using pkg config and ISJED_BROWN option for MatAssembly improvement

9a3af61d03-Jan-2016 Ben Matthews <ben@kc2vjw.com>

remove unused "mpoint" memory allocator

e72fd12c03-Jan-2016 Ben Matthews <ben@kc2vjw.com>

allocate memory for linear solvers directly in itrdrv

12345678910>>...15