| #
f7b25cf6
|
| 07-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
update SAWS interface to work with thread safe options processing
|
| #
a519f713
|
| 04-Feb-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
removed outdated use of %G
|
| #
69c6db66
|
| 27-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/experiment'
|
| #
8c34d3f5
|
| 20-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
simplify option object names
|
| #
1a1499c8
|
| 13-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
updated new XXXSetFromOptions_YYY() methods to take PetscOptionsObjectType
|
| #
83355fc5
|
| 09-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for merge with HAVE_LOG protection for PETSc object logging
|
| #
e55864a3
|
| 08-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved PetscOptionsObject from global variable to local variable in functions
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
c94a748e
|
| 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-options-default'
Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
|
| #
94ae4db5
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of use of PetscOptionsInt and friends including use of flag final argument
|
| #
0fdccdae
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current value also fixed usage of PetscOptionsEnum() with regards to current value in several calls
Repo
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current value also fixed usage of PetscOptionsEnum() with regards to current value in several calls
Reported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
749a76f7
|
| 18-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'psanan/doc-typos'
|
| #
5a7113b9
|
| 26-Aug-2014 |
Patrick Sanan <patrick.sanan@gmail.com> |
Typo fixes to PetscOptionsViewer
|
| #
2cbc3277
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
315e5ce4
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cannot use PetscMalloc1() since argument is pointer to void and C++ does not allow sizeof(void)
|
| #
a23eb982
|
| 02-Jul-2014 |
Surtai Han <surtai.han@gmail.com> |
added basic 'finish' functionality
|
| #
76fe2943
|
| 02-Jul-2014 |
Surtai Han <surtai.han@gmail.com> |
Important: Finally fixed the bug where options with a prefix would not update
|
| #
426f447e
|
| 28-Jun-2014 |
Surtai Han <surtai.han@gmail.com> |
put options into a scroll box
|
| #
3e211508
|
| 24-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Options gui did not correctly using command line provided integer value as default options gui did not handle negative x,y, or z dimension to allow using -da_refine option
|
| #
b015001c
|
| 28-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions]
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions] gfortran: remove 132 char limit from f90 free-form SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc DMPlex-Gmsh: Use trueNumCells when building the coordinate section Sys: Got guard logic reversed Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*() PetscFV: I hate fucking complex removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory fix test of DMLocalToGlobalBegin/End and add actual test cases improve object memory logging for DA, ISLocalToGlobal and ISBLOCK lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt another reuse of allocated array in 2d/3d DMDA create improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock() PetscFV: Another complex fix DMPlex+TS: Fixing types ISIdentity() was wrong for block IS! Indices are NOT scaled by bs PetscFV: Straighten out complex types TS ex11: Fix casts and remove unused variable ...
show more ...
|
| #
92c494f3
|
| 23-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options
|
| #
95ecbf38
|
| 18-May-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bdd
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddcprivate.c
show more ...
|