History log of /petsc/src/dm/impls/composite/pack.c (Results 326 – 350 of 443)
Revision Date Author Comments
# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# f73e5ceb 04-Feb-2013 Jed Brown <jed@59A2.org>

Add DMCompositeGetAccessArray()

Update documentation and use in Mark's fieldsplit example ex73f90t

Hg-commit: e873fca6a07721b397978782daaf94a2353e6a9c


# 73e31fe2 02-Feb-2013 Jed Brown <jed@59A2.org>

dmcomposite: Fortran bindings to DMCompositeGet{Global,Local}ISs

Hg-commit: ce9d865569340b74bc0b52e1931e1a50fc0c83b4


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

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


# dbab29e1 29-Jan-2013 Mark F. Adams <mark.adams@columbia.edu>

added fortran wrapper.

Hg-commit: 63c712e9c27c9203f758f66d0c4c51e9780a1f28


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


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

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# 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


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

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

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# 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


# 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


# 6ae3a549 14-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

clean up and improvement of some DM code and manual pages for clarity and completeness

Hg-commit: 7e605131b8a0750d08cace36a5f54b1c187334e9


# ccd284c7 27-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed some non-standard PETSc code: source file with no source, #include without full path from PETSc root to include file
updated iphone builder

Hg-commit: b815c2c0cd32f2d30547b5032e995df93748071f


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# 435a35e8 26-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM()
- Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and pass

Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM()
- Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and passes null spaces
- Allow null space constructors for fields in the DM
- Added reference counting to DMComplex, which allows meshes to be shared among subdues
- Changed DMDestroy() so that impls destroy dm->data so it can be ref counted
- DMComplexClone() supports subdms
- Added PetscSectionCreateSubsection() for subdms

Hg-commit: c5f43df53c0b780431c93b4f8de6f822c8dd4c11

show more ...


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


1...<<1112131415161718