History log of /petsc/src/dm/impls/shell/dmshell.c (Results 251 – 270 of 270)
Revision Date Author Comments
# ad6bc421 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-comm

My first TS restart just 8 million other changes needed PETSc!
TSGetAdapt() changed to TSGetTSAdapt() because it gets a TSAdapt object, not an Adapt object
added TSAdapt binary view and load

Hg-commit: c5ab7de6c480df2d7b84dc349ac7871cdc85dcbe

show more ...


# 2d53ad75 09-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

more progress on serializing PETSc objects and function pointers
yes Barry has lost his mind but this is too much fun to stop

Hg-commit: 70b547a30c706ea4b2828de11dd7962c0443a994


# 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


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# 7bde9f88 13-Oct-2012 Jed Brown <jed@59A2.org>

DMCreateMatrix_Shell() now automatically creates a matrix (without preallocation) if a vector is available

Hg-commit: 3c4a38d4c2b840f3ff57a352ffdc5b015964371a


# 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


# 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


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

Merge

Hg-commit: 9dfe4a92ca2c4f77d6814e8f0b6d5b05990312b1


# 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 ...


# 7b6ad80c 23-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection()
- Ref counting allows us to have subDMs that shared a given unstructured mesh
- In order to support ref counti

Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection()
- Ref counting allows us to have subDMs that shared a given unstructured mesh
- In order to support ref counting, I had to free the backend object in the backend
destroy rather than DMDestroy
- CreateSubDM() is intended to replace DMCreateDecomposition() since it allows
groups of fields to be specified, and handles nested null spaces
- Added DMComplexClone() to support subdms
- Subsections are created for subdms
- Now the DM can be given null space constructors for a given field
- Now DMCreateDecomposition() calls DMCreateSubDM() if possible instead of DMCreateFieldIS()

Hg-commit: b92720a77c43e08ef97eed85fb67b95557b6e828

show more ...


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 8c87107b 12-Mar-2012 Jed Brown <jed@59A2.org>

DMShell input validation

Hg-commit: f93242264b1cfe2b0d899b5ad2b5755ef4f48d6d


# fe1899a2 29-Feb-2012 Jed Brown <jed@59A2.org>

Add DMSHELL

Hg-commit: fc04c456a82cd4d71871f666592193a63cdb0f7c


1...<<11