History log of /petsc/src/dm/interface/dm.c (Results 1576 – 1600 of 1790)
Revision Date Author Comments
# 34f98d34 12-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

someone should have their push permissions removed

Hg-commit: 35dea436f777498348969dbf785dde7a17779d7a


# c688c046 11-Nov-2012 Matthew G Knepley <knepley@gmail.com>

DM: Added MatGet/SetDM() and updated DMs to handle Vec and Mat for this

Hg-commit: d20ec0ce94bab2e32af8971314fa1b0124689ebf


# 5f1ad066 11-Nov-2012 Matthew G Knepley <knepley@gmail.com>

DM+Vec: Added VecGet/SetDM()

Hg-commit: 41d267becc7937d08e187be7a9fab5c8342f3d56


# 1bdc83cc 19-Nov-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: df2e80b39d61b4729458cad568032b1a008fc49f


# 8b1ab98f 19-Nov-2012 Jed Brown <jed@59A2.org>

Add dm->map to fix global read/ref

Hg-commit: bcff906a25c57c849a90709071d21bb39bbc9253


# 9c76a63d 23-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dd1e02b7d4665310eb25467806c6e8f7d4fc4f7b


# 40e8a239 23-Oct-2012 Matthew G Knepley <knepley@gmail.com>

PetscSection+DMComplex: Added a map back to the original point numbering for a submesh
- Data member is subpointMap, a sorted IS
- Added DMComplexGetSubpointMap()
- Added PetscSectionCreateSubmeshSec

PetscSection+DMComplex: Added a map back to the original point numbering for a submesh
- Data member is subpointMap, a sorted IS
- Added DMComplexGetSubpointMap()
- Added PetscSectionCreateSubmeshSection()
- Fixed bug in PetscSectionGetOffsetRange()
- Added PetscSectionSetOffset() and PetscSectionSetFieldOffset()

Hg-commit: 4ed995dd3c94af005ae2cc7ef174bc641e9023af

show more ...


# f5ffc2d7 11-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b75fbbe8f7256efa18758147a126dd6ea59a7d44


# 1f588964 11-Oct-2012 Matthew G Knepley <knepley@gmail.com>

DM and PetscSection: Some fixes
DM: Now allocate vectors with correct blocksize for PetscSection
PetscSection: Change constrained indices to const PetscInt []
DMComplex: Fixed block size bug in Jacob

DM and PetscSection: Some fixes
DM: Now allocate vectors with correct blocksize for PetscSection
PetscSection: Change constrained indices to const PetscInt []
DMComplex: Fixed block size bug in Jacobian preallocation
- Remove PetscLogFlopsNoError()

Hg-commit: e7cad248ffe212c2b7d4543a540d74d5b91b4efd

show more ...


# 2150357e 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating of variable declarations messed up by putting const int XXXType
fixed DMDAGet/SetCoordinates() that matt did not remove

Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


# 7659c1be 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


# 6636e97a 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One can be made from the other (global or local) automatically
- Added dm->ops->createcoordinatedm()
- DMComplex no longer creates the coordinate Vec up front
- DM default SF can now handle global vets without constraints

Hg-commit: 6226b76f6e469184f69d66f3475966ce9ac97872

show more ...


# f91908df 28-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 5ac46fc16352f9b05d40fb8eae01aa99e5d44c14


# 5dbd56e3 27-Sep-2012 Peter Brune <brune@mcs.anl.gov>

DMBlockRestrict and DMBlockRestrictHookAdd for pushing problem-specific data to a block for solution

Hg-commit: 6f044749ddbc61a347fed5c1e2b4f33f6d1707f0


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# a1dd5599 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 164e59610053be83dd5b3675a7005b6300e65292


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# eaf8d80a 18-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Many simple compile bugs fixed
- Fixed Fortran stub in PetscSection

Hg-commit: b649896ec9c0ec4feaae1d975a40d272797ee7ff


# b21d0597 18-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM+PetscSection: Allow more flexibility in defining global vector
- Added argument to PetscSectionCreateGlobalSection() which can preserve BC in global vector
- Added DMGetPointSF() and DMSetDefaultG

DM+PetscSection: Allow more flexibility in defining global vector
- Added argument to PetscSectionCreateGlobalSection() which can preserve BC in global vector
- Added DMGetPointSF() and DMSetDefaultGlobalSection()

Hg-commit: 6369483265f6a47b74b25f5cc96fda84bea40cb6

show more ...


# 7b5cfecb 17-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 637c76760cb3ab99688d856ca0cc8296986c561b


# af122d2a 15-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Added the idea of fields
- Fields are PetscObjects (can be made type-safe later)

Hg-commit: c69d37deaa45a2314b458903d48f287721ae4421


# ca0077cb 09-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d937c2b75fc37abb900728016e11f7b9ed4a79d4


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