| #
adc79116
|
| 27-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'dalcinl/feature-draw'
|
| #
b00e99b9
|
| 27-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-bargraph'
|
| #
8beabaa1
|
| 27-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
missing CHKERRQ; and ugly double declaration of ierr
|
| #
f8e4bde8
|
| 27-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Viewer: PetscViewerRead() should return the number of items actually read - This also applies to all its implementations
|
| #
c72ed514
|
| 23-Mar-2015 |
Hong Zhang <hongzhang@anl.gov> |
remove redundant brackets
|
| #
17145e75
|
| 23-Mar-2015 |
Hong Zhang <hongzhang@anl.gov> |
enable users to evaluate cost integral in the forward run
|
| #
d9e4b6ef
|
| 23-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-harmonic-advection'
* knepley/feature-harmonic-advection: (86 commits) SNES: Some docs for NASM TS: Added view for MIMEX Plex: Silence compiler warnings Builder
Merge branch 'knepley/feature-harmonic-advection'
* knepley/feature-harmonic-advection: (86 commits) SNES: Some docs for NASM TS: Added view for MIMEX Plex: Silence compiler warnings Builder: Check for missing numProcs was wrong PetscFE: Turn off Fortran binding for PetscFECompositeGetMapping() Plex: Fix big bug in DMPlexGetGlobalFieldOffset_Internal() - If offset is negative (dof is on another proc), then we must have end < start Builder: Allow override of numProcs Plex: Fix Fortran wrappers for DMLabelView() and DMPlexDistribute() Plex+Label: Added Fortran wrapper for DMPlexCreateLabel() Plex: Dammit, how did this not get checked in? Plex: Refiner check for hybrid cells must use hybrid faces as well - Ghost cells in FV method are hybrid TS: MIMEX now uses work vectors for correct grid Plex: Adding support for FV in automatic interpolator construction - Notice that the injector cannot do the right thing until we scrap VecScatter Plex+FEM: Using PetscFVGetDualSpace() SNES+Doc: Added Options Database keys PetscFV: Added PetscFVRefine() - This allows interpolation to finer grids needed for FAS PetscFV: Added a dual space for calculating projections DM: Better error checking in DMCoarsen() DMDT+PetscFE: Added PetscQuadratureExpandComposite() - Replaces PetscFECompositeExpandQuadrature() - Added PetscFECompositeGetMapping() Plex: Fixed complex type error ...
Conflicts: src/dm/impls/plex/ftn-custom/makefile src/ts/interface/ts.c
show more ...
|
| #
6e506d1e
|
| 23-Mar-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSMonitorLGTimeStep: Don't call PetscDrawLGSetUseMarkers
Otherwise command line option -lg_use_markers false has no effect
|
| #
b6fe0379
|
| 23-Mar-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
Rename PetscDrawLGIndicateDataPoints -> PetscDrawLGSetUseMarkers
Also rename option -lg_indicate_data_points -> -lg_use_markers
|
| #
1e985087
|
| 22-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/ts-is-for-differential-variables'
|
| #
3ef54c4a
|
| 22-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
ts-isdiff: Fix unused variable warning.
|
| #
af57cd26
|
| 20-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/ts-is-for-differential-variables'
|
| #
51fa3d41
|
| 19-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscDrawBar object for drawing bar graphs
|
| #
deea92de
|
| 19-Mar-2015 |
Shri <abhyshr@mcs.anl.gov> |
ts-isdiff: Fix implicit declaration warnings/errors that cause grief to auto-generation of fortran stubs.
|
| #
9c6b16b5
|
| 16-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
ts-isdiff: Added code for 2-norm and infinite-norm error calculation based only on differential variables when an IS for differential equations is set for TS.
|
| #
898446f9
|
| 11-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-is-for-differential-variables
Conflicts: include/petsc-private/tsimpl.h src/ts/impls/eimex/eimex.c src/ts/interface/ts.c
|
| #
7fb8eca3
|
| 10-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/chem'
|
| #
1f475242
|
| 10-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/adjoints-and-events'
|
| #
5537e223
|
| 10-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for ts lg monitoring routines, missing castes
|
| #
e87fd094
|
| 08-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
added -ts_adjoint_view_solution and modified extchem.c and extchemfield.c to use it
|
| #
ef222394
|
| 08-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
computing sensitivities of extchem examples on initial conditions
|
| #
d97d059a
|
| 08-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
trivial format fixes
|
| #
9ae14b6e
|
| 07-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to docs for extchemfield.c for visualizing solutions in various ways
|
| #
e414155d
|
| 07-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
fix bug introduced in refactoring TSMonitorLGSetVariableNames extchem.c now runs with very different initial tempatures at different cells
|
| #
a66092f1
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
tchem example with more than 1 cell is now working
|