History log of /petsc/src/dm/impls/plex/ (Results 3801 – 3825 of 5874)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4327a72e29-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlexReconstructGradients_Internal(): clarify ternary operator terms

4553fd9029-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlexConstructGhostCells_Internal(): correct error message communicator

f0e73a3d29-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlex: fix point migration / hybrid point interaction

First, when we stratify, we have to put the hybrid points at the end.
Then, we have to identify hybrid points in the migrated dm in a way that

DMPlex: fix point migration / hybrid point interaction

First, when we stratify, we have to put the hybrid points at the end.
Then, we have to identify hybrid points in the migrated dm in a way that doesn't assume
we're coming from a serial dm.

show more ...

3fa7752d28-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlex: fix PetscPartitionerPartition() to deal with overlap

It returned an IS that gave indices that had sf leaves filtered out, but the result is
used in DMPlexDistribute() as though the leaves ar

DMPlex: fix PetscPartitionerPartition() to deal with overlap

It returned an IS that gave indices that had sf leaves filtered out, but the result is
used in DMPlexDistribute() as though the leaves are present.

show more ...

7cc7abc728-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlexComputeInterpolatorTree: fix loop variables from recent change

b54d608b28-Jun-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/dmplex-matis-support-2'


/petsc/config/builder.py
/petsc/include/petsc/finclude/petscmatdef.h
/petsc/include/petsc/finclude/petscsnesdef.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcgamgimpl.h
/petsc/include/petsc/private/petscfptimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmatcoarsen.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/src/benchmarks/PetscMalloc.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/moab/dmmbfield.cxx
/petsc/src/dm/impls/moab/dmmbio.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex54f.F
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1_alt.out
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/fetidp/makefile
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/makefile
/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/itregis.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/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/cp/cp.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/util.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/partition/impls/hierarchical/hierarchical.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/pflow/PFReadData.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_bddc.out
/petsc/src/snes/examples/tutorials/output/ex19_bcgsl.out
/petsc/src/snes/examples/tutorials/output/ex19_cgne.out
/petsc/src/snes/examples/tutorials/output/ex19_cgne_2.out
/petsc/src/snes/examples/tutorials/output/ex19_ibcgs.out
/petsc/src/snes/examples/tutorials/output/ex19_parms.out
/petsc/src/snes/examples/tutorials/output/ex9_5.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/examples/tutorials/output/ex9_7.out
/petsc/src/snes/examples/tutorials/output/ex9_8.out
/petsc/src/snes/examples/tutorials/output/ex9_9.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ksponly/ksponly.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/shell/snesshell.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/interface/dviewp.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/examples/tests/ex30.c
/petsc/src/sys/examples/tests/ex31.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/fileio/fpath.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/objects/init.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/segbuffer.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/utils/isdiff.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/pf/impls/constant/const.c
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/nest/vecnest.c
8969803127-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMP4est: fix some ghost cell bounds


/petsc/include/petsc/finclude/petscmatdef.h
/petsc/include/petsc/finclude/petscsnesdef.h
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/pcgamgimpl.h
/petsc/include/petsc/private/petscfptimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/snesimpl.h
/petsc/include/petscdraw.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmatcoarsen.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/src/benchmarks/PetscMalloc.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/forest/examples/tests/ex2.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/moab/dmmbfield.cxx
/petsc/src/dm/impls/moab/dmmbio.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
plextree.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex54f.F
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f_1_alt.out
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/fetidp/makefile
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/makefile
/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/itregis.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/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/cp/cp.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/util.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/telescope/telescope.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/partition/impls/hierarchical/hierarchical.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/pflow/PFReadData.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/output/ex19_bcgsl.out
/petsc/src/snes/examples/tutorials/output/ex19_cgne.out
/petsc/src/snes/examples/tutorials/output/ex19_cgne_2.out
/petsc/src/snes/examples/tutorials/output/ex19_ibcgs.out
/petsc/src/snes/examples/tutorials/output/ex19_parms.out
/petsc/src/snes/examples/tutorials/output/ex9_5.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/examples/tutorials/output/ex9_7.out
/petsc/src/snes/examples/tutorials/output/ex9_8.out
/petsc/src/snes/examples/tutorials/output/ex9_9.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ksponly/ksponly.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/shell/snesshell.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/rs/virs.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/interface/dviewp.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/examples/tests/ex30.c
/petsc/src/sys/examples/tests/ex31.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/fileio/fpath.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/objects/init.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/segbuffer.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/is/interface/index.c
/petsc/src/vec/is/is/utils/isdiff.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/pf/impls/constant/const.c
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/nest/vecnest.c
24e33ea924-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dm-label-use-is'

* tisaac/dm-label-use-is:
IS: fix ISLocate(): ex7 passes
IS: added test for ISLocate()
IS: added ISLocate implementations for block and stride
ISGeneral

