History log of /petsc/src/dm/impls/plex/plex.c (Results 1751 – 1775 of 1780)
Revision Date Author Comments
# 580fe4b7 24-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Added a test for cohesive cells in a 3D simplex mesh
- Not yet working

Hg-commit: f4cbdea6d50a3d13283d11690aa4ea973cc820b7


# aced5671 22-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Serial and Parallel test for two quads working for cohesive cell introduction
- Fixed label completion for cohesive cells

Hg-commit: 0ff71571a4feca96bbb9810cdf75b8fd7fdf370f


# db878a2f 22-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Parallel test for two triangles working for cohesive cell introduction
- Cohesive cell introduction is still serial

Hg-commit: ced55e6b9d35939d7080e9c491571c6449908ffd


# 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


# 6d12d9af 21-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Working on cohesive cell introduction

Hg-commit: f15ef642dff5d9107eebe706ecff5a614ffdc37c


# ea10fe75 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

if, for, while, switch now have consistently a space prior to the opening parenthesis.

Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5


# 519f805a 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.

Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


# c41eeb4c 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Eliminated all C++-style comment sequences '//'. Exception: src/dm/impls/mesh/* with all the Sieve stuff

Hg-commit: 2021722ddbb234169c3fed24a68346839472dd36


# fa711258 17-Jan-2013 Jed Brown <jed@59A2.org>

Add PetscPowInt() and PetscPowRealInt(), use in plex.c

Hg-commit: 373f2cd4741efd7a3516c27a6cd5773dc5b33522


# 636d7236 17-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4fab89ffe535ec1b2086fe0bfbbabb62cb7db63c


# 8c570eda 17-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Cast second argument of pow() to int

Hg-commit: 617a1dbf8ffaec6fb94291f7f3292b0a107c4041


# 2bbbf96e 17-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from files in src/dm/*

Hg-commit: 6ac2cbffcab1b56661a9462eeb9f811802901621


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 0adebc6c 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

silly code formatting problems; some people still need to read the style guide

Hg-commit: 7a98cb06baf90914d565ea8801b6900bdc5a04c1


# 19436ca2 14-Jan-2013 Jed Brown <jed@59A2.org>

More C89 fixes

Hg-commit: 5c37072bf2e980e9b9b6ff38bb003c57ea7e6862


# 770b213b 09-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Can mark special cells in hybrid meshes, uniform refinement works for hybrid meshes
- Added DMPlexGet/SetHybridBounds()
- DMPlex latex now uses standalone package
- Fixed supports for interio

DMPlex: Can mark special cells in hybrid meshes, uniform refinement works for hybrid meshes
- Added DMPlexGet/SetHybridBounds()
- DMPlex latex now uses standalone package
- Fixed supports for interior cell faces of uniform refinement

Hg-commit: def534dfd511cc1acf8cfbfd7b0fb3dbdb003957

show more ...


# b6176c3a 03-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Element geometry now allows hybrid meshes

Hg-commit: 8275db5a3d53226cb3d834fa4407ae5108f000fd


# 81561755 03-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Fixed sign on invJ for tet ComputeCellGeometry()

Hg-commit: f4c87535f33cd960c85a2c683424e07c6201c296


# e221a41c 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ef59d6d7fdbbe5cb868da283b35928117f4d9da9


# 7995c745 03-Jan-2013 Jed Brown <jed@59A2.org>

Check return value from pipe

Hg-commit: 9dd0107aac4b4824051dd368fceb6492db6ddd55


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 07d877b2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1061365241ef2bb5750832bce670ba95364095cb


# 04706141 03-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Fixes for point location

Hg-commit: 5e7d636c300ea43f8a127ef4037c69ff1ffe965a


1...<<7172