History log of /petsc/include/petscdmplex.h (Results 1001 – 1025 of 1028)
Revision Date Author Comments
# 2be2b188 11-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: More work on labels for submeshes
- Added DMPlexLabelComplete()
- DMLabelCohesiveComplete() --> DMPlexLabelCohesiveComplete()

Hg-commit: 8bacd3bc20547e9943d7b860c66dbdb96c251fc6


# 8818961a 11-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Doc fix

Hg-commit: 3044b89247c858c9832f4680c76831a5cccaa41d


# 7c1f9639 10-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Change PetscVecGetClosure() to return non-const array

Hg-commit: 5f01d058fdf37de9c39b65f829fa3b7ff3e40ec3


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 2761ed1d 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

merge, terrible manual process with many conflicts with Jed's PETSC_INTERNAL

Hg-commit: 84df07d03c6e55bd0f27bd5ee8c1738562bd529d


# 09f723d9 05-Mar-2013 Jed Brown <jed@59A2.org>

Fix Fortran stub problems in 535a8c7fdd2bcf60270e00654a8aa1ee16d6b275

Hg-commit: 825be8fc2ccd6a756883626f0a1d664673a01bbe


# e9fbd226 05-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 2a552fd584bf855b9dc42efec9e8ab778063a84f


# 6e74af31 04-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6b6984b6c28ad3e2f0ecff65dd93edb7a3cfad9f


# 85de2ee3 04-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMLabel: Added DMLabelGetName()

Hg-commit: 2caa57ff5ea8d0d966e11a8cc64a324e86b4b670


# 77c88f5b 28-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Working on mesh manipulation
- Added DMPlexInsertConeOrientation()
- Changed interface to DMPlexCreateNeighborCSR() and DMPlexGetNumFaceVertices_Internal()
- Now can create adjacency graphs f

DMPlex: Working on mesh manipulation
- Added DMPlexInsertConeOrientation()
- Changed interface to DMPlexCreateNeighborCSR() and DMPlexGetNumFaceVertices_Internal()
- Now can create adjacency graphs for any point stratum and for non-manifold topologies

Hg-commit: d2a0e7749d5b063c12cfaebf40abf907ed00e594

show more ...


# 0fde5641 25-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Change DMPlexCreateFromCellList() to take a space dimension

Hg-commit: 575cdf566a9f519a33c9c60a15839655e010402c


# 9f074e33 24-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Moved mesh interpolation routines to a separate source file

Hg-commit: 54e9f2d9a76a30973b86463d1b42a59184d81f03


# 06bbee04 24-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCreateFromDAG()

Hg-commit: 935fa532cb326f6dfab6c7e56e10c1447e53eb57


# bee44f0b 11-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 51557b92273f11bd6d143d3c76c7fc993c1c6c1d


# 4d36d0c4 11-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 87267c5d40a25c94d6ac9f065e19f7bff7b18d71


# 91d07b70 11-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMLabel: Added ability to use a bit index
- Needs a point interval [pStart, pEnd)
- Added DMLabelCreate/DestroyIndex() and DMLabelHasPoint()
- Other function update the index information

Hg-commit:

DMLabel: Added ability to use a bit index
- Needs a point interval [pStart, pEnd)
- Added DMLabelCreate/DestroyIndex() and DMLabelHasPoint()
- Other function update the index information

Hg-commit: 6475a3810725e1e8df19fcfe5d01fa43b08115c5

show more ...


# b4464000 06-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 03fb15d4af310051f85168e52abca3062e87dfd6


# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# e6ccafae 05-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCreateSubpointIS(), fixed bug in DMPlexMatSetClosure(), moved submesh ops to a file
- Use subpointIS where we used old subpointMap which is now a DMLabel
- Bug was a failure to up

DMPlex: Added DMPlexCreateSubpointIS(), fixed bug in DMPlexMatSetClosure(), moved submesh ops to a file
- Use subpointIS where we used old subpointMap which is now a DMLabel
- Bug was a failure to update the index offset correctly in the case with no fields in the section
- Moved all submesh operations to plexsubmesh.c

Hg-commit: 8163c5abcc24b59cbb866a576cd085c13542a9b1

show more ...


# f807ecf7 03-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMLabel: Added DMLabelDuplicate() and protect DMLabelDestroy() for PETSC_NULL

Hg-commit: e6cfe7af3f2bdf82f45054ed1fe543cbe2d61f2f


# a89082ee 03-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Submesh creation appears to work for interpolated meshes
- The subpointMap is now a label
- Reworked submesh creation to avoid explicit dimension use

Hg-commit: cf30b86010bd419fea274ceed86d9

DMPlex: Submesh creation appears to work for interpolated meshes
- The subpointMap is now a label
- Reworked submesh creation to avoid explicit dimension use

Hg-commit: cf30b86010bd419fea274ceed86d92b12e5f4324

show more ...


# 31ea7b40 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3164db31e446ca03dc28d95cc9c196e689e70e19


# 2a28c762 01-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Working on version of submesh creation for interpolated meshes

Hg-commit: bd7ec84ca6b0ccbbe2294e4c693d7f5e09623706


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 3bf62d3f 21-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Serial test for two triangles working for cohesive cell introduction

Hg-commit: 16ecfb2c3de392ee3e460feb23b4342218c52c8a


1...<<4142