Merge branch 'tisaac/dm-label-use-is'

* tisaac/dm-label-use-is:
IS: fix ISLocate(): ex7 passes
IS: added test for ISLocate()
IS: added ISLocate implementations for block and stride
ISGeneral: add locate implementation
DMLabel: use ISLocate()
IS: added ISLocate() interface and default implementation
change regression logs for increased number of index sets
DMLabel: added DMLabelSetStratumIS()
DMLabel: switch internal storage from array to IS

show more ...

0e32d2f823-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dm-boundary-in-ds'

* tisaac/dm-boundary-in-ds:
DMPlex: skip bcs whose labels are present

385532a522-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlex: skip bcs whose labels are present

96e0c40222-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dm-boundary-in-ds'

Boundary conditions are better conceptually matched to the PetscDS,
which holds the equations, than to the DM. This makes it easier to
share the same problem

Merge branch 'tisaac/dm-boundary-in-ds'

Boundary conditions are better conceptually matched to the PetscDS,
which holds the equations, than to the DM. This makes it easier to
share the same problem between different meshes, such as in a hierarchy.

* tisaac/dm-boundary-in-ds:
PetscDS: fix examples affected by moving boundaries
builder.py: skip empty targets
DMPlex: don't copy coordinates to self
SNES ex69: fix recent PetscDS changes
DMSetDS(): reference, then destroy
PetscDS: fix _Basic creation and destruction
PETSC_DEPRECATED in source files doesn't play well with fortran interfaces
DM: switch to using PetscDS boundary in examples
PetscDS: add missing PetscDSCopyBoundary, fix copy loops
DM: set PetscDS from options in DMSetFromOptions()
DM: protect against changing prob when populating boundary
DM, PetscDS: remove redundant boundary representations
DM: transfer boundary methods to PetscDS
PetscDS: start creating parallel for DMBoundary

show more ...

7635fff522-Jun-2016 sarens <sander.arens@ugent.be>

Plex: set block size on local coordinates when creating mesh from gmsh file

97ed6be622-Jun-2016 sarens <sander.arens@ugent.be>

Plex: invert read tetrahedra and hexahedra from gmsh file

9d24f7bb21-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Plex+Doc: Added page for DMPlexInsertBoundaryValues()

e930d1f321-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

change regression logs for increased number of index sets

4de306b121-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMLabel: added DMLabelSetStratumIS()

ad8374ff21-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMLabel: switch internal storage from array to IS

This is intended to allow for more efficient storage of common label types, such as the depth label,
where each stratum is contiguous. In the long

DMLabel: switch internal storage from array to IS

This is intended to allow for more efficient storage of common label types, such as the depth label,
where each stratum is contiguous. In the long view, I think this will be useful when making DA and
Plex use the same interface. For a DA, it might be convenient to specify a subset (for, e.g.,
boundary conditions), using an ISStride or some kind of tbd ISSlice.

show more ...

e17f820320-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-order'

* knepley/fix-plex-order:
Plex: Fixed bad assumption of sorted Label values

d5ae59b120-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-closure-reorder'

* knepley/feature-plex-closure-reorder:
IS+Plex: Changed interface to closure permutation to take an IS
IS+Plex: Changed interface to closure

Merge branch 'knepley/feature-plex-closure-reorder'

* knepley/feature-plex-closure-reorder:
IS+Plex: Changed interface to closure permutation to take an IS
IS+Plex: Changed interface to closure permutation to take an IS
Plex ex9: Can now test closure reordering - Also fixed some small bugs
Plex ex6: Example that shows how to set and retrieve values with the spectral element ordering
Plex: Allow closure permutation in PlexVecGet/SetClosure() - This supports spectral element ordering - This does not seem to introduce any performance degradation
Plex: Added DMPlexCreateSpectralClosurePermutation()
PetscSection: Added support for closure permutation - This supports entry in the spectral element ordering

show more ...

99a2f7bc20-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Small cleanup

080342d118-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Builder+Doc: Fix interpolation option and improve error message


/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/PTScotch.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Zoltan.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/ctetgen.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/ml.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/packages/pragmatic.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/BuildSystem/config/packages/sowing.py
/petsc/config/BuildSystem/config/packages/ssl.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/scalarTypes.py
/petsc/config/builder.py
/petsc/include/petsc/private/logimpl.h
/petsc/include/petscsnes.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
plexgeometry.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_cr.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_lcd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xxt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xyt.out
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/utils/stagelog.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/webclient/examples/tutorials/boxobtainrefreshtoken.c
/petsc/src/sys/webclient/examples/tutorials/boxupload.c
/petsc/src/sys/webclient/examples/tutorials/globusobtaintransfers.c
/petsc/src/sys/webclient/examples/tutorials/googledriveupload.c
/petsc/src/sys/webclient/examples/tutorials/makefile
/petsc/src/sys/webclient/examples/tutorials/output/urlshorten_1.out
/petsc/src/sys/webclient/examples/tutorials/urlshorten.c
/petsc/src/sys/webclient/google.c
/petsc/src/sys/webclient/makefile
/petsc/src/sys/webclient/textbelt.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex22.c
/petsc/src/ts/examples/tutorials/power_grid/ex3.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/interface/ts.c
0c81f2a816-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixes to draw for complex

