History log of /petsc/src/dm/impls/plex/ (Results 5276 – 5300 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c9fc739621-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMLabel: PetscHashIGetKeys() was made a function
- It now accepts a NULL argument

d80c287221-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix reordering for empty meshes

711de39421-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Turn off check for cells bordering a cohesive face
- In parallel, the negative side cell for a cohesive face can be on another process
- We might want to consider communicating these

f0113d4421-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-geometry-hex'

* knepley/fix-plex-geometry-hex:
DMPlex: If “vtk” label has no cells, do not use it
DMPlex: DMPlexCreateCohesiveSubmesh() must also extract orientati

Merge branch 'knepley/fix-plex-geometry-hex'

* knepley/fix-plex-geometry-hex:
DMPlex: If “vtk” label has no cells, do not use it
DMPlex: DMPlexCreateCohesiveSubmesh() must also extract orientations
DMPlex: Add 1D code for DMPlexCheckSkeleton()
DMPlex: Cleanup code for VTK output - Removed diagnostic print - Use DMLabel interface
DMPlex: Change geometry check to support interpolated meshes - This all has to be replaced anyway

show more ...

b333123921-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-hash-scaling'

* knepley/fix-hash-scaling: (25 commits)
PetscSF: Register logging events
PetscSF: Added logging
DMPlex: Bug fix for interpolated adjacency formation

Merge branch 'knepley/fix-hash-scaling'

* knepley/fix-hash-scaling: (25 commits)
PetscSF: Register logging events
PetscSF: Added logging
DMPlex: Bug fix for interpolated adjacency formation
DMPlex: Fast adjacency graph construction for interpolated meshes
DMPlex: Fixed error in new events
DMPlex: More events for distribution
DMPlex: Fixed allocation bug in reordering
DMPlex: Fixed mismatched Malloc2 in reordering
DMLabel: Split Malloc3 into Malloc2 and Malloc
Hash+DMPlex: Changed PetscHashIPut() to eliminate pass-by-ref - Jed can sleep soundly tonight
DMPlex: Use PetscHashIHasKey() to check for membership
Hash; Added PetscHashIHasKey() - PetscHashIMap does not match the documentation
DMPlex: Added simple DMLabel test
DMPlex: Fix missing restore Reported-by: Jed Brown <jedbrown@mcs.anl.gov>
DMPlex: Use DMLabelDistribute() in DMPlexDistribute()
DMPlex: Use DMLabelGetStrautmBounds() in DMPlexGetDepth/HeightStratum()
DMPlex: Added DMLabelDistribute()
DMPlex: Added DMLabelGetStratumBounds()
DMPlex: Fixed quadratic behavior of DMLabel insert - Added hash table for each label value for insertion - Added arrayValid flag which says whether array data or hash table data is valid - Convert between representations using DMLabelMakeValid_Private() and DMLabelMakeInvalid_Private() - Split up allocation of stratumValues and stratumSize/Offsets - Most functions only use the array representation, but some can use both (should probably expand this with GetStratum) - Moved the DMLabelFIlter() function
Hash: Added PetscHashIPut() and PetscHashIDel() - Removed unused variable
...

show more ...

058c205321-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-partition-overlap'

* knepley/fix-plex-partition-overlap:
DMPlex: When partitioning with overlap, make sure no points from the original partition can be owned by anot

Merge branch 'knepley/fix-plex-partition-overlap'

* knepley/fix-plex-partition-overlap:
DMPlex: When partitioning with overlap, make sure no points from the original partition can be owned by another process

show more ...


/petsc/bin/maint/generatefortranstubs.py
/petsc/conf/rules
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/PETSc/utilities/sharedLibraries.py
/petsc/config/builder.py
/petsc/config/examples/arch-linux-pkgs-threadcomm.py
/petsc/gmakefile
/petsc/include/petsc-private/petscfptimpl.h
/petsc/include/petsclog.h
/petsc/include/petscmath.h
/petsc/src/contrib/keyes/ex15.c
/petsc/src/contrib/nightlysummary/runhtml.sh
plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matrart.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex28.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/utils/dmts.c
7fe31fe718-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix merge from master

e9741dec18-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMDA: Add a matrix preallocation routine that works with PetscSection

cd4f067918-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fi

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fix for TSGetRHSMats_Private() in the creation of the Arhs and Brhs matrices
protect logging of objects (which uses global variables) with PETSC_USE_LOG
error handler API had been previously changed but this example was not updated to new API.
DMPlex: Fixed bug in coordinate permutation
PetscSection: Doc fix for permutation
Bib: Added Top500 and fixed entry
fun3d: update PetscMallocValidate() usage
bugfix of MatCreateSeqAIJFromTriple() contributed by Nicolas Marsic <nicolas.marsic@montefiore.ulg.ac.be>
bib: rename ref with duplicate key
Webpage: Corrected '-dm_mat_type cusp' to 'dm_mat_type aijcusp'.
completed removing server code that was not removed in previous commit
removed PETSc webserver and configure package files that supported it
Allow calling MatGetBlockSize[s]() before matrix preallocation
SNESLINESEARCHBT: Set the norms when exiting early due to negligible step.
fix outdated PetscOptionsList
SNESQN: only monitor real part of dot product (fails with C++ complex)
Fix for multiple definitions in mat/color/interface/ custom fortran bindings
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/da/dageometry.c
src/dm/impls/plex/examples/tests/ex4.c
src/dm/impls/plex/plex.c
src/dm/impls/plex/plexinterpolate.c

show more ...


/petsc/.mailmap
/petsc/bin/maint/buildtest
/petsc/bin/maint/dos/makecpp.tcl
/petsc/bin/maint/dos/rules_win32
/petsc/bin/maint/gcov.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/saws/SAWs.py
/petsc/bin/saws/getSAWs.bash
/petsc/bin/saws/getStack.bash
/petsc/conf/gmakegen.py
/petsc/conf/rules
/petsc/conf/test
/petsc/config/BuildSystem/build/buildGraph.py
/petsc/config/BuildSystem/config/__init__.py
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/config/packages/cusp.py
/petsc/config/BuildSystem/config/packages/fiat.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/config/packages/scientificpython.py
/petsc/config/BuildSystem/config/packages/thrust.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/util.py
/petsc/config/BuildSystem/graph.py
/petsc/config/BuildSystem/nargs.py
/petsc/config/BuildSystem/script.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Triangle.py
/petsc/config/PETSc/packages/clique.py
/petsc/config/PETSc/packages/elemental.py
/petsc/config/PETSc/packages/metis.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/pcbddc.py
/petsc/config/PETSc/packages/saws.py
/petsc/config/PETSc/packages/tetgen.py
/petsc/config/PETSc/packages/viennacl.py
/petsc/config/PETSc/utilities/Regression.py
/petsc/config/PETSc/utilities/externalpackagesdir.py
/petsc/config/PETSc/utilities/installDir.py
/petsc/config/PETSc/utilities/petscdir.py
/petsc/config/PETSc/utilities/sharedLibraries.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/config/configure.py
/petsc/config/examples/arch-linux-complex-gcov.py
/petsc/config/examples/arch-linux-gcov.py
/petsc/config/examples/arch-linux-pkgs-gcov.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscsnesdef.h
/petsc/include/finclude/petsctsdef.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/drawimpl.h
/petsc/include/petsc-private/fortranimpl.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/matorderimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petscblaslapack.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscsnes.h
/petsc/include/petscsnesfas.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/petscviewersaws.h
/petsc/makefile
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/examples/tests/ex26.c
/petsc/src/dm/examples/tests/ex9.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/da/dalocal.c
examples/tests/ex10.c
examples/tests/ex4.c
examples/tests/ex5.c
examples/tests/ex9.c
examples/tests/output/ex10_0.out
examples/tests/output/ex10_1.out
examples/tests/output/ex10_2.out
examples/tests/output/ex10_3.out
examples/tests/output/ex10_4.out
examples/tests/output/ex10_5.out
examples/tests/output/ex10_6.out
examples/tests/output/ex10_7.out
examples/tests/output/ex1_3.out
examples/tests/output/ex1_4.out
examples/tests/output/ex2f90_0.out
examples/tests/output/ex4_0.out
examples/tests/output/ex4_1.out
examples/tests/output/ex4_10.out
examples/tests/output/ex4_11.out
examples/tests/output/ex4_12.out
examples/tests/output/ex4_13.out
examples/tests/output/ex4_14.out
examples/tests/output/ex4_15.out
examples/tests/output/ex4_16.out
examples/tests/output/ex4_17.out
examples/tests/output/ex4_18.out
examples/tests/output/ex4_19.out
examples/tests/output/ex4_2.out
examples/tests/output/ex4_20.out
examples/tests/output/ex4_21.out
examples/tests/output/ex4_22.out
examples/tests/output/ex4_23.out
examples/tests/output/ex4_24.out
examples/tests/output/ex4_3.out
examples/tests/output/ex4_4.out
examples/tests/output/ex4_5.out
examples/tests/output/ex4_6.out
examples/tests/output/ex4_7.out
examples/tests/output/ex4_8.out
examples/tests/output/ex4_9.out
examples/tests/output/ex5_0.out
examples/tests/output/ex5_10.out
examples/tests/output/ex5_11.out
examples/tests/output/ex5_2.out
examples/tests/output/ex5_4.out
examples/tests/output/ex5_5.out
examples/tests/output/ex5_6.out
examples/tests/output/ex5_7.out
examples/tests/output/ex5_8.out
examples/tests/output/ex5_9.out
examples/tutorials/makefile
ftn-custom/zplexsubmesh.c
makefile
plex.c
plexcreate.c
plexinterpolate.c
plexlabel.c
plexpreallocate.c
plexrefine.c
plexreorder.c
plexsubmesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/doxygen/manual/dev/petsc-kernel.h
/petsc/src/docs/tex/manual/developers.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/bugreporting.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/documentation/saws.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex18.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_hypre.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_sa.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_ml.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/fbcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/fbcgsr.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/groppcg/groppcg.c
/petsc/src/ksp/ksp/impls/cg/pipecg/pipecg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/cr/pipecr/pipecr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/interface/saws/kspsaws.c
/petsc/src/ksp/ksp/interface/saws/makefile
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/impls/jp/makefile
/petsc/src/mat/color/impls/makefile
/petsc/src/mat/color/impls/minpack/color.c
/petsc/src/mat/color/impls/minpack/color.h
/petsc/src/mat/color/impls/minpack/degr.c
/petsc/src/mat/color/impls/minpack/dsm.c
/petsc/src/mat/color/impls/minpack/ido.c
/petsc/src/mat/color/impls/minpack/makefile
/petsc/src/mat/color/impls/minpack/numsrt.c
/petsc/src/mat/color/impls/minpack/seq.c
/petsc/src/mat/color/impls/minpack/setr.c
/petsc/src/mat/color/impls/minpack/slo.c
/petsc/src/mat/color/impls/mis/makefile
/petsc/src/mat/color/impls/mis/miscoloring.c
/petsc/src/mat/color/impls/natural/makefile
/petsc/src/mat/color/impls/natural/natural.c
/petsc/src/mat/color/interface/ftn-custom/makefile
/petsc/src/mat/color/interface/ftn-custom/zmatcoloringf.c
/petsc/src/mat/color/interface/makefile
/petsc/src/mat/color/interface/matcoloring.c
/petsc/src/mat/color/interface/matcoloringregi.c
/petsc/src/mat/color/makefile
/petsc/src/mat/color/utils/bipartite.c
/petsc/src/mat/color/utils/localcolor.c
/petsc/src/mat/color/utils/makefile
/petsc/src/mat/color/utils/valid.c
/petsc/src/mat/examples/tests/ex138.c
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/ex161.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex138.out
/petsc/src/mat/examples/tests/output/ex151_1.out
/petsc/src/mat/examples/tests/output/ex151_2.out
/petsc/src/mat/examples/tests/output/ex151_2b.out
/petsc/src/mat/examples/tests/output/ex151_3.out
/petsc/src/mat/examples/tests/output/ex151_3b.out
/petsc/src/mat/examples/tutorials/ex16.c
/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/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matrart.c
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/viennaclmatimpl.h
/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/baij/seq/baij.h
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/mat/order/degree.c
/petsc/src/mat/order/fn1wd.c
/petsc/src/mat/order/fndsep.c
/petsc/src/mat/order/fnroot.c
/petsc/src/mat/order/gen1wd.c
/petsc/src/mat/order/gennd.c
/petsc/src/mat/order/genqmd.c
/petsc/src/mat/order/genrcm.c
/petsc/src/mat/order/makefile
/petsc/src/mat/order/qmdmrg.c
/petsc/src/mat/order/qmdqt.c
/petsc/src/mat/order/qmdrch.c
/petsc/src/mat/order/qmdupd.c
/petsc/src/mat/order/rcm.c
/petsc/src/mat/order/rootls.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spnd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/bandwidth.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/makefile
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex12_19.out
/petsc/src/snes/examples/tutorials/output/ex12_20.out
/petsc/src/snes/examples/tutorials/output/ex12_27.out
/petsc/src/snes/examples/tutorials/output/ex12_28.out
/petsc/src/snes/examples/tutorials/output/ex12_29.out
/petsc/src/snes/examples/tutorials/output/ex12_30.out
/petsc/src/snes/examples/tutorials/output/ex12_31.out
/petsc/src/snes/examples/tutorials/output/ex12_32.out
/petsc/src/snes/examples/tutorials/output/ex12_33.out
/petsc/src/snes/examples/tutorials/output/ex12_34.out
/petsc/src/snes/examples/tutorials/output/ex12_35.out
/petsc/src/snes/examples/tutorials/output/ex12_36.out
/petsc/src/snes/examples/tutorials/output/ex19_1.out
/petsc/src/snes/examples/tutorials/output/ex19_14.out
/petsc/src/snes/examples/tutorials/output/ex19_2.out
/petsc/src/snes/examples/tutorials/output/ex19_fas_full.out
/petsc/src/snes/examples/tutorials/output/ex19_fdcoloring_wp.out
/petsc/src/snes/examples/tutorials/output/ex5_5_broyden.out
/petsc/src/snes/examples/tutorials/output/ex62_18.out
/petsc/src/snes/examples/tutorials/output/ex62_19.out
/petsc/src/snes/examples/tutorials/output/ex62_20.out
/petsc/src/snes/examples/tutorials/output/ex62_21.out
/petsc/src/snes/examples/tutorials/output/ex62_22.out
/petsc/src/snes/examples/tutorials/output/ex62_23.out
/petsc/src/snes/examples/tutorials/output/ex62_24.out
/petsc/src/snes/examples/tutorials/output/ex62_25.out
/petsc/src/snes/examples/tutorials/output/ex62_26.out
/petsc/src/snes/examples/tutorials/output/ex62_27.out
/petsc/src/snes/examples/tutorials/output/ex62_28.out
/petsc/src/snes/examples/tutorials/output/ex62_29.out
/petsc/src/snes/examples/tutorials/output/ex62_30.out
/petsc/src/snes/examples/tutorials/output/ex62_31.out
/petsc/src/snes/examples/tutorials/output/ex62_32.out
/petsc/src/snes/examples/tutorials/output/ex62_33.out
/petsc/src/snes/examples/tutorials/output/ex62_34.out
/petsc/src/snes/examples/tutorials/output/ex62_35.out
/petsc/src/snes/examples/tutorials/output/ex62_36.out
/petsc/src/snes/examples/tutorials/output/ex62_37.out
/petsc/src/snes/examples/tutorials/output/ex62_38.out
/petsc/src/snes/examples/tutorials/output/ex62_39.out
/petsc/src/snes/examples/tutorials/output/ex62_40.out
/petsc/src/snes/examples/tutorials/output/ex62_46.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/anderson.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/saws/makefile
/petsc/src/snes/interface/saws/snessaws.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/snes/utils/dmlocalsnes.c
/petsc/src/snes/utils/ftn-custom/zdmdasnesf.c
/petsc/src/sys/ams/makefile
/petsc/src/sys/ams/pams.c
/petsc/src/sys/classes/bag/makefile
/petsc/src/sys/classes/draw/impls/x/xinit.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/matlabengine/matlab.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ams/ams.c
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/classes/viewer/impls/ams/makefile
/petsc/src/sys/classes/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/classes/viewer/impls/socket/send.c
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/classes/viewer/interface/viewregall.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/checkptr.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/makefile
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/ftn-custom/zstart.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/threadcomm/interface/threadcomm.c
/petsc/src/sys/utils/pdisplay.c
/petsc/src/sys/yaml/yamlimpls.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex20_1.out
/petsc/src/ts/examples/tutorials/output/ex31_1.out
/petsc/src/ts/examples/tutorials/output/ex8_1.out
/petsc/src/ts/examples/tutorials/output/ex8_2.out
/petsc/src/ts/examples/tutorials/output/ex8_3.out
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/sf/examples/tutorials/ex1.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/examples/tutorials/ex21.c
/petsc/src/vec/vec/examples/tutorials/ex21f90.F
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex21f90_1.out
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vscat.c
057e8d1918-Nov-2013 Michael Lange <michael.lange@imperial.ac.uk>

DMPlex: When partitioning with overlap, make sure no points from the original partition can be owned by another process

0d957afb17-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Bug fix for interpolated adjacency formation

e430e84317-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fast adjacency graph construction for interpolated meshes

1337e6e517-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: More events for distribution

2b1860ed16-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed allocation bug in reordering

5e894c2915-Nov-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'knepley/feature-plex-refine-3d' into knepley/feature-plex-hybrid-3d

These commits should have been applied to this branch in the first
place, since they are broken without earlier work

Merge branch 'knepley/feature-plex-refine-3d' into knepley/feature-plex-hybrid-3d

These commits should have been applied to this branch in the first
place, since they are broken without earlier work in
'knepley/feature-plex-hybrid-3d'.

* knepley/feature-plex-refine-3d:
DMPlex: For 3d simplicial refinement, fixes hybrid faces in support of hybrid face edges
DMPlex: For 3d simplicial refinement, fixes hybrid faces in support of interior face edges

show more ...

9d9cf9f515-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: New test output after changing refinement of hybrid cells for 3D simplex

d3a1cc7515-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: In refinement, fixed correspondence between hybrid cells and faces

de65f51515-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: In refinement, added GetTriEdgeInverse_Static() and GetTriSubfaceInverse_Static()

e869b81415-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Whitespace change

40c0e26015-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed mismatched Malloc2 in reordering

0803928715-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMLabel: Split Malloc3 into Malloc2 and Malloc

76d293c115-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex1F90: Added test of DMLabel bindings

f611b27315-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMLabel: Moved custom bindings to zplexlabel.c
- Added DMPlexGetLabel() binding
- Added DMLabelGet/Set/ClearValue() bindings

623f434815-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: For 3d simplicial refinement, fixes hybrid faces in support of hybrid face edges

e515e2dd15-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: For 3d simplicial refinement, fixes hybrid faces in support of interior face edges

1...<<211212213214215216217218219220>>...235