History log of /petsc/src/ts/interface/ (Results 551 – 575 of 1476)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7bf5a62905-May-2016 Barry Smith <bsmith@mcs.anl.gov>

The deprecated -log_summary_exclude was still being used when it should have been -log_exclude

Reported-by: Jose E. Roman <jroman@dsic.upv.es>


/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/examples/arch-linux-xsdk-dbg.py
/petsc/include/petsc/finclude/petscerrordef.h
/petsc/include/petscerror.h
/petsc/src/dm/examples/tutorials/ex13f90.F90
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/docs/tex/manual/anlmanual.tex
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/mat/examples/tests/ex198.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex198.out
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/error/err.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/characteristic/interface/slregis.c
/petsc/src/ts/examples/tutorials/makefile
dlregists.c
/petsc/src/vec/is/ao/interface/dlregisdm.c
/petsc/src/vec/is/examples/tests/ex2.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/utils/isio.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/tutorials/python/ex1.c
/petsc/tutorials/python/ex1.py
/petsc/tutorials/python/ex1f.F
/petsc/tutorials/python/example1.py
/petsc/tutorials/python/output/ex1_1.out
/petsc/tutorials/python/output/ex1f_1.out
/petsc/tutorials/python/output/ex1py_1.out
450a797f28-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Added support for saving single reals to binary file and
updated PetscBinaryRead.m to read them so now -ts_monitor binary
can easily be read in Matlab to get the timesteps

633705cb27-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merge branch 'maint'

bc77d74c27-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix docs for TSSetI2Jacobian()


/petsc/bin/maint/update-docs.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/include/petscmath.h
/petsc/include/petscversion.h
/petsc/src/docs/tao_tex/manual/cover.tex
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/2015.html
/petsc/src/docs/website/documentation/changes/2016.html
/petsc/src/docs/website/documentation/changes/2017.html
/petsc/src/docs/website/documentation/changes/2018-21.html
/petsc/src/docs/website/documentation/changes/2022.html
/petsc/src/docs/website/documentation/changes/2024.html
/petsc/src/docs/website/documentation/changes/2028.html
/petsc/src/docs/website/documentation/changes/2029.html
/petsc/src/docs/website/documentation/changes/21.html
/petsc/src/docs/website/documentation/changes/211.html
/petsc/src/docs/website/documentation/changes/212.html
/petsc/src/docs/website/documentation/changes/213.html
/petsc/src/docs/website/documentation/changes/215.html
/petsc/src/docs/website/documentation/changes/216.html
/petsc/src/docs/website/documentation/changes/220.html
/petsc/src/docs/website/documentation/changes/221.html
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/changes/232.html
/petsc/src/docs/website/documentation/changes/233.html
/petsc/src/docs/website/documentation/changes/300.html
/petsc/src/docs/website/documentation/changes/31.html
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/documentation/changes/33.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/35.html
/petsc/src/docs/website/documentation/changes/36.html
/petsc/src/docs/website/documentation/changes/37.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex44.c
ts.c
bab0a58126-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Support -ts_monitor_lg_solution_variables when the variables are not explicitly named

It uses integers for the names in the this case


/petsc/bin/maint/update-docs.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/include/petscmath.h
/petsc/include/petscversion.h
/petsc/src/docs/tao_tex/manual/cover.tex
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/2015.html
/petsc/src/docs/website/documentation/changes/2016.html
/petsc/src/docs/website/documentation/changes/2017.html
/petsc/src/docs/website/documentation/changes/2018-21.html
/petsc/src/docs/website/documentation/changes/2022.html
/petsc/src/docs/website/documentation/changes/2024.html
/petsc/src/docs/website/documentation/changes/2028.html
/petsc/src/docs/website/documentation/changes/2029.html
/petsc/src/docs/website/documentation/changes/21.html
/petsc/src/docs/website/documentation/changes/211.html
/petsc/src/docs/website/documentation/changes/212.html
/petsc/src/docs/website/documentation/changes/213.html
/petsc/src/docs/website/documentation/changes/215.html
/petsc/src/docs/website/documentation/changes/216.html
/petsc/src/docs/website/documentation/changes/220.html
/petsc/src/docs/website/documentation/changes/221.html
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/changes/232.html
/petsc/src/docs/website/documentation/changes/233.html
/petsc/src/docs/website/documentation/changes/300.html
/petsc/src/docs/website/documentation/changes/31.html
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/documentation/changes/33.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/35.html
/petsc/src/docs/website/documentation/changes/36.html
/petsc/src/docs/website/documentation/changes/37.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex44.c
ts.c
897a32b224-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'dalcinl/tsbdf' into maint

