| #
e4680132
|
| 23-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
change names for the quadrature term in the cost function
|
| #
c384f6dd
|
| 21-Nov-2014 |
Hong Zhang <hongzhang@anl.gov> |
working on the quadrature function
|
| #
ad8e2604
|
| 21-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
add support for sensitivity w.r.t. parameters (mu)
|
| #
b18ea86c
|
| 17-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
lambda as an array evolve simultaneously
|
| #
c235aa8d
|
| 14-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
TSStepAdj_RK added. Now users only need to provide RHSJacobian New Features: 1. Checkpointed data go to TS->vec_sol, RK->Y directly, a forward run can be easily performed at any time, leaving room fo
TSStepAdj_RK added. Now users only need to provide RHSJacobian New Features: 1. Checkpointed data go to TS->vec_sol, RK->Y directly, a forward run can be easily performed at any time, leaving room for the switch between forward run and reverse run; 2. Adjoint sensivitiy analysis use a new state TS->vec-sensi, which can be intialized by TSSetSensitivity() and fetched by TSGetSensitivity(); 3. Variables storing stages and temprary vectors of reverse run are defined in the TSRK context, e.g. VecDeltaLam and VecSensiTemp.
show more ...
|
| #
d2daff3d
|
| 09-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
New features:
1. Use one TS object for both forward run and backward run 2. Adjoint coefficients are computed based on the forward method without registering new schemes 3. Take advantage of the for
New features:
1. Use one TS object for both forward run and backward run 2. Adjoint coefficients are computed based on the forward method without registering new schemes 3. Take advantage of the formal adjoint for TSRK methods with nonzero b or that only the last element of b is 0. 4. Users need to call TSSolve() twice with the second one preceded by a function swithcing TS to reverse mode.
show more ...
|
| #
e5e524a1
|
| 03-Oct-2014 |
Hong Zhang <hongzhang@anl.gov> |
SA for van der Pol
|
| #
ff22ae23
|
| 24-Sep-2014 |
Hong Zhang <hongzhang@anl.gov> |
stage values can be checkpointed now
|
| #
69c6db66
|
| 27-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/experiment'
|
| #
584b3052
|
| 24-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'tisaac/feature-gamg-extensible' into barry/experiment
Conflicts: src/ksp/pc/impls/gamg/gamg.h
|
| #
4d977ecf
|
| 22-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check'
* knepley/feature-dmts-check: Plex+TS: Fixed signature of DMTSCheckFromOptions() PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argum
Merge branch 'knepley/feature-dmts-check'
* knepley/feature-dmts-check: Plex+TS: Fixed signature of DMTSCheckFromOptions() PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
0856f4cc
|
| 21-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation
* knepley/feature-dmts-check: Plex+TS: Fixed signature of DMTSCheckFromOptions()
|
| #
274e9618
|
| 21-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+TS: Fixed signature of DMTSCheckFromOptions()
|
| #
8c34d3f5
|
| 20-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
simplify option object names
|
| #
03102fb9
|
| 16-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSC
Merge branch 'knepley/feature-dmts-check' into knepley/feature-combined-tabulation
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
b6a2fb4f
|
| 16-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCh
Merge branch 'knepley/feature-dmts-check' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dmts-check: PetscDS: Fixed error message Xdmf: Fix time DMTS: Add context argument to DMTSCheckFromOptions() DMTS: DMTSCheckFromOptions() now splits the norm by field DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification DM: Allow user to view default section when it is created PetscFV: Missing destroy SNES: Added SNESSetSolution() - This was necessary to test TS without solving
show more ...
|
| #
7871a739
|
| 16-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
DMTS: Add context argument to DMTSCheckFromOptions()
|
| #
7cdb2a12
|
| 06-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
DMTS: Added DMTSCheckFromOptions() - This executes a bunch of checks for the residual and Jacobian which are useful for verification
|
| #
3fe9ae9b
|
| 15-Jan-2015 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-crs-ksp2
|
| #
e55864a3
|
| 08-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved PetscOptionsObject from global variable to local variable in functions
|
| #
8fb42493
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
c3d0d0bc
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
mv include/finclude to include/petsc-finclude for namespacing in installs
|
| #
14acc2fe
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAll() from public interface
This means we are relying on packages to be well behaved, to set themselves up properly. Passes testexamples in my builds (haven't tried complex).
|
| #
0f51fdf8
|
| 13-Dec-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Remove XXXRegisterAllCalled from public interface.
All XXXRegisterAll() methods are now idempotent, so a boolean indicating whether they can be called or not is no longer necessary.
|
| #
b486a86a
|
| 13-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLoc
Merge branch 'master' into knepley/fix-configure-petsc-dep
* master: (210 commits) error out on special cases where DMLocalToGlobal_DA won't work remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use openmpi: update to version 1.8.3 added more movies and pubs more movies MatGetDiagonalBlock() can be called before matrix is assembled added a couple more movies/images PetscLogEventGetId() was missing public prototype simply output from make streams benchmark test c2html: fixup so that C2HTML make variable is set [similar to cmake.py] chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco builddist: always install c2html/sowing argonne logo for users manual cover Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead. mpich: use older tarball with cygwin/gnu compilers updated information about packages PETSc can use in users manual Updated users manual to latest ANL Report format requirements mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo added more images and PETSc pubs Doc: More refs ...
show more ...
|