History log of /petsc/src/dm/impls/plex/ (Results 3476 – 3500 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bfaa5bdc15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexComputeInjectorReferenceTree(): fix indexing for finite volume

numChilren != number of children that are cells, also include interfaces

31a2237e15-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex1: Added a cylinder test

0510c58915-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Added cylinder mesh

d621876615-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Some cleanup with mesh generation

171f813e15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Merge remote-tracking branch 'origin/knepley/feature-fe-dual-apply' into tisaac/feature-fe-dual-apply

* origin/knepley/feature-fe-dual-apply: (75 commits)
Plex: Screwed up last fix
Plex: Fix ove

Merge remote-tracking branch 'origin/knepley/feature-fe-dual-apply' into tisaac/feature-fe-dual-apply

* origin/knepley/feature-fe-dual-apply: (75 commits)
Plex: Screwed up last fix
Plex: Fix overeager protection of function
PetscFE: Fixed declaration
Travis-CI: Attempt to solve issues with gfortran
Travis-CI: Use newer macOS image
clarify damping and other issues related to SNESLINESEARCHBASIC
change example in new harness to use simple partitioner so gets consistent output on all systems
remove unused function from test file
cleanup formatting in example, plus myrank not rank
all requires need to go on the same line in test definition otherwise they are skipped
missing - makes the manual page formatting wrong
The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?
fix typo and cut and paste error in docs
bugfix for !HYPRE
fix warning for ';;'
may switch to scalable only when B->cmap->N > 100000
MatLRC: store in the context the parallel matrices rather than the sequential ones
Bib: Add ref
set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ()
Error in VecScatterView_MPI() had the meaning of from and to backwards
...

show more ...


/petsc/.travis.yml
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/configure.py
/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmforest.h
/petsc/include/petscfe.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/network/network.c
examples/tests/ex1.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex17.c
examples/tests/ex18.c
examples/tests/ex4.c
examples/tests/ex5.c
plex.c
plexcreate.c
plexdistribute.c
plexfem.c
plexfluent.c
plexgenerate.c
plexgeometry.c
plexgmsh.c
plexhdf5.c
plexinterpolate.c
plexmed.c
plexorient.c
plexpartition.c
plexpreallocate.c
plexproject.c
plexrefine.c
plexreorder.c
plexsubmesh.c
plexvtk.c
plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex93_hypre.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/output/ex2_10.out
/petsc/src/snes/examples/tests/output/ex2_11.out
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tests/output/ex2_6.out
/petsc/src/snes/examples/tests/output/ex2_7.out
/petsc/src/snes/examples/tests/output/ex2_8.out
/petsc/src/snes/examples/tests/output/ex2_9.out
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/vec/utils/vpscat.c
f6a3d38c15-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

mpiuni: disable tests that don't work with mpiuni

Some tests use only one processor but use parts of the mpi interface not covered by mpiuni

08ecef2815-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Various tests complex scalar fixes

b16f39f515-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

Plex tests ex10: 64bit indices fix

c5eaf5f014-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new: (73 commits)
Plex: Fix overeager protection of function
Travis-CI: Attempt to s

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new: (73 commits)
Plex: Fix overeager protection of function
Travis-CI: Attempt to solve issues with gfortran
Travis-CI: Use newer macOS image
clarify damping and other issues related to SNESLINESEARCHBASIC
change example in new harness to use simple partitioner so gets consistent output on all systems
remove unused function from test file
cleanup formatting in example, plus myrank not rank
all requires need to go on the same line in test definition otherwise they are skipped
missing - makes the manual page formatting wrong
The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?
fix typo and cut and paste error in docs
bugfix for !HYPRE
fix warning for ';;'
may switch to scalable only when B->cmap->N > 100000
MatLRC: store in the context the parallel matrices rather than the sequential ones
Bib: Add ref
set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ()
Error in VecScatterView_MPI() had the meaning of from and to backwards
fix build warning as reported by the nightly tests
Update alquimia.py to use Glenn's branch that updates alquimia for pflotran xsdk
...

show more ...


/petsc/.travis.yml
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/configure.py
/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmforest.h
/petsc/include/petscfe.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/network/network.c
examples/tests/ex1.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex17.c
examples/tests/ex18.c
examples/tests/ex4.c
examples/tests/ex5.c
plex.c
plexcreate.c
plexdistribute.c
plexfem.c
plexfluent.c
plexgenerate.c
plexgeometry.c
plexgmsh.c
plexhdf5.c
plexinterpolate.c
plexmed.c
plexorient.c
plexpartition.c
plexpreallocate.c
plexproject.c
plexrefine.c
plexreorder.c
plexsubmesh.c
plexvtk.c
plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex93_hypre.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/output/ex2_10.out
/petsc/src/snes/examples/tests/output/ex2_11.out
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tests/output/ex2_6.out
/petsc/src/snes/examples/tests/output/ex2_7.out
/petsc/src/snes/examples/tests/output/ex2_8.out
/petsc/src/snes/examples/tests/output/ex2_9.out
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/vec/utils/vpscat.c
cffa905914-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-tests-new

* master: (94 commits)
Plex: Fix overeager protection of function
Travis-CI: Attempt to solve issues with gfortran
Travis-CI: Use newe

Merge branch 'master' into knepley/feature-plex-tests-new

* master: (94 commits)
Plex: Fix overeager protection of function
Travis-CI: Attempt to solve issues with gfortran
Travis-CI: Use newer macOS image
clarify damping and other issues related to SNESLINESEARCHBASIC
change example in new harness to use simple partitioner so gets consistent output on all systems
remove unused function from test file
cleanup formatting in example, plus myrank not rank
missing - makes the manual page formatting wrong
The developer manual clearly states that MPI_Comm_size() returns size it doesn't return numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?
fix typo and cut and paste error in docs
bugfix for !HYPRE
fix warning for ';;'
may switch to scalable only when B->cmap->N > 100000
MatLRC: store in the context the parallel matrices rather than the sequential ones
Bib: Add ref
set default algorithm based on B->cmap->N for MatMatMult_MPIAIJ_MPIAIJ()
Error in VecScatterView_MPI() had the meaning of from and to backwards
fix build warning as reported by the nightly tests
Update alquimia.py to use Glenn's branch that updates alquimia for pflotran xsdk
fix divide by zero exposed by 8534686b5096cd4c91a8f3895408b386c0628431 - and produced by petsc4py testsuite
...

Conflicts:
src/dm/impls/plex/examples/tests/ex13.c
src/dm/impls/plex/plexgmsh.c
src/snes/examples/tests/ex2.c
src/snes/examples/tests/output/ex2_3.out
src/snes/examples/tests/output/ex2_4.out
src/snes/examples/tests/output/ex2_5.out

show more ...


/petsc/.travis.yml
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/p4est.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/configure.py
/petsc/config/example_template.py
/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmforest.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/forest/p4est/petsc_p4est_package.h
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/network/network.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex17.c
examples/tests/ex18.c
examples/tests/ex4.c
examples/tests/ex5.c
plex.c
plexcoarsen.c
plexcreate.c
plexdistribute.c
plexfem.c
plexfluent.c
plexgenerate.c
plexgeometry.c
plexgmsh.c
plexhdf5.c
plexinterpolate.c
plexmed.c
plexorient.c
plexpartition.c
plexpreallocate.c
plexproject.c
plexrefine.c
plexreorder.c
plexsubmesh.c
plexvtk.c
plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/ftn-custom/zdmf.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/telescope/telescope_dmda.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex93_hypre.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/nest/ftn-custom/zmatnestf.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/output/ex2_10.out
/petsc/src/snes/examples/tests/output/ex2_11.out
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tests/output/ex2_6.out
/petsc/src/snes/examples/tests/output/ex2_7.out
/petsc/src/snes/examples/tests/output/ex2_8.out
/petsc/src/snes/examples/tests/output/ex2_9.out
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/vec/utils/vpscat.c
47920aae14-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix overeager protection of function

40cf36b313-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlexReferenceToCoordinates_FE(): fix missing iteration over points

bf6ba3a311-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-gmsh-nodes'

* knepley/feature-plex-gmsh-nodes:
Plex+Gmsh: Read higher order cells and ignore extra nodes

Conflicts:
src/dm/impls/plex/plexgmsh.c

7363b94811-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-docs'

* knepley/fix-plex-docs:
Plex: Fix the fix
fix -Wmaybe-uninitialized
Doc+Plex: Add PetscUnit to Fortran
Doc+Plex: Fix function name
Plex: Fix declarati

Merge branch 'knepley/fix-plex-docs'

* knepley/fix-plex-docs:
Plex: Fix the fix
fix -Wmaybe-uninitialized
Doc+Plex: Add PetscUnit to Fortran
Doc+Plex: Fix function name
Plex: Fix declaration
Doc+Plex: Added function docs
Doc+Plex: More function docs - Make functions static - Move internal declarations
Doc+Plex: More function docs
Doc+Plex: Document DMPlexGetOrientedFace() and DMPlexSetSubpointMap() - Make functions static
Doc+Plex: Document DMPlexCreateOverlapMigrationSF() - Make functions static
Plex: Make functions static - Move internal declarations to private header
Plex: Make functions internal
Plex+HDF5: Make functions internal
Plex: Make functions static
Plex: Make functions static
Doc+Plex: Document DMPlexCreateNeighborCSR() - Make functions static
Doc+Plex: Document DMPlexPreallocateOperator() - Make functions static
Plex: Make function static
Plex+VTK: Make functions static
Plex+VTK: Make DMPlexVTKGetCellType() internal

Conflicts:
src/dm/impls/plex/plexvtk.c

show more ...

57ce482f11-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

all requires need to go on the same line in test definition otherwise they are skipped

Reported-by: Matthew Knepley <knepley@gmail.com>

e9f6087911-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new:
TS ex47: Added test output
replace numProcs with standard size

# Please enter

Merge branch 'knepley/feature-plex-tests-new' into knepley/feature-fe-dual-apply

* knepley/feature-plex-tests-new:
TS ex47: Added test output
replace numProcs with standard size

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

show more ...

6cc25e0611-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

replace numProcs with standard size

7c517de711-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Fixed tests
- Moved Q2 to Plex
- Updated pest output

f609449211-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

DualSpace: Made Simple implementation multicomponent

012b7cc611-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Tried to convert Toby's quad geometry

9852e12311-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

The developer manual clearly states that MPI_Comm_size() returns size it doesn't return
numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?

Using consistent names for va

The developer manual clearly states that MPI_Comm_size() returns size it doesn't return
numProcs or other nonsense. Pretty soon you'll start using mype instead of rank?

Using consistent names for variables makes code simpler to maintain

show more ...


/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/pflotran.py
/petsc/config/configure.py
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/test
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/network/network.c
examples/tests/ex1.c
examples/tests/ex12.c
examples/tests/ex13.c
examples/tests/ex17.c
examples/tests/ex18.c
examples/tests/ex4.c
examples/tests/ex5.c
plexcreate.c
plexdistribute.c
plexinterpolate.c
plexmed.c
plexorient.c
plexpartition.c
plexrefine.c
plexvtk.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/output/ex2_10.out
/petsc/src/snes/examples/tests/output/ex2_11.out
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tests/output/ex2_6.out
/petsc/src/snes/examples/tests/output/ex2_7.out
/petsc/src/snes/examples/tests/output/ex2_8.out
/petsc/src/snes/examples/tests/output/ex2_9.out
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/vec/vec/utils/vpscat.c
0d36655011-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix for submesh orientation
- Has not been tested in 3D

3058765e10-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlex tests ex3: skip expensive high order tests in nightly testing

52a3aeb410-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMPlex: get non fv non-conforming tests working

89c63b8e10-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

DMProjectPoint_Func_Private(): remove bad assertion

Sometimes (non-conforming, wie immer) things get evaluated on faces, we can't assume they are cells

1...<<131132133134135136137138139140>>...235