818efac926-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSALPHA2: New implementation for second order systems

* Support for event detection.
* Support for time adaptivity based on approximating the local truncation
error using backward difference formu

TSALPHA2: New implementation for second order systems

* Support for event detection.
* Support for time adaptivity based on approximating the local truncation
error using backward difference formulas.
* Use an step-halving approach in the initial step to compute a consistent
initial state as well as approximating the local truncation error.

show more ...

efe9872e22-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add interface API for 2nd order systems

211a84d624-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add BDF implementation

333725f922-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hongzh/add-ts-trajectory-statistics'


/petsc/bin/petsc_conf.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/MUMPS.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/mpi4py.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/config/configure.py
/petsc/config/examples/arch-osx-xsdk-opt.py
/petsc/gmakefile
/petsc/include/petsc/private/tsimpl.h
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/interface/snes.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/ex16adj.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt_fd.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/alpha/alpha1.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/rosw/rosw.c
dlregists.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
28d5b5d620-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TSEvent: Add a flag to the TS structure to handle step restart


/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/OpenMPI.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/config/BuildSystem/config/packages/cusp.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/mstk.py
/petsc/config/BuildSystem/config/packages/sowing.py
/petsc/config/BuildSystem/config/packages/unittestcpp.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/config/examples/arch-linux-xsdk-dbg.py
/petsc/config/examples/arch-osx-xsdk-opt.py
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscfe.h
/petsc/include/petscmath.h
/petsc/include/petscsf.h
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/plex/examples/tests/ex17.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3_fv.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/examples/tests/ex48.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex48_1.out
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex27_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_3.out
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/cholmod/aijcholmod.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/klu/klu.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_conformal_serial_plex.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_conformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_test_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex18_1.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex40f90.out
/petsc/src/snes/examples/tutorials/output/ex46_1.out
/petsc/src/snes/examples/tutorials/output/ex48_4.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/tao/constrained/examples/tutorials/toy.c
/petsc/src/tao/pde_constrained/examples/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/examples/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/examples/tutorials/parabolic.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf2.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex1f_1.out
/petsc/src/ts/examples/tutorials/output/ex40.out
/petsc/src/ts/examples/tutorials/output/ex41.out
/petsc/src/ts/examples/tutorials/output/ex4_1.out
/petsc/src/ts/examples/tutorials/output/ex4_2.out
/petsc/src/ts/examples/tutorials/output/ex4_3.out
/petsc/src/ts/examples/tutorials/output/ex4_4.out
/petsc/src/ts/examples/tutorials/output/ex5_1.out
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex7.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
ts.c
/petsc/src/vec/is/sf/examples/tutorials/ex1.c
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/output/ex1_4_stride.out
/petsc/src/vec/is/sf/examples/tutorials/output/ex1_5_stride.out
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/seq/seqcuda/cudavecimpl.h
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.c
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
/petsc/src/vec/vec/impls/seq/seqcuda/vecscattercuda.cu
4c820ef516-Apr-2016 Hong Zhang <hongzhang@anl.gov>

fix an argument error for certain combinations of ts trajectory options (e.g. make runex20adj_13)


