| a7bd641c | 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'
Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringError
See merge request petsc/petsc!4078 |
| 7a362c66 | 18-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
- Cxx dialect will now also be inferred from compiler flags, although users will now be warned that they should let PETSc auto-detect the flag when setting the dialect this way - Change dialect flags
- Cxx dialect will now also be inferred from compiler flags, although users will now be warned that they should let PETSc auto-detect the flag when setting the dialect this way - Change dialect flags to be consistent with compiler flags; --with-cxx-dialect=gnu++14 means you want -std=gnu++14, no more, no less - Fix for using no flag. Previously we would bail out immediately without running the tests and therefore wouldn't set any of the capability defines. We now run all tests, just don't set the flag in the end - Fix a number of corner-cases when handling Cxx dialect detection
show more ...
|
| 22b3aaf4 | 18-Oct-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
mention the new c++ dialect detection changes in the 3.16 changelog |
| 1cee10b1 | 18-Oct-2021 |
Barry Smith <bsmith@petsc.dev> |
Vec: Fix VecTaggerComputeBoxes(), VecTaggerComputeIS() to return a boolean whose value is true if the list was created |
| f373010e | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx meta-docs: condense point on environment variables and remove point on formatting the single command configure |
| ffbd5713 | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx metadocs: shorten point on console snippets |
| 527406f6 | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx meta-docs: move literalinclude instructions to the top and remove point on not using code:: directive |
| 316e25eb | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx metadocs: add note on confusing escape required to pluralize inline code snippet |
| 0751005d | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx metadocs: shorten entry on internal links |
| 5273ec67 | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Sphinx metadocs: fix indentation |
| 2e9aa87a | 18-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: re-add dev changes link and resolve warnings in dev.rst |
| eacefe60 | 15-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: fix incorrectly formatted link |
| 075dfc9b | 15-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: mark custom extension as safe for parallel read |
| dde8958d | 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| e627222c | 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/unify-bib' into 'release'
Docs: Consolidate .bib files
See merge request petsc/petsc!4428 |
| a676a84c | 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-clean-up-integration-page' into 'release'
Docs: clean up integration and contributing pages
See merge request petsc/petsc!4432 |
| 0330569c | 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 71a5f099 | 06-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Developer Docs: Major edit of integration and contribution sections
* Update integration workflow sections. * Remove custom CSS and popup images in pipeline and MR descriptions, in favor of simple
Developer Docs: Major edit of integration and contribution sections
* Update integration workflow sections. * Remove custom CSS and popup images in pipeline and MR descriptions, in favor of simple inline images. * Significantly shorten some tutorial sections on MRs and pipelines. * Move pipeline tutorials to a separate file. * Significantly condense Git instructions, and move to contributing section from integration section. * Many small edits and fixes.
show more ...
|
| 4754a72f | 13-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: rename doc/Makefile to doc/makefile |
| edb78736 | 12-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/2021-10-08/doc-fix-tao-labels' into 'release'
Doc: TAO Manual: add missing section labels
See merge request petsc/petsc!4429 |
| 4f37162b | 08-Jul-2021 |
Matthew G. Knepley <knepley@gmail.com> |
DM: Added DMGet/SetNaturalSF() |
| d8f25ad8 | 12-Oct-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add PetscDTPTrimmedEvalJet(): evaluates P trimmed polynomials
This follows the construction in Arnold, Falk and Winther section 4.4
I do not know yet if this basis is stable for evaluation
Start t
Add PetscDTPTrimmedEvalJet(): evaluates P trimmed polynomials
This follows the construction in Arnold, Falk and Winther section 4.4
I do not know yet if this basis is stable for evaluation
Start test of PetscDTPTrimmedEvalJet()
Document and cite the implementation of P trimmed evaluation
Limit P trimmed test output to condition numbers
Add negative form degrees to PetscDTPTrimmedEvalJet()
Add alternate implementation of trimmed polynomials
Remove the reference implementation in favor of a simpler, better conditioned alternative
show more ...
|
| 8dfd3fee | 12-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: migrate "editing online" material to contributing page and add note on community page |
| 1935c141 | 12-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: remove outdated ReadTheDocs tutorial video link |
| dcc44b0b | 12-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |