History log of /petsc/src/dm/impls/plex/ (Results 4351 – 4375 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
77902bb530-May-2015 Patrick Farrell <patrick.farrell@maths.ox.ac.uk>

Clean up a few compiler warnings

cc2f8f6530-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Can now load HDF5 using DMPlexCreateFromFile()

72b8049630-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Make return values optional

6f50508630-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Allow convergence tests using coarsening

4ef9d79230-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexComputeInterpolator_General()

7773e69f30-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexGet/RestoreClosureIndices()

b5199a5430-May-2015 Patrick Farrell <patrick.farrell@maths.ox.ac.uk>

Update the calls to DMViewFromOptions

681f061f29-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation

* knepley/feature-patrick-control-problem:
TAO ex2: Add optimal control problem from Patrick
TAO ex1: F

Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation

* knepley/feature-patrick-control-problem:
TAO ex2: Add optimal control problem from Patrick
TAO ex1: Fix docs
Plex: Fix bug with bcComps initialization

show more ...

f99d209729-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-deflation

* master: (32 commits)
MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.

Merge branch 'master' into knepley/feature-snes-deflation

* master: (32 commits)
MatGetSubmatrix() could hang when some processes thought the entire matrix as being selected and others did not.
PetscOptionsStringToScalar() and hence PetscOptionsScalarArray() did not work correctly for complex numbers with negative imaginary part
Have SNESCOMPOSITE honour -snes_max_fail for the number of inner solver failures it will tolerate.
fiat: add fallback url
added Stefano and Lisandro to PETSc authors list updated PETSc version number to 3.6 and year of publication to 2015 in the users manuals
deeper cleanup of matrix when the type is reset
need to call KSPSetFromOptions() after KSPSetOperators() so that command line null space is attached to correct matrix updated example output for null space not attached to KSP
Doc: Acknowledge Patrick
bugs in example that should never have gotten into next bug in code calling VecGetArray() on read only vector
doc: seperate -> separate
configure: help - prevent from printing duplcate sections - all PACAKGENAMEs should be CAPS
remove C99 code from example update output from example
updated list of PETSc enum objects that bfort will treat as native for generating Fortran stubs
-help would print the various -xxx_type values on multiple lines making a | grep -ksp_type (for example) not list all the possible options
fix memory leak as reported by the nightly tests
print help message for PetscOptionsGetViewer() the message is rather long
removed dead code about PETSc web server
removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence
changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine
bugfix as reported by PETSc blame digest (next) 2015-05-25
...

show more ...


/petsc/bin/maint/dos/buildntdist
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/Chombo.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/BuildSystem/config/packages/SuiteSparse.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/config/packages/fiat.py
/petsc/config/BuildSystem/config/packages/mpi4py.py
/petsc/config/BuildSystem/docs/manual.xml
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscao.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscds.h
/petsc/include/petscfe.h
/petsc/include/petscfv.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petsctaolinesearch.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/lib/petsc/conf/test
/petsc/share/petsc/datafiles/matrices/amesos2_test_mat0.mtx
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packimpl.h
examples/tests/ex4.c
examples/tests/ex5.c
examples/tests/makefile
examples/tutorials/ex5.c
plexpartition.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/cover.tex
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/developers.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/2024.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/ex46.cxx
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_1.out
/petsc/src/ksp/ksp/examples/tutorials/ex45f.F
/petsc/src/ksp/ksp/examples/tutorials/ex63.cxx
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex63_1.out
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/ex175.c
/petsc/src/mat/examples/tests/ex181.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex181_2.out
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/examples/tests/ex14.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex14.out
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmplexts.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/vec/interface/vector.c
8e7ff63329-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: ASCII view now shows coarse meshes

b653a56129-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMCoarsenHierarchy_Plex()
- Responds to -dm_coarsen_hierarchy
- Can also coarsen multiple times now

46d050e029-May-2015 Patrick Farrell <patrick.farrell@maths.ox.ac.uk>

Plex: Update the version of pragmatic used for coarsening.

471f9bb529-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex14: Allow loading a file

f1bf348c29-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Remove debugging prints

9f3102b229-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Calculate metric for Pragmatic coarsening

b7d41a4129-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex14: Added coarsening test

d2d4c47429-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Correct allocation and numbering for Pragmatic calls

3cf6fe1229-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Add in coarsening using -dm_coarsen

919ab0a229-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Add trial Pragmatic interface

04a9729529-May-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/plex-fix-ex3-num-comp'

* tisaac/plex-fix-ex3-num-comp:
Plex ex3: number of components must be explicitly specified now


/petsc/bin/maint/dos/buildntdist
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/Chombo.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/BuildSystem/config/packages/SuiteSparse.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/docs/manual.xml
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscis.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/lib/petsc/conf/test
/petsc/share/petsc/datafiles/matrices/amesos2_test_mat0.mtx
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packimpl.h
examples/tests/makefile
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/cover.tex
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/developers.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/petscapp.bib
/petsc/src/docs/website/documentation/changes/2024.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/ex46.cxx
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_1.out
/petsc/src/ksp/ksp/examples/tutorials/ex63.cxx
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex63_1.out
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/ex175.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/interface/matreg.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/str.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/interface/traj.c
063189f928-May-2015 Toby Isaac <tisaac@ices.utexas.edu>

Plex ex3: remove bad DMDestroy() from TestFVGrad().

5bc680fa28-May-2015 Toby Isaac <tisaac@ices.utexas.edu>

Plex + FV: Handle gradient reconstruction without ghost cells

8aec7d5527-May-2015 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded custom XXXViewFromOptions() functions and updated to use PetscObject as second argument calling sequence

685405a126-May-2015 Barry Smith <bsmith@mcs.anl.gov>

changed second argument of PetscObjectViewFromOptions() to PetscObject and all routines that use this routine


/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/ml.py
/petsc/config/BuildSystem/config/packages/mpi4py.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/PETSc/Regression.py
/petsc/config/examples/arch-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/config/examples/arch-osx-10.6-cxx-cmplx-pkgs-dbg.py
/petsc/include/petscao.h
/petsc/include/petscdm.h
/petsc/include/petscdraw.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petsctaolinesearch.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
examples/tests/ex4.c
examples/tests/ex5.c
examples/tutorials/ex5.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex45f.F
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/order/sorder.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/objects/options.c
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
513c0dd426-May-2015 Toby Isaac <tisaac@ices.utexas.edu>

Plex: try to construct gradient in ex3

This is segfaulting right now, something about dm->dmsnes being set

1...<<171172173174175176177178179180>>...235