/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/copylognightly
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/compilerOptions.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/builder.py
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/share/petsc/datafiles/meshes/cube_5tets.cas
/petsc/share/petsc/datafiles/meshes/cube_5tets_ascii.cas
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/plex/examples/tests/ex1f90.F
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexfluent.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/mat/examples/tests/ex171f.F
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/snes/examples/tests/ex18f90.F90
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.h
/petsc/src/snes/examples/tutorials/output/ex62_31.out
/petsc/src/snes/examples/tutorials/output/ex62_32.out
/petsc/src/snes/examples/tutorials/output/ex62_33.out
/petsc/src/snes/examples/tutorials/output/ex62_34.out
/petsc/src/snes/examples/tutorials/output/ex62_35.out
/petsc/src/snes/examples/tutorials/output/ex62_36.out
/petsc/src/snes/examples/tutorials/output/ex62_quad_q2p1_full.out
/petsc/src/snes/examples/tutorials/output/ex62_quad_q2q1_full.out
/petsc/src/snes/examples/tutorials/output/ex77_0.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/logging/examples/tutorials/ex1f.F
/petsc/src/sys/objects/options.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/bound/examples/tutorials/jbearing2.c
/petsc/src/tao/bound/examples/tutorials/plate2.c
/petsc/src/tao/bound/examples/tutorials/plate2f.F
/petsc/src/tao/constrained/examples/tutorials/makefile
/petsc/src/tao/constrained/examples/tutorials/maros.c
/petsc/src/tao/constrained/examples/tutorials/output/maros_1.out
/petsc/src/tao/constrained/examples/tutorials/output/toy_1.out
/petsc/src/tao/constrained/examples/tutorials/toy.c
/petsc/src/tao/constrained/examples/tutorials/toyf.F
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2f.F
/petsc/src/tao/pde_constrained/examples/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/examples/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_2.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/hyperbolic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/parabolic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/parabolic.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2f.F
/petsc/src/tao/unconstrained/examples/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_3.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/ex16adj.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/network/wash/pipe.h
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/network/wash/wash.h
/petsc/src/ts/examples/tutorials/output/ex40.out
/petsc/src/ts/examples/tutorials/output/ex41.out
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt_fd.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/theta/theta.c
dlregists.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/is/sf/impls/window/sfwindow.c
d61f013c16-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Run forward cost integral after event handling if step not rolled back

be5899b315-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Refactor TSStep() and TSRollBack()

* TSStep() handles the step counter increment, and not TSStep_XXX().
* TSRollBack() handles the step counter decrement.
* Removed ``time_step_prev`` from the T

TS: Refactor TSStep() and TSRollBack()

* TSStep() handles the step counter increment, and not TSStep_XXX().
* TSRollBack() handles the step counter decrement.
* Removed ``time_step_prev`` from the TS structure. New code should use
ts->ptime - ts->ptime_prev to determine the previous time step size.
* Removed unused ``time_step_orig`` from the TS structure.
* Removed unused ``time_step_since_decrease`` from the TS structure.
* Minor update bouncing ball test examples.
* Regenerate some test examples output.

show more ...

b3de5cde11-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix TSRollBack() to error if called twice

874c02e614-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Remove TSSetRetainStages()

d56366bf14-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add typedef TSForcingFunction


/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/copylognightly
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/compilerOptions.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/netcdf.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/builder.py
/petsc/config/examples/arch-linux-xsdk-dbg.py
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/share/petsc/datafiles/meshes/cube_5tets.cas
/petsc/share/petsc/datafiles/meshes/cube_5tets_ascii.cas
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/plex/examples/tests/ex1f90.F
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexfluent.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/mat/examples/tests/ex171f.F
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/snes/examples/tests/ex18f90.F90
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.h
/petsc/src/snes/examples/tutorials/output/ex62_31.out
/petsc/src/snes/examples/tutorials/output/ex62_32.out
/petsc/src/snes/examples/tutorials/output/ex62_33.out
/petsc/src/snes/examples/tutorials/output/ex62_34.out
/petsc/src/snes/examples/tutorials/output/ex62_35.out
/petsc/src/snes/examples/tutorials/output/ex62_36.out
/petsc/src/snes/examples/tutorials/output/ex62_quad_q2p1_full.out
/petsc/src/snes/examples/tutorials/output/ex62_quad_q2q1_full.out
/petsc/src/snes/examples/tutorials/output/ex77_0.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/logging/examples/tutorials/ex1f.F
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/bound/examples/tutorials/jbearing2.c
/petsc/src/tao/bound/examples/tutorials/plate2.c
/petsc/src/tao/bound/examples/tutorials/plate2f.F
/petsc/src/tao/constrained/examples/tutorials/makefile
/petsc/src/tao/constrained/examples/tutorials/maros.c
/petsc/src/tao/constrained/examples/tutorials/output/maros_1.out
/petsc/src/tao/constrained/examples/tutorials/output/toy_1.out
/petsc/src/tao/constrained/examples/tutorials/toy.c
/petsc/src/tao/constrained/examples/tutorials/toyf.F
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2f.F
/petsc/src/tao/pde_constrained/examples/tutorials/elliptic.c
/petsc/src/tao/pde_constrained/examples/tutorials/hyperbolic.c
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/elliptic_2.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/hyperbolic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/output/parabolic_1.out
/petsc/src/tao/pde_constrained/examples/tutorials/parabolic.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion2f.F
/petsc/src/tao/unconstrained/examples/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf2.c
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/eptorsion1_3.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/network/wash/pipe.h
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/network/wash/wash.h
/petsc/src/ts/examples/tutorials/output/ex40.out
/petsc/src/ts/examples/tutorials/output/ex41.out
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt_fd.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/theta/theta.c
ts.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/vec/interface/vector.c
/petsc/systems/Apple/iOS/bin/iosbuilder.py
560360af10-Apr-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix function declarations and visibility

