History log of /petsc/src/sys/objects/optionsyaml.c (Results 51 – 62 of 62)
Revision Date Author Comments
# dd400576 26-Jul-2021 Patrick Sanan <patrick.sanan@gmail.com>

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less
tightly, so the result of the computation would otherwise change.

show more ...


# d5ed94bb 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jose/fix-manpages'

Fix manpages to avoid errors reported by doctext

See merge request petsc/petsc!4309


# d8d19677 12-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix manpages: Input/Output Parameter --> Parameters


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 844ed6c5 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/2021-02-28/yaml-cleanups' into 'main'

PetscOptionsInsertFileYAML man page minor cleanup

See merge request petsc/petsc!3665


# 4e229cb6 17-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-yaml' into 'main'

YAML: Ignore empty documents and add tests for multiple documents

See merge request petsc/petsc!3721


# 7a30eb05 28-Feb-2021 Patrick Sanan <patrick.sanan@gmail.com>

Update PetscOptionsInsertFileYAML man page

Remove outdated information and note that this function call
PetscOptionsInsertStringYAML().


# 2b8ac955 15-Mar-2021 Lisandro Dalcin <dalcinl@gmail.com>

YAML: Ignore empty documents and add tests for multiple documents


# 817aff64 26-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/vendor-libyaml' into 'master'

Vendor LibYAML

See merge request petsc/petsc!3652


# 951eb098 22-Feb-2021 Lisandro Dalcin <dalcinl@gmail.com>

YAML: Enable use of vendored LibYAML


# f996e368 22-Feb-2021 Lisandro Dalcin <dalcinl@gmail.com>

YAML: Move YAML options implementation sources closer to related sources


123