| #
1996caf8
|
| 22-Jan-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Move MG and GAMG implementation headers to petsc-private
I want to be able to register GAMG plugins. I considered a few options:
a) Move the implementation headers to petsc-private so they can be
Move MG and GAMG implementation headers to petsc-private
I want to be able to register GAMG plugins. I considered a few options:
a) Move the implementation headers to petsc-private so they can be installed
b) Make Get/Set methods for all of the GAMGOps: graph, coarsen, optprol, etc.
c) Add a PCGAMGGet/SetOperation like MatShellGet/SetOperation for each of these operations.
The easiest was (a), and the GAMG methods are so context-specific I'm not sure who would benefit from their being part of the public petsc interface. If GAMG get's refactored to where the operations are easier to understand on their own, then maybe (b) or (c) would be a better option.
show more ...
|
| #
a36cf38b
|
| 22-Jan-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
GAMG: added PCGAMGRegister()
|
| #
8c34d3f5
|
| 20-Jan-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
simplify option object names
|
| #
d39ee6f6
|
| 20-Jan-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-dm-sf-local-copy' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dm-sf-local-copy: DM: Added support for INSERT_VALUES in DMLocalToGlobal() with an SF, whe
Merge branch 'knepley/feature-dm-sf-local-copy' into knepley/feature-ts-fem+fvm-example
* knepley/feature-dm-sf-local-copy: DM: Added support for INSERT_VALUES in DMLocalToGlobal() with an SF, where it just does a local copy fortranstubs: do not process files in .git setup.py: Fix install of package's __init__.py file f2cblaslapack: use correct location to copy tmpmakefile for subsequent self.installNeeded() to work. doc: exclude tutorials/HandsOnExercise.html from 'docsetdate' setup.py: Better handling of $PETSC_CONFIGURE_OPTIONS setup.py: Simplify code to support just pip install Don't install $PETSC_ARCH/lib/.DIR Move install.py and gmakegen.py from lib/petsc-conf/ to config/ updated gamg tests fixed squaring graph on all levels in GAMG fixed gamg coarse grid to be general
show more ...
|
| #
e07cf9ff
|
| 18-Jan-2015 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'mark/gamg-crs-ksp2'
|
| #
e55864a3
|
| 08-Nov-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
moved PetscOptionsObject from global variable to local variable in functions
|
| #
25a145a7
|
| 07-Jan-2015 |
Mark Adams <mfadams@lbl.gov> |
fixed gamg coarse grid to be general
|
| #
4653a54d
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ksp-converged-reason-viewer
Conflicts: src/sys/objects/options.c
|
| #
170bdfb5
|
| 22-Dec-2014 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in mark/gamg-printbug (pull request #238)
fixed fp_trap in output
|
| #
7118af59
|
| 22-Dec-2014 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in mark/gamg-coarseksp (pull request #237)
removed override of coarse grid solver so iterative solver can be used
|
| #
fe06f982
|
| 22-Dec-2014 |
Mark Adams <mfadams@lbl.gov> |
fixed fp_trap in output
|
| #
2fb0bad2
|
| 22-Dec-2014 |
Mark Adams <mfadams@lbl.gov> |
removed override of coarse grid solver so iterative solver can be used
|
| #
0946f23e
|
| 22-Dec-2014 |
Mark Adams <mfadams@lbl.gov> |
removed override of coarse grid solver so iterative solver can be used
|
| #
5dff91f8
|
| 22-Dec-2014 |
Mark Adams <mfadams@lbl.gov> |
fixed fp_trap in output
|
| #
f6858835
|
| 02-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
a5ca8190
|
| 02-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix for docs
Reported-by: Michael Welland <mwelland@anl.gov>
|
| #
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
|
| #
909a08a4
|
| 28-Nov-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Merge branch 'master' into mlange/refactor-plex-distribute
Conflicts: src/dm/impls/plex/examples/tests/output/ex12_1.out src/dm/impls/plex/examples/tests/output/ex12_2.out
|
| #
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
|
| #
bdcddefd
|
| 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
fced3c3f
|
| 30-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-setters'
|
| #
c60c7ad4
|
| 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added a variety of getters and fixed calling sequence of a few setters
|
| #
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
|
| #
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
|