| #
d183316b
|
| 09-Apr-2015 |
Pierre Barbier de Reuille <pierre.barbierdereuille@gmail.com> |
Updated TSFunctionDomainError signature
Instead of getting all stages and the stage index, the function gets directly the current state (e.g. the one to check).
|
| #
cb9d8021
|
| 16-Feb-2015 |
Pierre Barbier de Reuille <pierre.barbierdereuille@gmail.com> |
Added domain error checks at each stage
This patch adds two functions: 1 - TSSetFunctionDomainError 2 - TSFunctionDomainError
The first one to set a user function, the second one to call it. It als
Added domain error checks at each stage
This patch adds two functions: 1 - TSSetFunctionDomainError 2 - TSFunctionDomainError
The first one to set a user function, the second one to call it. It also adds the calls to TSFunctionDomainError in all implementations calling TSPostStage.
show more ...
|
| #
baa10174
|
| 06-Apr-2015 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Fixed issues in the review: fixed TABs; C89 syntax; TSClone comm; error message; clarified implicit equations in docs
|
| #
e5168f73
|
| 27-Mar-2015 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
Replace TSDuplicate with TSClone; all is working but there is still some concern with SNES when the clone is destroyed and a GetSNES and SetSNES is needed
|
| #
34561852
|
| 31-Oct-2014 |
Emil Constantinescu <emconsta@mcs.anl.gov> |
finalized TSDuplicate implementation and testing
|
| #
93b34091
|
| 06-Mar-2014 |
Debojyoti Ghosh <ghosh@mcs.anl.gov> |
TSDuplicate: Added an initial implementation of TSDuplicate()
|
| #
301b9b8d
|
| 02-Apr-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-ts-adapt (pull request #293)
Add TSAdaptReset()
|
| #
8e84e3e8
|
| 02-Apr-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-viewer-partial-read
* master: (48 commits) ViennaCL: Fixes memory leak when destructing an aijviennacl matrix. MatLoad_MPIDense() always allocated arra
Merge branch 'master' into knepley/feature-viewer-partial-read
* master: (48 commits) ViennaCL: Fixes memory leak when destructing an aijviennacl matrix. MatLoad_MPIDense() always allocated array space even if it was previously provided Clarified lumping options for PCFieldSplitSchurPreType SELFP. fixed up PetscInfo in GAMG TSErrorWeightedNorm[2|Infinity]: API changes MatLoad_SeqDense() always allocated new space for the data even if the user already provided it Fixed DMCompositeGetAccessArray() to support readonly vectors Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS. fixed example to compile - demonstrates a bug var name 'len' was F90 key word For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices Fix configure logging of integer size. missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD updated test output files to reflect differences introduced previously in PCView output -ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output missing CHKERRQ; and ugly double declaration of ierr Plex: Reorganized PlexPoint interface - Added DMPlexGetPointLocalField() and DMPlexGetPointGlobalField() - Now the DMPlexGetLocalOffset*_Private() functions return start and end - Uniformly use private functions Plex: Put in explicit cast MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location ...
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| #
5a4ab5ab
|
| 02-Apr-2015 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'master' into tisaac/dmforest
If we're going to start developing on this again, the recent changes to the location of configuration files will make it annoying to switch to and from thi
Merge branch 'master' into tisaac/dmforest
If we're going to start developing on this again, the recent changes to the location of configuration files will make it annoying to switch to and from this branch. Matt's and my fixes in DMPlex will also be relevant.
* master: (1557 commits) MatLoad_MPIDense() always allocated array space even if it was previously provided Clarified lumping options for PCFieldSplitSchurPreType SELFP. fixed up PetscInfo in GAMG TSErrorWeightedNorm[2|Infinity]: API changes MatLoad_SeqDense() always allocated new space for the data even if the user already provided it Fixed DMCompositeGetAccessArray() to support readonly vectors Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS. fixed example to compile - demonstrates a bug var name 'len' was F90 key word For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices Fix configure logging of integer size. missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD updated test output files to reflect differences introduced previously in PCView output -ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output missing CHKERRQ; and ugly double declaration of ierr Plex ex3: For want of a semicolon, the kingdom was lost MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location completed basic use of MatSetValuesBlocked_SeqBAIJ_Inlined() by MatSetValuesBlocked_MPIBAIJ() to allow proper global indices being printed when error generated by new nonzero locations. Added inline version of MatSetValuesBlocked_SeqBAIJ() to be used by MatSetValuesBlocked_MPIBAIJ() to print error message for nonzero block with global indices ...
show more ...
|
| #
099af0a3
|
| 29-Mar-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
Add TSAdaptReset()
|
| #
3d097d40
|
| 01-Apr-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-ts-errornorm (pull request #290)
TSErrorWeightedNorm[2|Infinity]: API changes
|
| #
a4868fbc
|
| 26-Mar-2015 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSErrorWeightedNorm[2|Infinity]: API changes
* Accept two arguments U,Y instead of always using ts->vec_sol * Accept argument wnormtype intead of use ts->adapt->wnormtype
|
| #
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 ...
|
| #
af57cd26
|
| 20-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/ts-is-for-differential-variables'
|
| #
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.
|
| #
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'
|
| #
1c8c567e
|
| 10-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
adding new TSTrajectory implementation that saves all solutions to a single file
|
| #
1f475242
|
| 10-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/adjoints-and-events'
|
| #
a66092f1
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
tchem example with more than 1 cell is now working
|
| #
7684fa3e
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
updates for display solution in particular cells
|
| #
e673d494
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Begin work on simple TChem example that solves reactions in each cell on a one dimensional field
|
| #
95f87d5e
|
| 06-Mar-2015 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/adjoints-and-events
Need to update the branch to get the changes made by Hong to the adjoint code.
|
| #
f2dee214
|
| 06-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into jed/chem Note merging a branch with good stuff in it for a year and a half is insane!
Conflicts: src/ts/examples/tutorials/makefile src/ts/interface/ts.c
|
| #
d8151eea
|
| 05-Mar-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
removed vector array arguments from TSAdjointSetCostIntegrand() since they can be created automatically inside TSAdjointSetUp()
|