CUSP: Cleanup: Removed old, unused MDot implementations.
removed excessive use of CHKMEMQ;
Merge branch 'master' into barry/amsConflicts: include/petscviewer.h src/sys/classes/viewer/interface/viewreg.c src/sys/threadcomm/interface/threadcomm.c
CUSP: Avoids exposing private functionality through petsccusp.h
Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter* Mostly fills out some ops struct declarations. Reformatted so Emacs can help with alignment. Squelch whitespace in diff to s
Warnings: clean compile with gcc-4.8 at -Wextra -Wno-unused-parameter* Mostly fills out some ops struct declarations. Reformatted so Emacs can help with alignment. Squelch whitespace in diff to see useful changes.* Use struct instead of casting to data pointer (void*) when serializing function pointers.* strcasecmp is in strings.h
show more ...
vec/tests/ex43: Fixed missing curly brace.
changed AMS publishing to use the Viewer modeladded simple AMS viewer for mat,ksp,snes,tsadded --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)added PetscS
changed AMS publishing to use the Viewer modeladded simple AMS viewer for mat,ksp,snes,tsadded --ksp/snes/ts_view_pre for starting the viewer before the solve (ugly but useful for AMS)added PetscStackCalls around AMS function calls when appropriate (note do not want these in webserver because do not webserver stopping just because AMS server is down
Vec: Added VecUniqueEntries()- This is purely diagnostic, but I think its useful for tests
VecView_MPI_HDF5: remove unused variable
work on AMS interface, consistent naming, ams.h not included in petscviewer.h, no ifdefsHg-commit: 642571a1dc7109fdb7e5b0abb23bf260d10eb970
Merge branch 'maint'Conflicts: src/vec/vec/interface/rvector.c
removed seterrq for norm, dot and mdot when result is Nan or InfHg-commit: 4332ca421e80103c166f952c3405d34098901a96
docs: writable Vec accessors are Logically CollectiveHg-commit: 8986bbaf3782d961a0dbcd3e4c879ba918da686c
PetscAXPYx kernels should have standard PetscKernelAXPY... naming conventionHg-commit: 884ee6d99fd5e020c49d54a6f2e5e83022f4a503
moved "macro" kernel interfaces to petsc-private/kernelsHg-commit: a5f14392b251a7db2c640b6be7e611f6c23ef9ea
VecCreate_MPI_Private() must be PETSC_INTERN not static since used by other classesHg-commit: 6a49d2ab5b9a14dd4ecbd36a8a9f1fbd2205026f
ao ex3d: move datafiles out of repository and fix up testHg-commit: ae809da5419b2c2c787b28c4e3fc67c4083ce1ca
trivial update of src/vec/is/ao/examples/tests/ex3d/ex3.cppHg-commit: a4910851ccc49ab65696f63794412e4fcad1176d
just a few static for fun and practiceHg-commit: 2d43d7eadf02ed63b8014d474efc9d3d968028d8
simplified design of VecValidValues() not worth the complications to save a function callHg-commit: 234f2a55d16ddb81bfaf0672e62560aad670b624
fixed marking of PETSC_EXTERN/INTERN for a bunch of private functionsHg-commit: a1e34d83003ce63bcd85d0f32ea6cc694c6fd4eb
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers w
Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simpSymbol visibility and namespacing.C++ builds always set extern "C" and can be called from plain C. Mostusers will only want --with-clanguage=C++ for std::complex.Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347
Fixes for builds --with-matlabHg-commit: e322b6f8daf769679aa0ee0485b12e7422ca1378
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798
VecHYPRE_IJVectorCreate: must be PETSC_EXTERN [petsc-maint #155399]Shared between petscdm and petscvecHg-commit: cbcc5b2b520d3cce7d99b59ddf34fe78f998e091
1...<<141142143144145146147148149150>>...278