History log of /petsc/src/dm/impls/composite/pack.c (Results 301 – 325 of 443)
Revision Date Author Comments
# c0c93d0e 28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (287 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib e

Merge branch 'master' into knepley/feature-dmda-section

* master: (287 commits)
Mat ex170: Comments
VTK: Small fix to error message (.vts to .vtu)
VTK: Small fix to error message
Fixed bib entries
Bib: Updates
AO: fix erroneous processing of -ao_view and factor into AOViewFromOptions
doc: fix named argument in {Vec,Mat,DM}ViewFromOptions
Sys: add PetscDataTypeFromString() and test code
Mat: Should say that it has a nullspace in MatView()
parms: update tarball with fix for namespace conflict with metis
fix citation 'Golub_Varga_1961'
parmetis: update tarball to parmetis-4.0.2-p5 which fixes an install issue with cygwin
Sys Logging: revert parent traversal
fixed hdf5.py so that if self.libraries.compression is None the code still runs correctly
DMDA: fix bad cast of DM_DA to PetscObject
MatClique: follow DistMultiVec API changes
MatClique: remove unused variables
config cmakeboot: add C++ flags any time compiler is available
config OpenMP: check for C++ flag any time the compiler is available
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
...

show more ...


# bfb581aa 28-Aug-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-fieldsplit-aux'

* knepley/fix-fieldsplit-aux:
FieldSplit: Should propagate DM for second field to Schur complement solver
DMComposite: Bug fix for Fieldsplit support

Merge branch 'knepley/fix-fieldsplit-aux'

* knepley/fix-fieldsplit-aux:
FieldSplit: Should propagate DM for second field to Schur complement solver
DMComposite: Bug fix for Fieldsplit support
DMComposite: Make DMGetField() mechanism work - Want to attach info to ISes for FieldSplit

show more ...


# aac2dd2d 19-Jun-2013 Matthew G. Knepley <knepley@gmail.com>

DMComposite: Bug fix for Fieldsplit support


# 65c226d8 19-Jun-2013 Matthew G. Knepley <knepley@gmail.com>

DMComposite: Make DMGetField() mechanism work
- Want to attach info to ISes for FieldSplit


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# f1516835 24-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/dmgetlocaltoglobalmapping'

* jed/dmgetlocaltoglobalmapping:
DMGetLocalToGlobalMapping_*: normalize names from DMCreateLocalToGlobalMapping_*


# 184d77ed 20-Mar-2013 Jed Brown <jed@59A2.org>

DMGetLocalToGlobalMapping_*: normalize names from DMCreateLocalToGlobalMapping_*


# 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


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

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


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


# 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


# 26887b52 06-Mar-2013 Jed Brown <jed@59A2.org>

VecView_MPI is shared between petscdm and petscvec

Hg-commit: a99c774fe2ddca8d77c95743670c6e145820a8a4


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

VecView_MPI is shared between petscdm and petscvec


Hg-commit: 0a74c6af64f2ef83cc513fcc422a5e6653e77115


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

fixes for merge of Barry and Jed's changes to PETSc extern C handling

Hg-commit: 36ac3e008f146344ab882eb9f3c0cbdce1670e12


# 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


# f7a08781 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

began removing unneeded EXTERN_C_BEGIN/END and converting needed ones to PETSC_EXTERN_C

Hg-commit: e0c157606a3283d5a4ba8902a0da5cad0e2aa531


# 6f3c3dcf 18-Feb-2013 Jed Brown <jed@59A2.org>

Add DMCompositeGatherArray and DMCompositeScatterArray

These new functions have Fortran bindings and are more convenient when
calling from other libraries.

Hg-commit: d2f302d26a4f1064cdfce3dd58e7c7

Add DMCompositeGatherArray and DMCompositeScatterArray

These new functions have Fortran bindings and are more convenient when
calling from other libraries.

Hg-commit: d2f302d26a4f1064cdfce3dd58e7c779b4ae8741

show more ...


# 9804daf3 15-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.h

Hg-commit: 01be7b4c0ac1e993b540535c319de45af820a255


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# b0250c70 09-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed a bunch of duplicate unneeded includes of std include files

Hg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


1...<<1112131415161718