Start to add 1d matrix free version of burgers spectral ODE exampleCommit-type: feature, example
remove memory leaks from burgers examples and fix for parallel runsCommit-type: bug-fix
Cleanup dead code from burgers_spectralCommit-type: testing-fix,style-fix, example
Update output for burgers_spectral to match new JacobianCommit-type: bug-fix, testing-fix
use correct Jacobian for Burgers equationCommit-type: bug-fix, portability-fix, testing-fix,style-fix, feature, exampleThanks-to: Oana Marin <omarin@anl.gov>
add reference to paper
Minor cleanup of burgers_spectral codeCommit-type: style-fix
add Burger's spectral test caseImprove PetscMkdir() if directory already existsCommit-type: testing-fix, feature
Change Fortran SETERRA and SETERRQ to be simple statementsAlso fix for --with-errorchecking=0 and repair shashi.F90 (which wasinvalid for a variety of reasons) so that it compiles. Fortran is not
Change Fortran SETERRA and SETERRQ to be simple statementsAlso fix for --with-errorchecking=0 and repair shashi.F90 (which wasinvalid for a variety of reasons) so that it compiles. Fortran is notmy favorite language.
show more ...
Make initializing PETSc objects in Fortran by default, remove PetscObjects in Fortran examples from common blocks since conflicts with initialized types in F90Commit-type: testing-fix,featureThank
Make initializing PETSc objects in Fortran by default, remove PetscObjects in Fortran examples from common blocks since conflicts with initialized types in F90Commit-type: testing-fix,featureThanks-to: Randall Mackie <rlmackie862@gmail.com>
Convert TaoDefaultMonitor() to TaoMonitorDefault() to match other PETSc monitorsand have it format the output in a similar way with the name of the solver TAO.Commit-type: style-fix, feature, doc
Convert TaoDefaultMonitor() to TaoMonitorDefault() to match other PETSc monitorsand have it format the output in a similar way with the name of the solver TAO.Commit-type: style-fix, feature, documentation
Mark most TAO examples as not runable from complex.Commit-type: portability-fix, testing-fix
converted another Tao directory to new test harnessCommit-type: testing-fix
Merge remote-tracking branch 'origin/barry/ssisc-spectral-adjoint'
Merge remote-tracking branch 'origin/barry/fortran-PetscSFBcastBegin'
fix const missmatch for DMDAVecRestoreArrayRead()Commit-type: bug-fixReported-by: nightly tests
Remove broken test rules for burgers exampleCommit-type: testing-fix
Add script for Burgers convergence study.Change continuum error term to analytic
Modify convergencestudy.m to match font and line style of other figures
Update output based on correction that resulting gradient should not be scaled by mass matrixCommit-type: testing-fix
Merge branch 'barry/ssisc-spectral-adjoint' of bitbucket.org:petsc/petsc into barry/ssisc-spectral-adjoint
remove division by mass matrix after Jacobian, fix check on polynomial orderCommit-type: bug-fix
Burgers which works like in Jameson.. however so far only with RHSfunction and RHSJacobian Linear
Burgers conveges nicely for low time horizons, but gets very odd for long ones.
1...<<111213141516171819