History log of /petsc/include/petscvec.h (Results 451 – 475 of 978)
Revision Date Author Comments
# 9e483975 13-Jun-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

Merge branch 'karlrupp/feature-viennacl'


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# 386b2e21 01-Jun-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-docs-regarding-xxxtype'


# 8f6c3df8 01-Jun-2013 Barry Smith <bsmith@mcs.anl.gov>

Removed the ability of XXXType to be the string name of a library and function in that library but forgot to remove this form from all the XXXAType manual pages


# b17c682b 16-Mar-2013 Karl Rupp <rupp@iue.tuwien.ac.at>

ViennaCL: First draft, including all operations for sequential vectors.

Mostly derived from existing CUSP interface.
viennacl.py package for BuildSystem included, detected correctly by BuildSystem,

ViennaCL: First draft, including all operations for sequential vectors.

Mostly derived from existing CUSP interface.
viennacl.py package for BuildSystem included, detected correctly by BuildSystem, but download option untested.
Everything compiles and the standard 'make test' passes. In-depth tests still required.

show more ...


# 329d851f 13-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used p

Merge branch 'barry/fix-xxxviewsetfromoptions'

* barry/fix-xxxviewsetfromoptions:
*ViewFromOptions: update documentation, providing disabled man pages
fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES

show more ...


# 146574ab 09-May-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 06e93e79 11-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisteralldestroy'

* barry/rm-xxxregisteralldestroy:
TSSSP: Fix to use proper TSSSPInitializePackage() system
flag should have been false
removed unnneeded and unuse

Merge branch 'barry/rm-xxxregisteralldestroy'

* barry/rm-xxxregisteralldestroy:
TSSSP: Fix to use proper TSSSPInitializePackage() system
flag should have been false
removed unnneeded and unused XXXRegisterDestroy() routines
removed PetscFunctionListDestroyAll() and put PetscFunctionListDestroy(&XXXList) into the package finalize

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 48dd1dff 08-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

removed unnneeded and unused XXXRegisterDestroy() routines


# 8a1af44d 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add t

Merge branch 'barry/rm-xxxregisterdynamic'

* barry/rm-xxxregisterdynamic:
Registration: remove stale 'XXRegisterDynamic)' entries in man pages
TS examples: fix use of PetscFunctionList and add to nightlies
Changes: Note updates to XRegisterDynamic/PetscObjectComposeFunctionDynamic
PetscObjectComposeFunctionDynamic: remove stale docs and usage
developers.tex: remove complications from function composition with dlls
removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()
changes: document PetscFunctionListAdd() API change
developers.tex: update documentation of PetscObjectComposeFunction
removed path and MPI_Comm arguments from PetscFunctionListFind/Add()
removed path argument to XXXInitializePackage() and XXXRegister()
removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same phase I of the update to handling registering function pointers

show more ...


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


# bdf89e91 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed string version of function name for XXXRegister(), PetscFunctionListAdd() and PetscObjectComposeFunction()


# 607a6623 26-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed path argument to XXXInitializePackage() and XXXRegister()


# 1c84c290 25-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed XXXRegisterDynamic() but kept the APIs for everything else underneath the same
phase I of the update to handling registering function pointers


# 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


# 849b11cf 13-Mar-2013 Matthew G. Knepley <knepley@gmail.com>

Vec: Added VecUniqueEntries()
- This is purely diagnostic, but I think its useful for tests


# ff1c5d1b 07-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 81500f7e84c8ec0c4dcae9cb31d1cb32892d545d


# 62796dfb 07-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

simplified design of VecValidValues() not worth the complications to save a function call

Hg-commit: 234f2a55d16ddb81bfaf0672e62560aad670b624


# 22a29377 19-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved include of petscviewer.h from petscvec.h to petscis.h
thus could remove in a bunch of other places

Hg-commit: bb7c8f0547ac48fa07c9fde605c2b64bebbb7c22


# 665c2ded 16-Feb-2013 Jed Brown <jed@59A2.org>

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6

Remove petscviewer.h from petscsys.h

Much of sys is independent of viewer. Viewer is used in so many other
places that it is now included by petscvec.h.

Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730

show more ...


# d53a3d6f 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved non-Vec portions of PetscSection to vec/is subpackage

Hg-commit: 9e3e9ff2b4d00a78c47133c617a9f7e4efa62be9


# 69ce434f 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

moved PetscLayout include info to petscis.h and source code to vec/is/utils
part of goal of moving non-Vec stuff down from Vec

Hg-commit: b3287daffebf7c4cd59893136d387f2ed3b835bf


# a42e2b06 12-Feb-2013 Matthew G Knepley <knepley@gmail.com>

PetscSection: Moved SF support functions to petscvec.h

Hg-commit: 3f491d2cd7a8945e61ffe58d2f09f1d0f9316bc1


1...<<11121314151617181920>>...40