* Most of these fixes where spotted by GCC -Wmissing-declarations


/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscts.h
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/network/networkmonitor.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/fbcgsr.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/classical.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/bas/spbas_cholesky.h
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/dgefa.c
/petsc/src/mat/impls/baij/seq/dgefa2.c
/petsc/src/mat/impls/baij/seq/dgefa3.c
/petsc/src/mat/impls/baij/seq/dgefa4.c
/petsc/src/mat/impls/baij/seq/dgefa6.c
/petsc/src/mat/impls/baij/seq/dgefa7.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/linesearch/impls/nleqerr/linesearchnleqerr.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/bag/f2003-src/fsrc/bagenum.F
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/objects/f2003-src/fsrc/optionenum.F
/petsc/src/sys/objects/options.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/leastsquares/impls/pounders/gqt.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.h
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/unconstrained/impls/bmrm/bmrm.c
/petsc/src/tao/unconstrained/impls/cg/taocg.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/output/ex3_1.out
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/mimex/mimex.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
dlregists.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/impls/visualization/trajvisualization.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/vec/utils/projection.c
cd11d68d30-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Use TSBEULER as the default type if IFunction was set

a6772fa230-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Check ts->exact_final_time after TSSetUp()

This way, we let the implementation decide on a sensible default. For
example, the implementation may decide to use MATCHSTEP when adaptivity
is explic

TS: Check ts->exact_final_time after TSSetUp()

This way, we let the implementation decide on a sensible default. For
example, the implementation may decide to use MATCHSTEP when adaptivity
is explicitly turned on as in TSTHETA or TSALPHA.

show more ...

7cbde77330-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Add TSEvaluateWLTE()

9687d88830-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Move calls to TSPreStep() from implementation to interface

* Make the semantics symmetric with TSPostStep()
* Handle rolled back steps appropriately
* If a callback is ever needed to run at the

TS: Move calls to TSPreStep() from implementation to interface

* Make the semantics symmetric with TSPostStep()
* Handle rolled back steps appropriately
* If a callback is ever needed to run at the begining of each TSStep()
(including rolled back steps and step rejections), we can add a new API
to support this particular need (BTW, patches welcome!)

show more ...

bec5884830-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Fix TSGetAdapt() to require output argument

The handling of the output argument and was breaking standard API rules.

4f122a7030-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Minor fixes to TSSetFromOptions

Move call to TSTrajectorySetFromOptions() outside the PetscOptionsBegin()
and PetscOptionsEnd() block corresponding to parent TS.

5169924830-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

TS: Unimportant code cleanup


/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/crush
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/netcdf.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/BuildSystem/config/utilities/veccuda.py
/petsc/config/PETSc/Configure.py
/petsc/config/configure.py
/petsc/config/examples/arch-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-linux-analyzer.py
/petsc/config/examples/arch-moab.py
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petsccuda.h
/petsc/include/petsccusp.h
/petsc/include/petscdmlabel.h
/petsc/include/petscerror.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex11_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex15_0_alt.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_17.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_18.out
/petsc/src/dm/impls/plex/examples/tutorials/ex2.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcoarsen.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/ksp/ksp/examples/tests/ex47.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/fcg/pipefcg/pipefcg.c
/petsc/src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/pipefgmres.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusppoly.cu
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusparse/makefile
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusp/cuspmatimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/makefile
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex22_1_alt.out
/petsc/src/sys/classes/draw/impls/image/drawimage.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/examples/tutorials/output/ex16_1.out
/petsc/src/sys/fileio/ftn-custom/zsysiof.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/logging/xmlviewer.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
ts.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/mpicuda/makefile
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/nest/vecnest.c
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/cudavecimpl.h
/petsc/src/vec/vec/impls/seq/seqcuda/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.c
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
/petsc/src/vec/vec/impls/seq/seqcuda/vecscattercuda.cu
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp2.cu
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vpscat.h
/petsc/src/vec/vec/utils/vscat.c

1...<<21222324252627282930>>...60