History log of /petsc/src/dm/impls/plex/plex.c (Results 1676 – 1700 of 1780)
Revision Date Author Comments
# eb4227cf 20-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ams

Conflicts:
include/petscviewer.h
src/sys/classes/viewer/interface/viewreg.c
src/sys/threadcomm/interface/threadcomm.c


# 5bfe0a24 19-Mar-2013 Matt Knepley <knepley@ci.uchicago.edu>

Merged in jed/plex-scalable-partition-closure (pull request #11)

DMPlexCreatePartitionClosure: replace quadratic algorithm


# 77b76215 19-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'jed/plex-scalable-partition-closure' of bitbucket.org:petsc/petsc into knepley/plex


# 2e1b13c2 19-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Changed orientation convention and fixed many bugs
- Tetrahedra now all have outward facing normals
- We have to flip input from TetGen and ExodusII
- Hexahedra now all have outward facing

DMPlex: Changed orientation convention and fixed many bugs
- Tetrahedra now all have outward facing normals
- We have to flip input from TetGen and ExodusII
- Hexahedra now all have outward facing normals
- We have to flip input from ExodusII
- Fixed bug with orientation -1 (now encoded as -faceSize)
- Fixed parallel bug with DMPlexInterpolate()
- Fixed determinant calculation for Tet and Hex
- Fixed bug with reversing orientation, now must also start on the opposite vertex
- This solution in GetTransitiveClosure() is suboptimal, should change the definition of negative orientation

show more ...


# cb3cb6d9 19-Mar-2013 Jed Brown <jed@59A2.org>

DMPlexCreatePartitionClosure: replace quadratic algorithm

This implementation uses a PetscBT to avoid duplicates and incrementally
packs a PetscSegArray with the points needed by each rank.

This fu

DMPlexCreatePartitionClosure: replace quadratic algorithm

This implementation uses a PetscBT to avoid duplicates and incrementally
packs a PetscSegArray with the points needed by each rank.

This function used to dominate run-time when loading meshes in parallel
and is now a negligible fraction of run time.

show more ...


# 705246ef 18-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into knepley/plex


# a4fdf88a 18-Mar-2013 Matt Knepley <knepley@ci.uchicago.edu>

Merged in jed/fix-plex (pull request #9)

DMPlex: label distribution and vertex viewing


# 22566864 18-Mar-2013 Jed Brown <jed@59A2.org>

DMPlexDistribute: fix label distribution

This old code was not advancing to the next label when it finds "depth"
(which is not distributed), thus it just compared "depth" multiple times
and never ch

DMPlexDistribute: fix label distribution

This old code was not advancing to the next label when it finds "depth"
(which is not distributed), thus it just compared "depth" multiple times
and never checked the other label names.

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# d65e9abe 14-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into tautges/dmmoab

* master: (24 commits)
testexamples: support *.cxx
...


# 18ad9376 12-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Made DMPlexGetNumFaceVertices() externally visible


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

DMPlex: Moved out Preallocation and FEM support to other files

Hg-commit: b2561291e574ff9a0f8a073426e136d4a44a4dde


# 4d41221f 11-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Fixed memory leak in viewer

Hg-commit: 66be6c10973eb62685f421681c83e86b3d66c44c


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

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

Hg-commit: 5f01d058fdf37de9c39b65f829fa3b7ff3e40ec3


# 764670c7 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22b02cb090aac02c6dc216e44019c448d4ec4cfa


# ccd2543f 09-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Moved point location and cell geometry to another file

Hg-commit: 25a74dae76510764633f1fe53279f557673f39fb


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

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# e3826700 06-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge, don't know why it was needed

Hg-commit: af50f08c14db85f898ea153b5c2f3b2ae5bcb2c0


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 3813dfbd 06-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Fixes for Fortran documentation

Hg-commit: 346dd0fc7e26c68cd2d9fe3679cd8be4accce2eb


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# 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


# 2c3ca321 05-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'visibility-externc'

Hg-commit: e48e1e796cbc108f60f0ea591bad057847501587


# 5a576424 05-Mar-2013 Jed Brown <jed@59A2.org>

visibility: use PETSC_INTERN when possible

Hg-commit: 3b4bfb5c23843293f1f08790b48437080a32eb42


1...<<61626364656667686970>>...72