History log of /petsc/src/tao/ (Results 1076 – 1100 of 1550)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7cf37e6427-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

add TSMonitorError() and -tao_view_solution

Commit-type: feature

da0949a726-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Update output based on correction that resulting gradient should not be scaled by mass matrix

Commit-type: testing-fix

769ad30f26-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint

b797253c26-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

remove division by mass matrix after Jacobian, fix check on polynomial order

Commit-type: bug-fix

088ce21626-Nov-2017 Oana Marin <oanam@anl.gov>

Burgers which works like in Jameson.. however so far only with RHSfunction and RHSJacobian Linear

23f6b57c26-Nov-2017 Oana Marin <oanam@anl.gov>

Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint

46c80e9a26-Nov-2017 Oana Marin <oanam@anl.gov>

Burgers conveges nicely for low time horizons, but gets very odd for long ones.

e4b1ea6823-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Remove C++ comments, add missing output file, prevent clang static analyzer warning divide by zero

Commit-type: bug-fix, portability-fix, testing-fix
Reported-by: nightly tests

79f5d8ca23-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Minor features for Tao, update example to output convergence history for Matlab

Commit-type: feature, documentation, example

59608ed122-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix terminology in example so objective is not used (confusingly) for two different things

Commit-type: style-fix

f1e8742222-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Add note that about scaling of advection term or I might forget

Commit-type: documentation

d1f4f9e522-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Add test case with nonzero advection speed

Commit-type: testing-fix,style-fix, feature

0ed3bfb617-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Clean up simple spectral adjoint example, add advection term

Add crosslinks for some TS example and additional monitor functions

Commit-type: testing-fix,style-fix, feature

f9b48d8e17-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

change name of example, clean it up a bit, update output tests

Commit-type: testing-fix,style-fix, feature

c0f02a6417-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Add support for not using the built in linear Jacobian

5c94682c17-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Add analytic solution with analytic error computation

11e1d5c315-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

New generation of initial conditions and solution for Tao/TS heat example

Add support for generating and loading reference solutions
Commit-type: feature

6d154d6315-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded/unused variables

Commit-type: style-fix

0a59842c15-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Missing CHKERRQ() in example

Commit-type: testing-fix,style-fix
Reported-by: nightly builds
Thanks-to: Satish Balay <balay@mcs.anl.gov>

9afe7f3e14-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Add error checking for TSTrajectory dirname and filetemplate

and do not reproduce template on each call.
Also fix makefile for TAO/TS example

Commit-type: bug-fix, portability-fix,style-fix, featur

Add error checking for TSTrajectory dirname and filetemplate

and do not reproduce template on each call.
Also fix makefile for TAO/TS example

Commit-type: bug-fix, portability-fix,style-fix, feature
Thanks-to: Hong Zhang <hongzhang@anl.gov>
Development Tools: Vim, Emacs, Eclipse

show more ...

d6d444b214-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Moved creation/destruction of TS and setting its options out of optimization loop

e3aab17e14-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Cleanup of code, making it clearer/simplier, removed use of C++ template keyword

Commit-type: bug-fix, portability-fix, style-fix, example

2a7d454b14-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

minor cleaning of source code and comments

1585b41214-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix handling of TSTrajectory file templates, fix heat-data-assimulation.c computation of gradient

Code assumed TSTrajectorySetFromOptions() was called after one set the trajectory filename and templ

Fix handling of TSTrajectory file templates, fix heat-data-assimulation.c computation of gradient

Code assumed TSTrajectorySetFromOptions() was called after one set the trajectory filename and template
and built the final template in TSTrajectorySetFromOptions(). Thus calling the routines
TSTrajectorySetDirname() after calling TSTrajectorySetFromOptions() meant it was ignored.
Also the -ts_trajectory_file name is the incorrect translation of TSTrajectorySetFiletemplate()

Added large comment to heat-data-assimulation.c explain how to handle adjoint computation with mass matrix

Commit-type: bug-fix, style-fix, documentation, example

show more ...

84a4583414-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix TSTrajectory handling of directory name and filetemplate

So that TSSetFromOptions() and TSTrajectorySetFromOptions() need not be called and
work directory name and templace still function

Fix b

Fix TSTrajectory handling of directory name and filetemplate

So that TSSetFromOptions() and TSTrajectorySetFromOptions() need not be called and
work directory name and templace still function

Fix badly formated TEST in example that prevented it from being run

Commit-type: bug-fix

show more ...


/petsc/config/configure.py
/petsc/config/examples/arch-pardiso.py
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/glvisviewerimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmswarm.h
/petsc/include/petscviewer.h
/petsc/src/dm/examples/tutorials/ex20.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/plex/examples/tests/ex19.c
/petsc/src/dm/impls/plex/examples/tests/output/ex19_proj_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex19_proj_1.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/plexglvis.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/impls/swarm/examples/makefile
/petsc/src/dm/impls/swarm/examples/tests/ex1.c
/petsc/src/dm/impls/swarm/examples/tests/makefile
/petsc/src/dm/impls/swarm/examples/tests/output/ex1_proj_0.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex1_proj_1.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex1_proj_2.out
/petsc/src/dm/impls/swarm/examples/tests/output/ex1_proj_3.out
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/dm/impls/swarm/swarmpic_plex.c
/petsc/src/dm/impls/swarm/swarmpic_sort.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex62_2d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex62_2d_p3_1.out
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/error/err.c
/petsc/src/sys/objects/options.c
unconstrained/examples/tutorials/heat-data-assimulation.c
unconstrained/examples/tutorials/output/heat-data-assimulation_1.out
unconstrained/examples/tutorials/output/heat-data-assimulation_cn.out
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/vec/utils/vecglvis.c

1...<<41424344454647484950>>...62