2f356fac16-Jun-2016 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed type for GetNeighbors

75bfd6cb16-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds

Fixes some regression tests so that I can verify the changes of this branch

* tisaac/plex-fix-copy-coordinates:
DMPle

Merge branch 'tisaac/plex-fix-copy-coordinates' into tisaac/dm-boundary-in-ds

Fixes some regression tests so that I can verify the changes of this branch

* tisaac/plex-fix-copy-coordinates:
DMPlex: don't copy coordinates to self
add X monitoring of residual norm and true residual norm to example since not currently tested
TSAdaptSetType() had no manual page
remove a couple of seemingly strange unneeded PetscReturnFunction(ierr)
manual page for PetscLogObjectMemory()
missing manual page for TaoConvergedReason
tree: workarround bug 'cannot handle multipe #requirespackage listing'.
add no-change test for KSPCR and KSPLCD
configure: improve -fPIC test for ubuntu 16.10
sys: print scanf/PetscInt with --with-clanguage=C++ --with-64-bit-indices=1 --with-scalar-type=complex --with-mpi=0
Fix PCTFS and add test code for symmetric and non-symmetric version
fix a bug due to Lisandro Dalcin's commit d61f013 TS: Run forward cost integral after event handling if step not rolled back
name space Event* and Class* utility functions with Petsc

show more ...


/petsc/config/BuildSystem/config/setCompilers.py
/petsc/include/petsc/private/logimpl.h
/petsc/include/petscsnes.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/impls/forest/examples/tests/ex2.c
plexcreate.c
plexinterpolate.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_cr.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_lcd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xxt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xyt.out
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex66.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/utils/stagelog.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/webclient/makefile
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/tao/examples/tutorials/ex2.c
/petsc/src/tao/examples/tutorials/ex3.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex22.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex32.c
/petsc/src/ts/examples/tutorials/power_grid/ex3.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/interface/ts.c
972bc18a16-Jun-2016 Toby Isaac <tisaac@uchicago.edu>

DMPlex: don't copy coordinates to self


/petsc/config/BuildSystem/config/framework.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/PTScotch.py
/petsc/config/BuildSystem/config/packages/SuperLU_DIST.py
/petsc/config/BuildSystem/config/packages/Zoltan.py
/petsc/config/BuildSystem/config/packages/alquimia.py
/petsc/config/BuildSystem/config/packages/ctetgen.py
/petsc/config/BuildSystem/config/packages/hypre.py
/petsc/config/BuildSystem/config/packages/metis.py
/petsc/config/BuildSystem/config/packages/ml.py
/petsc/config/BuildSystem/config/packages/parmetis.py
/petsc/config/BuildSystem/config/packages/pragmatic.py
/petsc/config/BuildSystem/config/packages/revolve.py
/petsc/config/BuildSystem/config/packages/sowing.py
/petsc/config/BuildSystem/config/packages/ssl.py
/petsc/config/BuildSystem/config/packages/xSDKTrilinos.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/scalarTypes.py
/petsc/include/petsc/private/logimpl.h
/petsc/include/petscsnes.h
/petsc/include/petsctao.h
/petsc/lib/petsc/conf/bfort-petsc.txt
plexcreate.c
plexinterpolate.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_cr.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_lcd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xxt.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_xyt.out
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/classlog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/utils/stagelog.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/webclient/examples/tutorials/boxobtainrefreshtoken.c
/petsc/src/sys/webclient/examples/tutorials/boxupload.c
/petsc/src/sys/webclient/examples/tutorials/globusobtaintransfers.c
/petsc/src/sys/webclient/examples/tutorials/googledriveupload.c
/petsc/src/sys/webclient/examples/tutorials/makefile
/petsc/src/sys/webclient/examples/tutorials/output/urlshorten_1.out
/petsc/src/sys/webclient/examples/tutorials/urlshorten.c
/petsc/src/sys/webclient/google.c
/petsc/src/sys/webclient/makefile
/petsc/src/sys/webclient/textbelt.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/characteristic/impls/da/slda.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex22.c
/petsc/src/ts/examples/tutorials/power_grid/ex3.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/interface/ts.c

1...<<151152153154155156157158159160>>...235