History log of /petsc/src/dm/impls/plex/ (Results 3076 – 3100 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
84699f7010-Dec-2017 Satish Balay <balay@mcs.anl.gov>

fix valgrind errors with using PetscObjectGetName()/SetName() with the same object - resulting in a free() before copy.

64aa12e408-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if m

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if malloc is already set
Plex: Fixed array initialization
pgi: compile fix
knl: update test to use memkind and remove option that worked arround a bug with intel 17
Check the return value for memkind_posix_memalign
Change the default behavour for -malloc_hbw
Bib: More refs
test: remove runex13f90 as its now converted to new test suite
fix win32 crash. This test was previously run with '-n 4' - so restoring it
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes
bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com>
strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems.
Remove extra lines of output file
Example uses C99 constructs so must mark with requires: c99
fix const missmatch for DMDAVecRestoreArrayRead()
remove conflict between function name in example and new PETSc TS function
builds: attempt to do maint/master/next test builds in separate clones
ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead
...

Conflicts:
src/dm/interface/dm.c
src/snes/examples/tutorials/ex13.c

show more ...


/petsc/bin/maint/confignightly/default
/petsc/bin/petsc_gen_xdmf.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/mathlib.py
/petsc/config/BuildSystem/config/packages/mkl_cpardiso.py
/petsc/config/BuildSystem/config/packages/mkl_pardiso.py
/petsc/config/BuildSystem/config/packages/strumpack.py
/petsc/config/BuildSystem/config/packages/szlib.py
/petsc/config/BuildSystem/config/packages/yaml.py
/petsc/config/PETSc/Configure.py
/petsc/config/example_template.py
/petsc/config/examples/arch-linux-knl.py
/petsc/config/examples/arch-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/config/gmakegentest.py
/petsc/config/install.py
/petsc/config/petsc_harness.sh
/petsc/config/report_tests.py
/petsc/config/testparse.py
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petscao.h
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/mpiuni/mpif.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/glvisviewerimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petscdsimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscds.h
/petsc/include/petscmat.h
/petsc/include/petscsftypes.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/lib/petsc/conf/test
/petsc/makefile
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/ex13f90.F90
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/examples/tutorials/output/ex13f90_1.out
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/grglvis.c
examples/tests/ex19.c
examples/tests/ex22.c
examples/tests/output/ex1_gmsh_5.out
examples/tests/output/ex1_gmsh_6.out
plex.c
plexcgns.c
plexcreate.c
plexdistribute.c
plexexodusii.c
plexfem.c
plexfvm.c
plexgenerate.c
plexgeometry.c
plexglvis.c
plexgmsh.c
plexinterpolate.c
plexmed.c
plexorient.c
plexproject.c
plexrefine.c
plexsubmesh.c
plextree.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex11.c
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F90
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex29.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex54f.F90
/petsc/src/ksp/ksp/examples/tests/ex55.c
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex8.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex18_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex22_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F90
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F90
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_sell.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_approximate.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_3.out
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/mat/examples/tests/ex210.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex210_1.out
/petsc/src/mat/examples/tests/output/ex5_41.out
/petsc/src/mat/examples/tests/output/ex5_43.out
/petsc/src/mat/examples/tests/output/ex5_51.out
/petsc/src/mat/examples/tests/output/ex5_53.out
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/strumpack/strumpack.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sell/makefile
/petsc/src/mat/impls/sell/mpi/makefile
/petsc/src/mat/impls/sell/mpi/mmsell.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/mpi/mpisell.h
/petsc/src/mat/impls/sell/seq/fdsell.c
/petsc/src/mat/impls/sell/seq/ftn-custom/makefile
/petsc/src/mat/impls/sell/seq/ftn-custom/zsellf.c
/petsc/src/mat/impls/sell/seq/makefile
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/sell/seq/sell.h
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tests/ex1f.F90
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex1f.F90
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex5f.F90
/petsc/src/snes/examples/tutorials/ex5f90.F90
/petsc/src/snes/examples/tutorials/ex5f90t.F90
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex13_2d_p1_adj_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_tri.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_3d_tet.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/impls/x/ximpl.h
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/gll/petscgll.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/interface/dupl.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/sys/examples/tests/ex13f.F90
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/fileio/fdir.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/init.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/adjointreads.m
/petsc/src/tao/unconstrained/examples/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudy.m
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudyburger.m
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_cn.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/spectraladjointassimilation.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/impls/cfl/adaptcfl.c
/petsc/src/ts/adapt/impls/glee/adaptglee.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex2_beuler.out
/petsc/src/ts/examples/tests/output/ex2_euler.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_3.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_4.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_5.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_6.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/shashi.F90
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex16.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/ex17.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20fwd.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex29.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex36.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/ex43.c
/petsc/src/ts/examples/tutorials/ex44.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/hybrid/ex1.c
/petsc/src/ts/examples/tutorials/hybrid/ex1adj.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fd.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex13_2.out
/petsc/src/ts/examples/tutorials/output/ex13_3.out
/petsc/src/ts/examples/tutorials/output/ex15_2.out
/petsc/src/ts/examples/tutorials/output/ex15_3.out
/petsc/src/ts/examples/tutorials/output/ex15_4.out
/petsc/src/ts/examples/tutorials/output/ex15_5.out
/petsc/src/ts/examples/tutorials/output/ex16adj_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/examples/tutorials/output/ex24_1.out
/petsc/src/ts/examples/tutorials/output/ex26_1.out
/petsc/src/ts/examples/tutorials/output/ex26_2.out
/petsc/src/ts/examples/tutorials/output/ex26_3.out
/petsc/src/ts/examples/tutorials/output/ex26_4.out
/petsc/src/ts/examples/tutorials/output/ex26_asm.out
/petsc/src/ts/examples/tutorials/output/ex35_2.out
/petsc/src/ts/examples/tutorials/output/ex36_1.out
/petsc/src/ts/examples/tutorials/output/ex3_2.out
/petsc/src/ts/examples/tutorials/output/ex4_sundials.out
/petsc/src/ts/examples/tutorials/output/ex5_nox.out
/petsc/src/ts/examples/tutorials/output/extchem_1.out
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/f90-mod/petscis.h
/petsc/src/vec/f90-mod/petscvec.h90
/petsc/src/vec/f90-mod/petscvecmod.F
/petsc/src/vec/is/is/examples/tests/ex1f.F90
/petsc/src/vec/is/is/examples/tests/ex2f.F90
/petsc/src/vec/is/sf/examples/tutorials/ex1.c
/petsc/src/vec/is/sf/examples/tutorials/ex1f.F90
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/output/ex1f_1.out
/petsc/src/vec/is/sf/interface/ftn-custom/zsf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/isltog.h
/petsc/src/vec/vec/examples/tests/ex1.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex2.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex3.c
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex40f90.F90
/petsc/src/vec/vec/examples/tests/ex5.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/output/ex19f_1.out
/petsc/src/vec/vec/examples/tests/output/ex40f90_1.out
/petsc/src/vec/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex12.c
/petsc/src/vec/vec/examples/tutorials/ex14f.F90
/petsc/src/vec/vec/examples/tutorials/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2.c
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/ex21f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F90
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7.c
/petsc/src/vec/vec/examples/tutorials/ex8.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/ex9f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex14f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex20f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_3.out
/petsc/src/vec/vec/examples/tutorials/output/ex9f_2.out
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/vsection.c
3814ba4b08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Added parallel test with ParMetis

06cc46fe08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

PetscDS: Can now store default adjacency when it has no fields
- Get it with PETSC_DEFAULT for field

c5437d3a08-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/knepley/feature-adaptor-plex' into next-tmp


/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/private/dmadaptorimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmadaptor.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmtypes.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/dm/impls/forest/forest.c
plexadapt.c
plexfem.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/output/ex12_39.out
/petsc/src/snes/examples/tutorials/output/ex12_40.out
/petsc/src/snes/examples/tutorials/output/ex12_41.out
/petsc/src/snes/examples/tutorials/output/ex12_42.out
/petsc/src/snes/examples/tutorials/output/ex12_43.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_0.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_0_p4est.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_1.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_ngs_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_1.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_2.out
/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_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_periodic_0.out
/petsc/src/snes/examples/tutorials/output/ex12_quad_q1_adapt_0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r2.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r3.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p2_r0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p2_r2.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_p1_adapt_0.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_p1_adapt_1.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_asm_lu.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_asm_sor.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_msm_lu.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_msm_sor.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/makefile
cff2dfc208-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/knepley/fix-l2-projection-submesh' into next-tmp


/petsc/config/BuildSystem/config/compilers.py
/petsc/config/examples/arch-linux-knl.py
/petsc/include/petsc/finclude/petscao.h
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/mpiuni/mpif.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscsftypes.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/bfort-petsc.txt
plexfem.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex11.c
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F90
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex29.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex54f.F90
/petsc/src/ksp/ksp/examples/tests/ex55.c
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex8.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex18_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex22_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F90
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F90
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/snes/examples/tests/ex1f.F90
/petsc/src/snes/examples/tutorials/ex1f.F90
/petsc/src/snes/examples/tutorials/ex5f.F90
/petsc/src/snes/examples/tutorials/ex5f90.F90
/petsc/src/snes/examples/tutorials/ex5f90t.F90
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/sys/classes/draw/impls/x/ximpl.h
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/gll/petscgll.c
/petsc/src/sys/classes/viewer/interface/dupl.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/sys/examples/tests/ex13f.F90
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/init.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/adjointreads.m
/petsc/src/tao/unconstrained/examples/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudy.m
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudyburger.m
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_cn.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/spectraladjointassimilation.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex2_beuler.out
/petsc/src/ts/examples/tests/output/ex2_euler.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/shashi.F90
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex16.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/ex17.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20fwd.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex29.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex36.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/ex43.c
/petsc/src/ts/examples/tutorials/ex44.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/hybrid/ex1.c
/petsc/src/ts/examples/tutorials/hybrid/ex1adj.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fd.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex13_2.out
/petsc/src/ts/examples/tutorials/output/ex13_3.out
/petsc/src/ts/examples/tutorials/output/ex15_2.out
/petsc/src/ts/examples/tutorials/output/ex15_3.out
/petsc/src/ts/examples/tutorials/output/ex15_4.out
/petsc/src/ts/examples/tutorials/output/ex15_5.out
/petsc/src/ts/examples/tutorials/output/ex16adj_2.out
/petsc/src/ts/examples/tutorials/output/ex24_1.out
/petsc/src/ts/examples/tutorials/output/ex26_1.out
/petsc/src/ts/examples/tutorials/output/ex26_2.out
/petsc/src/ts/examples/tutorials/output/ex26_3.out
/petsc/src/ts/examples/tutorials/output/ex26_4.out
/petsc/src/ts/examples/tutorials/output/ex26_asm.out
/petsc/src/ts/examples/tutorials/output/ex35_2.out
/petsc/src/ts/examples/tutorials/output/ex36_1.out
/petsc/src/ts/examples/tutorials/output/ex3_2.out
/petsc/src/ts/examples/tutorials/output/ex4_sundials.out
/petsc/src/ts/examples/tutorials/output/ex5_nox.out
/petsc/src/ts/examples/tutorials/output/extchem_1.out
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/f90-mod/petscis.h
/petsc/src/vec/f90-mod/petscvec.h90
/petsc/src/vec/f90-mod/petscvecmod.F
/petsc/src/vec/is/is/examples/tests/ex1f.F90
/petsc/src/vec/is/is/examples/tests/ex2f.F90
/petsc/src/vec/is/sf/examples/tutorials/ex1f.F90
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/output/ex1f_1.out
/petsc/src/vec/is/sf/interface/ftn-custom/zsf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/vec/examples/tests/ex1.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex2.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex3.c
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex40f90.F90
/petsc/src/vec/vec/examples/tests/ex5.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/output/ex19f_1.out
/petsc/src/vec/vec/examples/tests/output/ex40f90_1.out
/petsc/src/vec/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex12.c
/petsc/src/vec/vec/examples/tutorials/ex14f.F90
/petsc/src/vec/vec/examples/tutorials/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2.c
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/ex21f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F90
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7.c
/petsc/src/vec/vec/examples/tutorials/ex8.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/ex9f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex14f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex20f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_3.out
/petsc/src/vec/vec/examples/tutorials/output/ex9f_2.out
8029400a07-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex26: Test for FEM dof layout and DMCreateSubDM()
Contributed-by: Blaise A Bourdin <bourdin@lsu.edu>


/petsc/config/BuildSystem/config/compilers.py
/petsc/include/petsc/finclude/petscao.h
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/mpiuni/mpif.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdraw.h
/petsc/include/petscsftypes.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/share/petsc/datafiles/meshes/TwoQuads.exo
examples/tests/ex26.c
examples/tests/makefile
examples/tests/output/ex26_1.out
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex11.c
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F90
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex29.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex54f.F90
/petsc/src/ksp/ksp/examples/tests/ex55.c
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex8.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex18_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex1_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex22_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex54f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F90
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F90
/petsc/src/ksp/ksp/impls/cg/cgls.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/snes/examples/tests/ex1f.F90
/petsc/src/snes/examples/tutorials/ex1f.F90
/petsc/src/snes/examples/tutorials/ex5f.F90
/petsc/src/snes/examples/tutorials/ex5f90.F90
/petsc/src/snes/examples/tutorials/ex5f90t.F90
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/sys/classes/draw/impls/x/ximpl.h
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/gll/petscgll.c
/petsc/src/sys/classes/viewer/interface/dupl.c
/petsc/src/sys/classes/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/sys/examples/tests/ex13f.F90
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/adjointreads.m
/petsc/src/tao/unconstrained/examples/tutorials/burgers_spectral.c
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudy.m
/petsc/src/tao/unconstrained/examples/tutorials/convergencestudyburger.m
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_1.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_2.out
/petsc/src/tao/unconstrained/examples/tutorials/output/spectraladjointassimilation_cn.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90
/petsc/src/tao/unconstrained/examples/tutorials/spectraladjointassimilation.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex2_beuler.out
/petsc/src/ts/examples/tests/output/ex2_euler.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/shashi.F90
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex16.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/ex17.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20fwd.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex29.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex36.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/ex43.c
/petsc/src/ts/examples/tutorials/ex44.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/hybrid/ex1.c
/petsc/src/ts/examples/tutorials/hybrid/ex1adj.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fd.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex13_2.out
/petsc/src/ts/examples/tutorials/output/ex13_3.out
/petsc/src/ts/examples/tutorials/output/ex15_2.out
/petsc/src/ts/examples/tutorials/output/ex15_3.out
/petsc/src/ts/examples/tutorials/output/ex15_4.out
/petsc/src/ts/examples/tutorials/output/ex15_5.out
/petsc/src/ts/examples/tutorials/output/ex16adj_2.out
/petsc/src/ts/examples/tutorials/output/ex24_1.out
/petsc/src/ts/examples/tutorials/output/ex26_1.out
/petsc/src/ts/examples/tutorials/output/ex26_2.out
/petsc/src/ts/examples/tutorials/output/ex26_3.out
/petsc/src/ts/examples/tutorials/output/ex26_4.out
/petsc/src/ts/examples/tutorials/output/ex26_asm.out
/petsc/src/ts/examples/tutorials/output/ex35_2.out
/petsc/src/ts/examples/tutorials/output/ex36_1.out
/petsc/src/ts/examples/tutorials/output/ex3_2.out
/petsc/src/ts/examples/tutorials/output/ex4_sundials.out
/petsc/src/ts/examples/tutorials/output/ex5_nox.out
/petsc/src/ts/examples/tutorials/output/extchem_1.out
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/f90-mod/petscis.h
/petsc/src/vec/f90-mod/petscvec.h90
/petsc/src/vec/f90-mod/petscvecmod.F
/petsc/src/vec/is/is/examples/tests/ex1f.F90
/petsc/src/vec/is/is/examples/tests/ex2f.F90
/petsc/src/vec/is/sf/examples/tutorials/ex1f.F90
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/output/ex1f_1.out
/petsc/src/vec/is/sf/interface/ftn-custom/zsf.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/vec/examples/tests/ex1.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex2.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex3.c
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex40f90.F90
/petsc/src/vec/vec/examples/tests/ex5.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/output/ex19f_1.out
/petsc/src/vec/vec/examples/tests/output/ex40f90_1.out
/petsc/src/vec/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex12.c
/petsc/src/vec/vec/examples/tutorials/ex14f.F90
/petsc/src/vec/vec/examples/tutorials/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2.c
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/ex21f90.F90
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F90
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7.c
/petsc/src/vec/vec/examples/tutorials/ex8.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/ex9f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex14f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex20f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_3.out
/petsc/src/vec/vec/examples/tutorials/output/ex9f_2.out
e6a8092007-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex9: Updated to new spectral API

872a980407-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed array initialization


/petsc/bin/maint/confignightly/default
/petsc/bin/petsc_gen_xdmf.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/mathlib.py
/petsc/config/PETSc/Configure.py
/petsc/config/examples/arch-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/config/gmakegentest.py
/petsc/config/report_tests.py
/petsc/config/testparse.py
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petscmat.h
/petsc/src/dm/examples/tutorials/ex13f90.F90
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/examples/tutorials/output/ex13f90_1.out
/petsc/src/dm/impls/da/fdda.c
plexgeometry.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_sell.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_approximate.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_bddc_fetidp_ml_3.out
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/mat/examples/tests/ex210.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex210_1.out
/petsc/src/mat/examples/tests/output/ex5_41.out
/petsc/src/mat/examples/tests/output/ex5_43.out
/petsc/src/mat/examples/tests/output/ex5_51.out
/petsc/src/mat/examples/tests/output/ex5_53.out
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sell/makefile
/petsc/src/mat/impls/sell/mpi/makefile
/petsc/src/mat/impls/sell/mpi/mmsell.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/impls/sell/mpi/mpisell.h
/petsc/src/mat/impls/sell/seq/fdsell.c
/petsc/src/mat/impls/sell/seq/ftn-custom/makefile
/petsc/src/mat/impls/sell/seq/ftn-custom/zsellf.c
/petsc/src/mat/impls/sell/seq/makefile
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/impls/sell/seq/sell.h
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_2d_tri.out
/petsc/src/snes/examples/tutorials/output/ex62_fetidp_3d_tet.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_3.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_4.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_5.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_sell_6.out
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/isltog.h
deea75d706-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex6: Update to new spectral permutation interface

7391a63a06-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexCreateSpectralClosurePermutation() now takes a point argument
- This allows the user to have the solution only partially supported in the domain
- Give PETSC_DETERMINE for the prior behav

Plex: DMPlexCreateSpectralClosurePermutation() now takes a point argument
- This allows the user to have the solution only partially supported in the domain
- Give PETSC_DETERMINE for the prior behavior
- Give an edge or cell which supports the field

show more ...

37a16b0f05-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex19: Update build

7524cf3405-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex7: Update interpolation

263d71e505-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex examples: Update interpolation

ba32188405-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex19: Fix allocation

5fd9971a05-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Update to new Interpolate interface

0bedd6be05-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexCopyCoordinates() does nothing if number of coordinate fields is not set

10a6751605-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Now DMPlexInterpolate() copies labels and coordinates
- Removed non-NULL input option which was not useful

1cf8400704-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex+DS: Moved adjacency information completely to DS
- The Plex versions now just delegate to DS
- Defaults in DS are clearer
- Input to GetAdjacency are optional

1fa399ad04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


/petsc/.travis.yml
/petsc/bin/maint/buildtest
/petsc/bin/maint/runhtml.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MUMPS.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/mkl_cpardiso.py
/petsc/config/BuildSystem/config/packages/mkl_pardiso.py
/petsc/config/BuildSystem/config/packages/mkl_sparse.py
/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/strumpack.py
/petsc/config/BuildSystem/config/packages/szlib.py
/petsc/config/PETSc/Configure.py
/petsc/config/configure.py
/petsc/config/example_template.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/config/examples/arch-pardiso.py
/petsc/config/gmakegentest.py
/petsc/config/install.py
/petsc/config/petsc_harness.sh
/petsc/config/report_tests.py
/petsc/config/testparse.py
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/finclude/petsc.h
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/finclude/petscsys.h
/petsc/include/petsc/finclude/petscts.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/f90impl.h
/petsc/include/petsc/private/glvisviewerimpl.h
/petsc/include/petsc/private/isimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmswarm.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/lib/petsc/conf/test
/petsc/makefile
/petsc/setup.py
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/f90-custom/zdtdsf90.c
/petsc/src/dm/dt/interface/f90-custom/zdtf90.c
/petsc/src/dm/examples/tests/ex34.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex34_1.out
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/ex20.c
/petsc/src/dm/examples/tutorials/ex51.c
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/examples/tutorials/output/ex51_1.out
/petsc/src/dm/examples/tutorials/swarm_ex1.c
/petsc/src/dm/examples/tutorials/swarm_ex3.c
/petsc/src/dm/impls/composite/f90-custom/zfddaf90.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/f90-custom/zda1f90.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/ftn-custom/makefile
/petsc/src/dm/impls/da/ftn-custom/zdasubf.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/da/grvtk.c
examples/tests/ex1.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex16.c
examples/tests/ex19.c
examples/tests/ex22.c
examples/tests/output/ex19_proj_0.out
examples/tests/output/ex19_proj_1.out
examples/tests/output/ex1_1d_0.out
examples/tests/output/ex1_1d_1.out
examples/tests/output/ex1_1d_2.out
examples/tests/output/ex1_1d_refine_overlap_0.out
examples/tests/output/ex1_1d_refine_overlap_1.out
examples/tests/output/ex1_gmsh_5.out
examples/tests/output/ex1_gmsh_6.out
examples/tests/output/ex1_part_ptscotch_0.out
examples/tests/output/ex1_part_ptscotch_1.out
f90-custom/zplexf90.c
f90-custom/zplexgeometryf90.c
plex.c
plexcgns.c
plexcreate.c
plexdistribute.c
plexexodusii.c
plexfem.c
plexfvm.c
plexgenerate.c
plexgeometry.c
plexglvis.c
plexgmsh.c
plexinterpolate.c
plexmed.c
plexorient.c
plexpartition.c
plexproject.c
plexrefine.c
plexsubmesh.c
plextree.c
plexvtu.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/impls/shell/dmshell.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/dm/interface/dmregall.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/manualpreamble.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/38.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/f90-mod/petscksp.h
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/ex54.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex21_blockdiag_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_blockdiag_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_blockdiag_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_diag_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_diag_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_diag_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex54_1_alt.out
/petsc/src/ksp/ksp/examples/tests/output/ex54_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex54_2_alt.out
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_zeropivot_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_ell.out
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/interface/f90-custom/zitfuncf90.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/saws/kspsaws.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/utils/valid.c
/petsc/src/mat/examples/tests/ex110.c
/petsc/src/mat/examples/tests/ex152.c
/petsc/src/mat/examples/tests/ex184.c
/petsc/src/mat/examples/tests/ex23.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex184_mpiaij.out
/petsc/src/mat/examples/tests/output/ex184_mpibaij.out
/petsc/src/mat/examples/tests/output/ex184_seqaij.out
/petsc/src/mat/examples/tests/output/ex184_seqbaij.out
/petsc/src/mat/examples/tests/output/ex5_41.out
/petsc/src/mat/examples/tests/output/ex5_43.out
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/aij/mpi/aijmkl/makefile
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/strumpack/strumpack.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.h
/petsc/src/mat/impls/aij/seq/aijmkl/makefile
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/baij/mpi/baijmkl/makefile
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baijmkl/makefile
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/ell/makefile
/petsc/src/mat/impls/ell/mpi/makefile
/petsc/src/mat/impls/ell/mpi/mmell.c
/petsc/src/mat/impls/ell/mpi/mpiell.c
/petsc/src/mat/impls/ell/mpi/mpiell.h
/petsc/src/mat/impls/ell/seq/ell.c
/petsc/src/mat/impls/ell/seq/ell.h
/petsc/src/mat/impls/ell/seq/fdell.c
/petsc/src/mat/impls/ell/seq/ftn-custom/makefile
/petsc/src/mat/impls/ell/seq/ftn-custom/zellf.c
/petsc/src/mat/impls/ell/seq/makefile
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffdimpl.h
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/f90-custom/zmatrixf90.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/partition/impls/hierarchical/hierarchical.c
/petsc/src/mat/utils/convert.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.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/ex48.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex13_3d_p1_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_p2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q2_0.out
/petsc/src/snes/examples/tutorials/output/ex13_3d_q3_0.out
/petsc/src/snes/examples/tutorials/output/ex56_1.out
/petsc/src/snes/examples/tutorials/output/ex62_2d_p3_0.out
/petsc/src/snes/examples/tutorials/output/ex62_2d_p3_1.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/f90-custom/zsnesf90.c
/petsc/src/snes/interface/saws/snessaws.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/snes/utils/f90-custom/zdmplexsnesf90.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/image/drawimage.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkvimpl.h
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/err.c
/petsc/src/sys/examples/tests/ex1.c
/petsc/src/sys/examples/tests/ex1f.F90
/petsc/src/sys/examples/tests/ex35.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex1_1.out
/petsc/src/sys/examples/tests/output/ex1f_1.out
/petsc/src/sys/examples/tests/output/ex35_1.out
/petsc/src/sys/examples/tutorials/ex18.c
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/fileio/fdir.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/sortd.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/bound/examples/tutorials/jbearing2.c
/petsc/src/tao/bound/examples/tutorials/makefile
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/complementarity/examples/tutorials/minsurf1.c
/petsc/src/tao/constrained/impls/ipm/ipm.c
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/interface/taosolver_fg.c
/petsc/src/tao/interface/taosolver_hj.c
/petsc/src/tao/unconstrained/examples/tutorials/eptorsion1.c
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/tao/unconstrained/examples/tutorials/minsurf1.c
/petsc/src/tao/unconstrained/examples/tutorials/output/rosenbrock1_4.out
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1.c
/petsc/src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/impls/cfl/adaptcfl.c
/petsc/src/ts/adapt/impls/dsp/adaptdsp.c
/petsc/src/ts/adapt/impls/dsp/ftn-custom/makefile
/petsc/src/ts/adapt/impls/dsp/ftn-custom/zadaptdspf.c
/petsc/src/ts/adapt/impls/dsp/makefile
/petsc/src/ts/adapt/impls/glee/adaptglee.c
/petsc/src/ts/adapt/impls/makefile
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_2.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_3.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_4.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_5.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/output/ex5adj_ell_6.out
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/output/ex11_shock_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/examples/tutorials/output/ex19_pi42.out
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fwd.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/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/glee/glee.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/interface/ftn-custom/makefile
/petsc/src/ts/trajectory/interface/ftn-custom/ztrajf.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/is/impls/f90-custom/zblockf90.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/interface/f90-custom/zindexf90.c
/petsc/src/vec/is/is/utils/f90-custom/ziscoloringf90.c
/petsc/src/vec/is/sf/examples/tutorials/ex1.c
/petsc/src/vec/is/utils/f90-custom/zisltogf90.c
/petsc/src/vec/is/utils/f90-custom/zvsectionisf90.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/f90-custom/zvsectionf90.c
/petsc/src/vec/vec/utils/vecglvis.c
/petsc/src/vec/vec/utils/vsection.c
a12ee71601-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex23: Added all types of projection iterations

0de51b5601-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed projection routines when we iterate over a surface with volume field and surface aux fields
- If we are iterating over a surface with volume input, then the effective DS is the height=1 s

Plex: Fixed projection routines when we iterate over a surface with volume field and surface aux fields
- If we are iterating over a surface with volume input, then the effective DS is the height=1 subspace
- Made DS an argument for projection functions
- Only allow iteration over a surface with volume input when we have a surface auxiliary field with FIELD type function
- Documented DMProjectLocal_Generic_Plex()

show more ...

0be3e97a01-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

DM: Use new PetscGlobalMinMaxInt()

2adcc78001-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

DM: Added DMCreateSuperDM()

338f77d501-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Refactor computation of integrals over the domain
- Added DMPlexComputeCellwiseIntegral()

1...<<121122123124125126127128129130>>...235