History log of /petsc/src/dm/impls/plex/ (Results 5501 – 5525 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
297d2bf431-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix support of edges in 2D uniform refinement

aa2d57e930-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

Remove --with-dynamic-loading / PETSC_USE_DYNAMIC_LIBRARIES

This option was mostly redundant because normal shared libraries satisfy
all the same needs. This commit adds the run-time option
-dynami

Remove --with-dynamic-loading / PETSC_USE_DYNAMIC_LIBRARIES

This option was mostly redundant because normal shared libraries satisfy
all the same needs. This commit adds the run-time option
-dynamic_library_preload that can be used to load/initialize all the
packages in advance, as used to be done when --with-dynamic-loading.

The PetscDLLibraryRegister_petscxxx functions have been kept, but are
not called unless -dynamic_library_preload is used. The petsc-dev
discussion, "Why --with-dynamic-loading?" did not reach consensus about
whether this was ever useful, so it may also be removable.

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/asterix-test.sh
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/toclapack.sh
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/f2cblaslapack.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/packages/metis.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/scalapack.py
/petsc/config/PETSc/utilities/sharedLibraries.py
/petsc/config/examples/arch-c-exodus-dbg-builder.py
/petsc/config/examples/arch-linux-gcc-real-opt.py
/petsc/config/examples/arch-linux-gcc-real.py
/petsc/config/examples/arch-linux-gxx-complex.py
/petsc/config/examples/basic/arch-gcc-complex-O.py
/petsc/config/examples/basic/arch-gcc-complex.py
/petsc/config/examples/basic/arch-gcc-real-O.py
/petsc/config/examples/basic/arch-gcc-real.py
/petsc/config/examples/basic/arch-gcc64-complex-O.py
/petsc/config/examples/basic/arch-gcc64-complex.py
/petsc/config/examples/basic/arch-gcc64-real-O.py
/petsc/config/examples/basic/arch-gcc64-real.py
/petsc/config/examples/basic/arch-gxx-complex-O.py
/petsc/config/examples/basic/arch-gxx-complex.py
/petsc/config/examples/basic/arch-gxx-real-O.py
/petsc/config/examples/basic/arch-gxx-real.py
/petsc/config/examples/basic/arch-gxx64-complex-O.py
/petsc/config/examples/basic/arch-gxx64-complex.py
/petsc/config/examples/basic/arch-gxx64-real-O.py
/petsc/config/examples/basic/arch-gxx64-real.py
/petsc/include/petscsys.h
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/mesh.c
plex.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/dmksp.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/examples/tests/output/ex152_1.out
/petsc/src/mat/examples/tests/output/ex152_2.out
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/utils/mpits.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/characteristic/interface/slregis.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/interface/isreg.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/utils/vsection.c
754551f429-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

PetscFE: Added auxiliary fields to PetscFEIntegrateJacobian()
- Hooked it up to DMPlexComputeJacobian()

e7ee250229-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: ParMetis now working
- Ridiculous stub partition up front removed
- Metis does not return 0 on success, so fixed call

86a32ba229-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/feature-plex-metis' into knepley/fix-plex-parmetis

* origin/knepley/feature-plex-metis:
DMPlex: remove unused variable
DMPlex: Put in METIS support

ac17c9ed29-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Changed DMPlexCreatePartition() to take the partitioner name

f16bdd2029-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

DMPlex: remove unused variable

4a40f73128-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix array length

c012ea0a28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex+PetscFE: Fix compile errors for complex
- LAPACK calls still broken

b6d5cb3328-Aug-2013 Jed Brown <jedbrown@mcs.anl.gov>

DMPlex: change order of assignment to appease -Wmaybe-initialized (gcc-4.8.1)

72631b3e28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dt-fem

* master:
DMPlex: Fix 64-bit int problem in VTK
Mat: Fix for PetscSparseDenseMaxDot() for complex
Vec: Correct VecUniqueEntries() for 64-bit i

Merge branch 'master' into knepley/feature-dt-fem

* master:
DMPlex: Fix 64-bit int problem in VTK
Mat: Fix for PetscSparseDenseMaxDot() for complex
Vec: Correct VecUniqueEntries() for 64-bit indices
MatSeqAIJGetArrayF90: add man pages and fix typo in MatDense version
SF docs: add link to summary page and fix title
Doc: Fixed DM code in manual

show more ...

0dcf9c7028-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fix 64-bit int problem in VTK

8117f98b28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dt-fem

* master: (211 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries

Merge branch 'master' into knepley/feature-dt-fem

* master: (211 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

Conflicts:
config/builder.py
src/dm/impls/plex/plexgeometry.c

show more ...


/petsc/bin/matlab/PetscReadBinaryMatlab.m
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/builder.py
/petsc/config/cmakeboot.py
/petsc/config/configure.py
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscao.h
/petsc/include/petscdm.h
/petsc/include/petscdmplex.h
/petsc/include/petsclog.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/share/petsc/datafiles/meshes/annulus-20.exo
/petsc/share/petsc/datafiles/meshes/simpleblock-100.exo
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/contrib/nightlysummary/README
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/examples/tests/makefile
/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/dacreate.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/mesh/mesh.c
examples/tests/ex7.c
examples/tests/ex8.c
examples/tests/output/ex8_0.out
examples/tests/output/ex8_1.out
examples/tests/output/ex8_2.out
examples/tests/output/ex8_3.out
examples/tests/output/ex8_4.out
examples/tests/output/ex8_5.out
plex.c
plexcreate.c
plexexodusii.c
plexgeometry.c
plexsubmesh.c
plexvtk.c
plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresleja.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/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/lcd/lcd.c
/petsc/src/ksp/ksp/interface/ams/kspams.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex170.c
/petsc/src/mat/examples/tests/output/ex170_0.out
/petsc/src/mat/examples/tests/output/ex170_1.out
/petsc/src/mat/examples/tests/output/ex170_2.out
/petsc/src/mat/examples/tests/output/ex170_3.out
/petsc/src/mat/examples/tests/output/ex170_4.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/clique/matcliqueimpl.h
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpb_baij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tutorials/ex16.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.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/gs/snesgs.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ms/ms.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/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/draw/utils/dscatter.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/draw/utils/lg.c
/petsc/src/sys/classes/draw/utils/lgc.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/vtk/vtkv.c
/petsc/src/sys/examples/tutorials/ex11.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/utils/mpits.c
/petsc/src/sys/utils/sortd.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/impls/memscalable/aomemscalable.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/bvec3.c
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vsection.c
/petsc/tutorials/HandsOnExercise.html
459e96c128-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

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

* master: (273 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib

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

* master: (273 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

Conflicts:
include/petscdmplex.h

show more ...


/petsc/.mailmap
/petsc/bin/matlab/PetscReadBinaryMatlab.m
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/elemental.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/builder.py
/petsc/config/cmakeboot.py
/petsc/config/configure.py
/petsc/config/examples/arch-cuda-cg-opt.py
/petsc/config/examples/arch-cuda-double.py
/petsc/config/examples/arch-cuda5-cg-opt.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscao.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmshell.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/share/petsc/datafiles/meshes/annulus-20.exo
/petsc/share/petsc/datafiles/meshes/simpleblock-100.exo
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/contrib/nightlysummary/README
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tests/makefile
/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/dacreate.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dascatter.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/mesh/mesh.c
examples/tests/ex7.c
examples/tests/ex8.c
examples/tests/output/ex8_0.out
examples/tests/output/ex8_1.out
examples/tests/output/ex8_2.out
examples/tests/output/ex8_3.out
examples/tests/output/ex8_4.out
examples/tests/output/ex8_5.out
plex.c
plexcreate.c
plexexodusii.c
plexgeometry.c
plexsubmesh.c
plexvtk.c
plexvtu.c
/petsc/src/dm/impls/shell/dmshell.c
/petsc/src/dm/impls/shell/ftn-custom/zdmshellf.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex43_6.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_7.out
/petsc/src/ksp/ksp/examples/tests/output/ex43_8.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant_0.out
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresleja.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/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/lcd/lcd.c
/petsc/src/ksp/ksp/interface/ams/kspams.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusppoly.cu
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex170.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex170_0.out
/petsc/src/mat/examples/tests/output/ex170_1.out
/petsc/src/mat/examples/tests/output/ex170_2.out
/petsc/src/mat/examples/tests/output/ex170_3.out
/petsc/src/mat/examples/tests/output/ex170_4.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/examples/tests/output/ex9_2.out
/petsc/src/mat/examples/tests/output/ex9_3.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/clique/matcliqueimpl.h
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpicuspmatimpl.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusp/cuspmatimpl.h
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpb_baij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex16.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex72.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex62_43.out
/petsc/src/snes/examples/tutorials/output/ex62_45.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/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/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snespc.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/draw/utils/dscatter.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/draw/utils/lg.c
/petsc/src/sys/classes/draw/utils/lgc.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/vtk/vtkv.c
/petsc/src/sys/examples/tutorials/ex11.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/utils/mpits.c
/petsc/src/sys/utils/sortd.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/impls/memscalable/aomemscalable.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/bvec3.c
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vsection.c
/petsc/tutorials/HandsOnExercise.html
75c9ac1f28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/plex-speed-tests' into knepley/feature-dt-fem

* knepley/plex-speed-tests:
DMPlex: Remove unused variables
DMPlex: Fixed bug in special case for DMPlexVecGetClosure() - Need

Merge branch 'knepley/plex-speed-tests' into knepley/feature-dt-fem

* knepley/plex-speed-tests:
DMPlex: Remove unused variables
DMPlex: Fixed bug in special case for DMPlexVecGetClosure() - Need to set outgoing size if array is passed in
DMPlex: Added special case for DMPlexVecSetClosure() - Could add more modes
DMPlex: Optimizations for DMPlexVecGetClosure() - Removed branch (seems to have little effect) - Removed calculation of size when array is provided (profiled for 20% effect)
DMPlex: Forgot one init for DMPlexVecGetClosure()
DMPlex: Must initialize argument to DMPlexVecGetClosure()
DMPlex ex9: Added ability to reuse array in VecGetClosure()
DMPlex: Allow DMPlexVecGetClosure() to take an input array
DMPlex: Fix bug in specialization of DMPlexVecGetClosure()
DMPlex: Bug fix for special case in DMPlexVecGetClosure()
DMPlex: Added optimization for depth 1 DMPlexVecGetClosure()
DMPlex ex9: Does not fail by default - Will turn back on failure once we calculate variance
SNES ex12: Cleaning up in preparation for speed testing
DMPlex: Added ex9 to test performance, put in depth 1 special case for TransitiveClosure

Conflicts:
config/builder.py
src/snes/examples/tutorials/ex52.c
src/snes/examples/tutorials/output/ex12_10.out
src/snes/examples/tutorials/output/ex12_11.out
src/snes/examples/tutorials/output/ex12_5.out
src/snes/examples/tutorials/output/ex12_6.out
src/snes/examples/tutorials/output/ex12_8.out
src/snes/examples/tutorials/output/ex12_9.out

show more ...

519e4e1528-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/plex-submesh-cohesive'

* knepley/plex-submesh-cohesive:
DMPlex: Fix hybrid bounds for interpolated mesh with cohesive cells
DMPlex: Fixes for cohesive label reconstruction

Merge branch 'knepley/plex-submesh-cohesive'

* knepley/plex-submesh-cohesive:
DMPlex: Fix hybrid bounds for interpolated mesh with cohesive cells
DMPlex: Fixes for cohesive label reconstruction - Do not put cohesive edges in labels - Do not reconstruct "depth" label
DMPlex: Now a label can be used to restrict the points for a cohesive submesh - Added label and value arguments to DMPlexCreateCohesiveSubmesh()

show more ...

3d79f4f828-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/dm-view-partition'

* knepley/dm-view-partition:
SNES DMPlex examples: Can now just call VecView() for VTK viewer
DMPlex: If -dm_view_partition is given, a cell field with t

Merge branch 'knepley/dm-view-partition'

* knepley/dm-view-partition:
SNES DMPlex examples: Can now just call VecView() for VTK viewer
DMPlex: If -dm_view_partition is given, a cell field with the partition number is written in the ASCII VTK - Added DMPlexVTKWritePartition_ASCII

show more ...

b9822b1828-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/dm-view-partition' into knepley/feature-dt-fem

* knepley/dm-view-partition:
SNES DMPlex examples: Can now just call VecView() for VTK viewer
DMPlex: If -dm_view_partition i

Merge branch 'knepley/dm-view-partition' into knepley/feature-dt-fem

* knepley/dm-view-partition:
SNES DMPlex examples: Can now just call VecView() for VTK viewer
DMPlex: If -dm_view_partition is given, a cell field with the partition number is written in the ASCII VTK - Added DMPlexVTKWritePartition_ASCII

Conflicts:
src/snes/examples/tutorials/ex12.c

show more ...

86bfadb528-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-dm-clone'

* knepley/feature-dm-clone:
DMPlex: Removed unused variables
DM: Dammit, forgot declaration
DM: Small fix to DMClone for DMPlex
DM: Added specializati

Merge branch 'knepley/feature-dm-clone'

* knepley/feature-dm-clone:
DMPlex: Removed unused variables
DM: Dammit, forgot declaration
DM: Small fix to DMClone for DMPlex
DM: Added specialization for DMCreateSubDM() with a PetscSection - Replace DMPlex implementation - Is used by DMDA when a section is defined
DM: Fix DMDA clone - Made it work for all dimensions (which makes DMCreateSubDM() work) - Removed DMSetUp() which should be called by caller
DM: Added DMClone() which makes a shallow copy - This is very useful for DM since it can have a lot of associated data and is used as a building block for different problems - This replaces DMPlexClone()

show more ...

f5726ffd28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-3d-orientation'

* knepley/fix-3d-orientation:
DMPlex: Fix initialization for DMPlexVecGetClosure()
DMPlex: fix argument to DMPlexVecRestoreClosure
DMPlex: Fix orienta

Merge branch 'knepley/fix-3d-orientation'

* knepley/fix-3d-orientation:
DMPlex: Fix initialization for DMPlexVecGetClosure()
DMPlex: fix argument to DMPlexVecRestoreClosure
DMPlex: Fix orientation for VTU output
plex: remove unused variable
DMPlex: Fixed orientation conversion for VTK
DMPlex: Fixed field interpolation in tetrahedra and hexahedra for new orientation
DMPlex: Fixed face definition in tetrahedra and hexahedra for new orientation
DMPlex: Fixed point location in hexahedrons for new orientation
DMPlex: Added generic DMPlexInvertCell() to aid in changing orientation to the internal convention

show more ...

306aaf6428-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-geometry'

* knepley/fix-plex-geometry:
DMPlex: Now geometry tests can take an input mesh - Use Exodus format - Input all mesh data in options - Made builder runs for

Merge branch 'knepley/fix-plex-geometry'

* knepley/fix-plex-geometry:
DMPlex: Now geometry tests can take an input mesh - Use Exodus format - Input all mesh data in options - Made builder runs for 3 hexes
DMPlex: Test ex8 now runs interpolated tests separately - Added new builder runs
DMPlex: Added FVM geometry to interpolation test
DMPlex: FVM geometry was ignoring face orientation

show more ...


/petsc/bin/matlab/PetscReadBinaryMatlab.m
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/builder.py
/petsc/config/cmakeboot.py
/petsc/include/finclude/petscviewer.h
/petsc/include/petscao.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/share/petsc/datafiles/meshes/simpleblock-100.exo
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grvtk.c
examples/tests/ex7.c
examples/tests/ex8.c
examples/tests/output/ex8_0.out
examples/tests/output/ex8_1.out
examples/tests/output/ex8_2.out
examples/tests/output/ex8_3.out
examples/tests/output/ex8_4.out
examples/tests/output/ex8_5.out
plexgeometry.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresleja.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/ksp/interface/ams/kspams.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/mat/examples/tests/ex170.c
/petsc/src/mat/examples/tests/output/ex170_0.out
/petsc/src/mat/examples/tests/output/ex170_1.out
/petsc/src/mat/examples/tests/output/ex170_2.out
/petsc/src/mat/examples/tests/output/ex170_3.out
/petsc/src/mat/examples/tests/output/ex170_4.out
/petsc/src/mat/impls/aij/mpi/clique/clique.cxx
/petsc/src/mat/impls/aij/mpi/clique/matcliqueimpl.h
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/baij/mpi/mpb_baij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/examples/tutorials/ex11.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/utils/mpits.c
/petsc/src/sys/utils/sortd.c
/petsc/src/vec/is/ao/impls/basic/aobasic.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/is/ao/impls/memscalable/aomemscalable.c
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/vec/impls/mpi/mpiviennacl/mpiviennacl.cxx
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vsection.c
5f64d76e28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed view

f1ea0e2f28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex+PetscFE: Looks like boundary integration is working
- DMComputeResidualFEM() checks for feBd, and does bd integral if present
- Normals are still not being calculated
- Added PetscFEIntegrateB

DMPlex+PetscFE: Looks like boundary integration is working
- DMComputeResidualFEM() checks for feBd, and does bd integral if present
- Normals are still not being calculated
- Added PetscFEIntegrateBdResidual() and a basic implementation
- Added normals to PetscCellGeometry
- Auxiliary fields not turned on in bd integrals

show more ...

35f9171a27-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Add plexrefine.c to makefile

8f685b6127-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex ex4: Had to turn off re-interpolation check for uniform refinement

1...<<221222223224225226227228229230>>...235