| #
4889d5f4
|
| 22-Jun-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix: use %g - and fix corresponding output logs
Thanks-to: Barry Smith <bsmith@mcs.anl.gov>
|
| #
80e55adf
|
| 20-Jun-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge remote-tracking branch 'origin/knepley/feature-convergence-estimator'
* origin/knepley/feature-convergence-estimator: ConvEst: Restore the SNES to the original condition after estimation C
Merge remote-tracking branch 'origin/knepley/feature-convergence-estimator'
* origin/knepley/feature-convergence-estimator: ConvEst: Restore the SNES to the original condition after estimation ConvEst: Discretization can change, so move name extraction into loop SNES ex13: Fixed test dependencies SNES ex13: Update to new API ConvEst: Initialize variables Fortran: Fixed Fortran bindings - Need custom binding for all View() to handle default viewers ConvEst: I hate Fortran ConvEst: Damn damn damn ConvEst: Added Fortran type ConvEst: Fixed spelling, fixed type ConvEst: Fixing LAPACK type SNES ex13: Now estimate convergence using built-in test SNES: Allow convergence estimation using -snes_convergence_estimate PetscConvEst: Added an object which estimates the convergence rate of a discretization PetscDT: Turn on Fortran binding SNES ex13: Added test output SNES ex13: Looking at automatic convergence estimation PetscDS: Added exact solution functions - We will use these to evaluate convergence using MMS
Conflicts: include/petsc/private/petscdsimpl.h src/dm/dt/interface/dtds.c
show more ...
|
| #
2cae373c
|
| 14-Jun-2017 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Restore the SNES to the original condition after estimation
|
| #
239a0881
|
| 11-Jun-2017 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Discretization can change, so move name extraction into loop
|
| #
8fa78361
|
| 27-May-2017 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Initialize variables
|
| #
0955ed61
|
| 26-May-2017 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Fixed spelling, fixed type
|
| #
28cc7b48
|
| 26-May-2017 |
Matthew G. Knepley <knepley@gmail.com> |
ConvEst: Fixing LAPACK type
|
| #
6af0ca60
|
| 23-May-2017 |
Matthew G. Knepley <knepley@gmail.com> |
PetscConvEst: Added an object which estimates the convergence rate of a discretization
|