TS: Fix euler interpolationReported-by: https://bitbucket.org/petsc/petsc/issues/119/ts-unable-to-do-easiest-example-10-steps
fix cost integral for rk methods and update the examples
fix bug for cost integral evaluation
Merge branch 'hzhang/inode-erroriffpe'
fixed up formatting of references in manualpages to consistent styleReferences:+ 1. - ref1. 2. - ref2- 3. - ref3previously the formatting was varied and ugly
add allowzeropivot and zeropivotdetected to PetscKernel_A_gets_inverse_A_#
rename crash and wouldcrash -> allowzeropivot and zeropivotdetected as suggested by Barry
add 'PetscBool crash,PetscBool *wouldcrash' to PetscKernel_A_gets_inverse_A_3() to handle zeropivot error
Merged in emil/fix-ts-euler-generate-error-if-non-rhsfunction (pull request #385)Generate an Error if the user calls for TS type Euler with IFunction defined
Merged in emil/fix-arkimex-diverged-reason (pull request #382)ARKIMEX: fix the returned ts_reason in case of snes failure
Merge branch 'master' into barry/petscoptions-object
fix formating of TSTHETA manual page and add missing command line optionReported-by: Dave May <dave.mayhem23@gmail.com>
Complete update to new PetscOptions interface
Begin renaming the PetscOptions objects for the future where PetscOptions will not be a singleton
fix conditional
Generate an Error if the user calls for TS type Euler with IFunction defined
ARKIMEX: fix the returned ts_reason in case of snes failure
added convergence criteria for TSPSEUDO and updated some test examples to use these to generate same results with double and single precision
Merge branch 'master' into shri/add-tsevent-to-powergrid-examples
Merge branch 'pr263/PierreBdR/ts-domain-error-in-stage/master'
Handle PetscBool generation correctly for C++
Merge branch 'master' into pr263/PierreBdR/ts-domain-error-in-stage/master
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>Suggested-by: Patrick Lacasse <placasse@giref.ulaval.ca>
show more ...
Simplified arguments of the main function call.Before only the user interface had been made simpler.
Merge branch 'maint'
1...<<21222324252627282930>>...54