| #
bcaeba4d
|
| 31-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed adic stuff
Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340
|
| #
cffb1e40
|
| 16-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when used
Hg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d
|
| #
2bf49c77
|
| 14-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscOptionsGetView() and PetscOptionsRestoreViewer()
Hg-commit: 570011297d031dcce016710af35579cd6d354d6f
|
| #
b263465d
|
| 28-Nov-2012 |
Jed Brown <jed@59A2.org> |
Add binary-appended multi-part VTU viewer, does not write fields yet
Hg-commit: a0689e6ce415a9d39da6ac72b5c04444d19866fe
|
| #
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
|
| #
8c778c55
|
| 19-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PLAPACK interface Removed generic MatGetArray/MatRestoreArray()
Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c
|
| #
2c8e378d
|
| 01-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed? completed and tested bin/maint/makeframework
Hg-commit: 908e7d10407583f0a5bd5d356d023bd7969681
consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed? completed and tested bin/maint/makeframework
Hg-commit: 908e7d10407583f0a5bd5d356d023bd79696815b
show more ...
|
| #
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
|
| #
10e9db80
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Pulled in changes from petsc-dev. make tests passing. Everything looks good.
Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25
|
| #
638cfed1
|
| 16-May-2012 |
Jed Brown <jed@59A2.org> |
PETSC_EXTERN_TYPEDEF for typedefs and fix extern C for BLAS/Lapack
Hg-commit: 18b9110c75d604eab2bb71c22a2b87f8534d48c6
|
| #
014dd563
|
| 16-May-2012 |
Jed Brown <jed@59A2.org> |
Add --with-visibility, all public symbols are marked with PETSC_EXTERN
Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024
|
| #
a5057860
|
| 30-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup include files slightly removed warning generating code
Hg-commit: e1c9e44476917d298f5bb1d12e7f3b51de0af5ca
|
| #
01bc414f
|
| 26-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Initial design of DMAKKT: algegraic coarsening of KKT systems based on GAMG.
Hg-commit: 7a6b4668cbe739ac780e3e1d115967b4ccbdcf05
|
| #
fdc38fec
|
| 24-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed polymorphic functions
Hg-commit: 26715ea791312df23dddc9e03ece27d69fc42d2c
|
| #
69f8a356
|
| 18-Apr-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fdf6b600379f877754ebdcdcf0a8a24f43f72dcb
|
| #
893c9c94
|
| 16-Apr-2012 |
Matthew G Knepley <knepley@gmail.com> |
Unstructured ASCII VTK viewer minimally working - Fixed bug in global section creation (for nonzero pStart) - Fixed VTK viewer bug with composed function - Added vector fields to VTK viewer - VTK vie
Unstructured ASCII VTK viewer minimally working - Fixed bug in global section creation (for nonzero pStart) - Fixed VTK viewer bug with composed function - Added vector fields to VTK viewer - VTK viewer now supports ASCII - VTK viewer now appends Vec arguments - Added DMMeshConvertSection()
Hg-commit: d366f98d5dfda7a41a4c92f342994389270c3b44
show more ...
|
| #
ce05a3cb
|
| 13-Apr-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: b3668d8fbbe255fd451ad0feb80cf11ae32dd309
|
| #
5addae1d
|
| 13-Apr-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 7fb9acec46a6e81e7f3158a015209bcec3298b62
|
| #
62b69a3f
|
| 11-Apr-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added a field type to the VTK viewer - This distinction is present in the VTK
Hg-commit: 31f6548f16931414c7468bef0b15792a835ccac9
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
67ad5bab
|
| 12-Feb-2012 |
Matthew G Knepley <knepley@gmail.com> |
Rudimentary TikZ viewer for DMComplex
Hg-commit: 2b5f161db007cc7aa541be441746b0d05f107522
|