History log of /petsc/src/dm/impls/plex/ (Results 4426 – 4450 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a9b180a608-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

when MPIU_REAL or MPIU_SCALAR is used then MPIU_SUM/MAX/MIN must be used

these bugs are why plex as crashing in quad precision

a529e72208-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

fixed use of MPI_SUM with MPIU_REAL which fails for quad precision in plexfem.c

9b80ac4807-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Fixed compiler warnings


/petsc/bin/maint/checkBuilds.py
/petsc/config/BuildSystem/config/packages/netcdf.py
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewerhdf5.h
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex7_1.out
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/patch/patch.c
plexpartition.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/mat/examples/tests/ex175.c
/petsc/src/mat/examples/tests/ex182.c
/petsc/src/mat/examples/tests/ex190.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex175.out
/petsc/src/mat/examples/tests/output/ex182_1.out
/petsc/src/mat/examples/tests/output/ex182_2.out
/petsc/src/mat/examples/tests/output/ex182_3.out
/petsc/src/mat/examples/tests/output/ex182_4.out
/petsc/src/mat/examples/tests/output/ex182_5.out
/petsc/src/mat/examples/tests/output/ex182_6.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_baij_mpi.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_baij_seq.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_mpi.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_seq.out
/petsc/src/mat/impls/adj/mpi/mpiadj.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/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.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/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.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/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/makefile
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.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/utils/sorti.c
/petsc/src/tao/matrix/adamat.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/examples/tests/ex47.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.h
37b5f36d07-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix compiler warning

a42f9b7406-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Use %D and cast PetscReal to (double) for PetscPrintf() so it works with quad precision and 64 bit indices

060da22006-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Viewer: Now ViewerRead() takes an extra argument to return the number of items read
- An error is thrown for insufficient data unless the extra argument is non-NULL

2ad7bfe906-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-dmload-parallel'

* knepley/fix-dmload-parallel:
Plex: Fixed input/output of vertices - I was using a local vector, which is completely wrong - pEnd needed to be fixed for

Merge branch 'knepley/fix-dmload-parallel'

* knepley/fix-dmload-parallel:
Plex: Fixed input/output of vertices - I was using a local vector, which is completely wrong - pEnd needed to be fixed for other procs on input
Plex ex5: Added a tutorial for loading and saving meshes
Builder: Correct -numProcs handling
Plex ex3: Run dsymutil on the executable

show more ...


/petsc/bin/maint/checkBuilds.py
/petsc/config/BuildSystem/config/packages/netcdf.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewerhdf5.h
/petsc/share/petsc/datafiles/meshes/Rect-tri3.exo
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex7_1.out
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/da/gr2.c
examples/tests/makefile
examples/tutorials/ex5.c
plexhdf5.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/mat/examples/tests/ex175.c
/petsc/src/mat/examples/tests/ex182.c
/petsc/src/mat/examples/tests/ex190.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex175.out
/petsc/src/mat/examples/tests/output/ex182_1.out
/petsc/src/mat/examples/tests/output/ex182_2.out
/petsc/src/mat/examples/tests/output/ex182_3.out
/petsc/src/mat/examples/tests/output/ex182_4.out
/petsc/src/mat/examples/tests/output/ex182_5.out
/petsc/src/mat/examples/tests/output/ex182_6.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_baij_mpi.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_baij_seq.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_mpi.out
/petsc/src/mat/examples/tests/output/ex42_unsorted_seq.out
/petsc/src/mat/impls/adj/mpi/mpiadj.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/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.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/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.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/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/transpose/htransm.c
/petsc/src/mat/impls/transpose/makefile
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/sorti.c
/petsc/src/tao/matrix/adamat.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/examples/tests/ex47.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vpscat.h
573cc12f03-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Viewer: Fixes for new Read interface
- Fixed example
- Fixed Fortran 90 binding
- Fixed type

b942c62002-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-dmload-parallel' into knepley/feature-viewer-partial-read

* knepley/fix-dmload-parallel:
Plex: Fixed input/output of vertices - I was using a local vector, which is compl

Merge branch 'knepley/fix-dmload-parallel' into knepley/feature-viewer-partial-read

* knepley/fix-dmload-parallel:
Plex: Fixed input/output of vertices - I was using a local vector, which is completely wrong - pEnd needed to be fixed for other procs on input
Plex ex5: Added a tutorial for loading and saving meshes
Builder: Correct -numProcs handling
Plex ex3: Run dsymutil on the executable

# 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 ...

8e84e3e802-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-viewer-partial-read

* master: (48 commits)
ViennaCL: Fixes memory leak when destructing an aijviennacl matrix.
MatLoad_MPIDense() always allocated arra

Merge branch 'master' into knepley/feature-viewer-partial-read

* master: (48 commits)
ViennaCL: Fixes memory leak when destructing an aijviennacl matrix.
MatLoad_MPIDense() always allocated array space even if it was previously provided
Clarified lumping options for PCFieldSplitSchurPreType SELFP.
fixed up PetscInfo in GAMG
TSErrorWeightedNorm[2|Infinity]: API changes
MatLoad_SeqDense() always allocated new space for the data even if the user already provided it
Fixed DMCompositeGetAccessArray() to support readonly vectors
Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS.
fixed example to compile - demonstrates a bug
var name 'len' was F90 key word
For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator
Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices
Fix configure logging of integer size.
missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD
updated test output files to reflect differences introduced previously in PCView output
-ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output
missing CHKERRQ; and ugly double declaration of ierr
Plex: Reorganized PlexPoint interface - Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField() - Now the DMPlexGetLocalOffset*_Private() functions return start and end - Uniformly use private functions
Plex: Put in explicit cast
MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location
...

# 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 ...


/petsc/config/BuildSystem/config/libraries.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/PETSc/options/indexTypes.py
/petsc/config/configure.py
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/drawimpl.h
/petsc/include/petscbag.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscdrawtypes.h
/petsc/include/petscksp.h
/petsc/include/petscmath.h
/petsc/include/petscts.h
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/gr1.c
examples/tests/ex3.c
plexgeometry.c
plexpoint.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebyest.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpiaij.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_2.out
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex152.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/viennaclmatimpl.h
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_8.out
/petsc/src/snes/examples/tutorials/output/ex73f90t_1.out
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/draw/examples/tests/ex11.c
/petsc/src/sys/classes/draw/examples/tests/ex3.c
/petsc/src/sys/classes/draw/examples/tests/ex5f.F
/petsc/src/sys/classes/draw/examples/tests/makefile
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/interface/dline.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/draw/interface/dtext.c
/petsc/src/sys/classes/draw/interface/makefile
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/draw/utils/bars.c
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/draw/utils/lgimpl.h
/petsc/src/sys/classes/draw/utils/makefile
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/extchemfield.c
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/output/ex3_1.out
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
78a39adb02-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed input/output of vertices
- I was using a local vector, which is completely wrong
- pEnd needed to be fixed for other procs on input

c7b28b4302-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-offset-calc'

* knepley/fix-plex-offset-calc:
Plex: Reorganized PlexPoint interface - Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField() - Now the DMPle

Merge branch 'knepley/fix-plex-offset-calc'

* knepley/fix-plex-offset-calc:
Plex: Reorganized PlexPoint interface - Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField() - Now the DMPlexGetLocalOffset*_Private() functions return start and end - Uniformly use private functions

show more ...

c0d8cfb202-Apr-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-geom'

* knepley/fix-plex-geom:
Plex: Put in explicit cast
Plex: Fix geometry struct handling We are treating the structs as arrays of Scalar for storage purposes,

Merge branch 'knepley/fix-plex-geom'

* knepley/fix-plex-geom:
Plex: Put in explicit cast
Plex: Fix geometry struct handling We are treating the structs as arrays of Scalar for storage purposes, so we need to round up in the division

show more ...


/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/PETSc/options/indexTypes.py
/petsc/config/configure.py
/petsc/include/petsc-private/drawimpl.h
/petsc/include/petscbag.h
/petsc/include/petscdraw.h
/petsc/include/petscdrawtypes.h
/petsc/include/petscksp.h
/petsc/include/petscts.h
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/gr1.c
plexgeometry.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebyest.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpiaij.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mpicsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcrl.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_seqcsrperm.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_2.out
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex152.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_8.out
/petsc/src/snes/examples/tutorials/output/ex73f90t_1.out
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/bag/f90-custom/zbagf90.c
/petsc/src/sys/classes/draw/examples/tests/ex11.c
/petsc/src/sys/classes/draw/examples/tests/ex3.c
/petsc/src/sys/classes/draw/examples/tests/ex5f.F
/petsc/src/sys/classes/draw/examples/tests/makefile
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/impls/tikz/tikz.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/sys/classes/draw/impls/x/xops.c
/petsc/src/sys/classes/draw/interface/dline.c
/petsc/src/sys/classes/draw/interface/dmarker.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/draw/interface/dtext.c
/petsc/src/sys/classes/draw/interface/makefile
/petsc/src/sys/classes/draw/utils/axisc.c
/petsc/src/sys/classes/draw/utils/bars.c
/petsc/src/sys/classes/draw/utils/lgc.c
/petsc/src/sys/classes/draw/utils/lgimpl.h
/petsc/src/sys/classes/draw/utils/makefile
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/extchemfield.c
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/output/ex3_1.out
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
a89cf0dd27-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Reorganized PlexPoint interface
- Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField()
- Now the DMPlexGetLocalOffset*_Private() functions return start and end
- Uniformly use priva

Plex: Reorganized PlexPoint interface
- Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField()
- Now the DMPlexGetLocalOffset*_Private() functions return start and end
- Uniformly use private functions

show more ...

0749948627-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-log2'

* knepley/fix-log2:
Plex ex3: Update to PetscLog2Real()
Math: Added test and stub for log2() - FUCK YOU MICROSOFT

9e5edeee27-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Put in explicit cast

f8e4bde827-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Viewer: PetscViewerRead() should return the number of items actually read
- This also applies to all its implementations

80bf4a3527-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: For want of a semicolon, the kingdom was lost


/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/include/petscoptions.h
examples/tests/ex3.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/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/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.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_nns.out
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/mat/examples/tests/ex181.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex181.out
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/sys/examples/tests/ex14.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex14.out
/petsc/src/sys/objects/aoptions.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/utils/dmdats.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/utils/vinv.c
ecf87b9526-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix geometry struct handling
We are treating the structs as arrays of Scalar for storage purposes, so we need to round up in the division

1b39287b26-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Update to PetscLog2Real()

6d296b7e26-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Added a tutorial for loading and saving meshes

bebe130926-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex ex3: Run dsymutil on the executable

d9e4b6ef23-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-harmonic-advection'

* knepley/feature-harmonic-advection: (86 commits)
SNES: Some docs for NASM
TS: Added view for MIMEX
Plex: Silence compiler warnings
Builder

Merge branch 'knepley/feature-harmonic-advection'

* knepley/feature-harmonic-advection: (86 commits)
SNES: Some docs for NASM
TS: Added view for MIMEX
Plex: Silence compiler warnings
Builder: Check for missing numProcs was wrong
PetscFE: Turn off Fortran binding for PetscFECompositeGetMapping()
Plex: Fix big bug in DMPlexGetGlobalFieldOffset_Internal() - If offset is negative (dof is on another proc), then we must have end < start
Builder: Allow override of numProcs
Plex: Fix Fortran wrappers for DMLabelView() and DMPlexDistribute()
Plex+Label: Added Fortran wrapper for DMPlexCreateLabel()
Plex: Dammit, how did this not get checked in?
Plex: Refiner check for hybrid cells must use hybrid faces as well - Ghost cells in FV method are hybrid
TS: MIMEX now uses work vectors for correct grid
Plex: Adding support for FV in automatic interpolator construction - Notice that the injector cannot do the right thing until we scrap VecScatter
Plex+FEM: Using PetscFVGetDualSpace()
SNES+Doc: Added Options Database keys
PetscFV: Added PetscFVRefine() - This allows interpolation to finer grids needed for FAS
PetscFV: Added a dual space for calculating projections
DM: Better error checking in DMCoarsen()
DMDT+PetscFE: Added PetscQuadratureExpandComposite() - Replaces PetscFECompositeExpandQuadrature() - Added PetscFECompositeGetMapping()
Plex: Fixed complex type error
...

Conflicts:
src/dm/impls/plex/ftn-custom/makefile
src/ts/interface/ts.c

show more ...


/petsc/ConfigureFixes.tex
/petsc/bin/petsc-pythonscripts/petsclogformat.py
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/compilerFlags.py
/petsc/config/BuildSystem/config/compilerOptions.py
/petsc/config/BuildSystem/config/compilers.py
/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/functions.py
/petsc/config/BuildSystem/config/headers.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/Chaco.py
/petsc/config/BuildSystem/config/packages/Chombo.py
/petsc/config/BuildSystem/config/packages/MOAB.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/packages/MPICH.py
/petsc/config/BuildSystem/config/packages/MUMPS.py
/petsc/config/BuildSystem/config/packages/Matlab.py
/petsc/config/BuildSystem/config/packages/OpenMPI.py
/petsc/config/BuildSystem/config/packages/PARTY.py
/petsc/config/BuildSystem/config/packages/PTScotch.py
/petsc/config/BuildSystem/config/packages/PaStiX.py
/petsc/config/BuildSystem/config/packages/SuiteSparse.py
/petsc/config/BuildSystem/config/packages/SuperLU.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/SuperLU_MT.py
/petsc/config/BuildSystem/config/packages/Triangle.py
/petsc/config/BuildSystem/config/packages/Trilinos.py
/petsc/config/BuildSystem/config/packages/Zoltan.py
/petsc/config/BuildSystem/config/packages/afterimage.py
/petsc/config/BuildSystem/config/packages/boost.py
/petsc/config/BuildSystem/config/packages/c2html.py
/petsc/config/BuildSystem/config/packages/cmake.py
/petsc/config/BuildSystem/config/packages/ctetgen.py
/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/config/BuildSystem/config/packages/cusp.py
/petsc/config/BuildSystem/config/packages/elemental.py
/petsc/config/BuildSystem/config/packages/exodusii.py
/petsc/config/BuildSystem/config/packages/f2cblaslapack.py
/petsc/config/BuildSystem/config/packages/fblaslapack.py
/petsc/config/BuildSystem/config/packages/fiat.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/BuildSystem/config/packages/lgrind.py
/petsc/config/BuildSystem/config/packages/make.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/ml.py
/petsc/config/BuildSystem/config/packages/mpi4py.py
/petsc/config/BuildSystem/config/packages/pARMS.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/packages/petsc4py.py
/petsc/config/BuildSystem/config/packages/scalapack.py
/petsc/config/BuildSystem/config/packages/scientificpython.py
/petsc/config/BuildSystem/config/packages/sowing.py
/petsc/config/BuildSystem/config/packages/spai.py
/petsc/config/BuildSystem/config/packages/sprng.py
/petsc/config/BuildSystem/config/packages/ssl.py
/petsc/config/BuildSystem/config/packages/sundials.py
/petsc/config/BuildSystem/config/packages/tchem.py
/petsc/config/BuildSystem/config/packages/tetgen.py
/petsc/config/BuildSystem/config/packages/valgrind.py
/petsc/config/BuildSystem/config/packages/viennacl.py
/petsc/config/BuildSystem/config/programs.py
/petsc/config/BuildSystem/config/python.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/BuildSystem/config/sourceControl.py
/petsc/config/BuildSystem/config/types.py
/petsc/config/BuildSystem/config/utilities/cacheDetails.py
/petsc/config/BuildSystem/config/utilities/debuggers.py
/petsc/config/BuildSystem/config/utilities/getResidentSetSize.py
/petsc/config/BuildSystem/logger.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/installDir.py
/petsc/config/PETSc/packages/tchem.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/config/configure.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/gmakefile
/petsc/include/petsc-finclude/petsckspdef.h
/petsc/include/petsc-mpiuni/mpi.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/drawimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/pcgamgimpl.h
/petsc/include/petsc-private/pcmgimpl.h
/petsc/include/petsc-private/petscdsimpl.h
/petsc/include/petsc-private/petscfvimpl.h
/petsc/include/petsc-private/tsimpl.h
/petsc/include/petsc-private/vecimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/include/petscds.h
/petsc/include/petscdt.h
/petsc/include/petscfe.h
/petsc/include/petscfv.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/lib/petsc-conf/test
/petsc/share/petsc/saws/js/populateLists.js
/petsc/src/contrib/fun3d/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dareg.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
examples/tests/ex3.c
examples/tests/output/ex13_1.out
examples/tests/output/ex13_2.out
examples/tests/output/ex13_3.out
ftn-custom/makefile
ftn-custom/zplexdistribute.c
ftn-custom/zplexlabel.c
plex.c
plexcreate.c
plexdistribute.c
plexfem.c
plexgeometry.c
plexhdf5.c
plexlabel.c
plexpoint.c
plexpreallocate.c
plexrefine.c
plexsubmesh.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmget.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/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex8.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/classical.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex152_1.out
/petsc/src/mat/examples/tests/output/ex152_2.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/mat/order/wbm.c
/petsc/src/mat/utils/convert.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex12_12.out
/petsc/src/snes/examples/tutorials/output/ex12_39.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_fas_ngs_0.out
/petsc/src/snes/examples/tutorials/output/ex18_1.out
/petsc/src/snes/examples/tutorials/output/ex19_tut_2.out.html
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex40f90.out
/petsc/src/snes/examples/tutorials/output/ex46_1.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.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_quad_q2p1_full.out
/petsc/src/snes/examples/tutorials/output/ex62_quad_q2q1_full.out
/petsc/src/snes/examples/tutorials/output/ex9_1.out
/petsc/src/snes/examples/tutorials/output/ex9_2.out
/petsc/src/snes/examples/tutorials/output/ex9_3.out
/petsc/src/snes/examples/tutorials/output/ex9_4.out
/petsc/src/snes/examples/tutorials/output/ex9_5.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/impls/x/xinit.c
/petsc/src/sys/classes/draw/interface/draw.c
/petsc/src/sys/classes/draw/interface/drawreg.c
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/fileio/ftn-custom/zmprintf.c
/petsc/src/sys/info/ftn-custom/zverboseinfof.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex22.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/ex11.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/ex18.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/extchemfield.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex18_adv_0_im.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_0_im_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_0_im_3.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_0_im_4.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_3.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_3_ex.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_4.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_shear_im_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_1.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_im_0.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_im_1.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_im_2.out
/petsc/src/ts/examples/tutorials/output/ex18_adv_delta_yper_im_3.out
/petsc/src/ts/examples/tutorials/output/extchem_1.out
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj_events.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/output/ex3adj_1.out
/petsc/src/ts/examples/tutorials/power_grid/output/ex3adj_events_1.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/impls/eimex/eimex.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/makefile
/petsc/src/ts/impls/mimex/makefile
/petsc/src/ts/impls/mimex/mimex.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/makefile
/petsc/src/ts/trajectory/impls/singlefile/makefile
/petsc/src/ts/trajectory/impls/singlefile/singlefile.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/vsection.c
aa7890cc16-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Silence compiler warnings

3b8f15a212-Mar-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix Fortran wrappers for DMLabelView() and DMPlexDistribute()

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