History log of /petsc/src/sys/objects/options.c (Results 276 – 300 of 919)
Revision Date Author Comments
# 445999fa 16-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# cb7fd944 16-Apr-2019 Václav Hapla <vaclav.hapla@erdw.ethz.ch>

Merged in haplav/optionsc-edited-online-with-bitbucket-1555417374688 (pull request #1546)

fix PetscOptionsPrefixPush manpage

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# d4dde6fa 16-Apr-2019 Václav Hapla <vaclav.hapla@erdw.ethz.ch>

fix PetscOptionsPrefixPush manpage

options.c edited online with Bitbucket


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4f59c0f7 13-Mar-2019 Stefano Zampini <stefano.zampini@gmail.com>

Merged in stefano_zampini/feature-pcbddc-enablelor (pull request #1427)

Stefano zampini/feature pcbddc enablelor


# bf9c6086 17-Feb-2019 Stefano Zampini <stefano.zampini@gmail.com>

PetscOptionsInsertString: handle the case of -options_file


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# 28e63b01 03-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/fix-fieldsplit-options-processing' [PR #1404]

* knepley/fix-fieldsplit-options-processing:
Sys: PetscOptionsFindPairPrefix_Private() was not doing the UGLY _%d_ trick
Now you c

Merge branch 'knepley/fix-fieldsplit-options-processing' [PR #1404]

* knepley/fix-fieldsplit-options-processing:
Sys: PetscOptionsFindPairPrefix_Private() was not doing the UGLY _%d_ trick
Now you can use -mg_levels with PCFIELDSPLIT

show more ...


# d6ced9c0 01-Mar-2019 Matthew G. Knepley <knepley@gmail.com>

Sys: PetscOptionsFindPairPrefix_Private() was not doing the UGLY _%d_ trick
- Now you can use -mg_levels with PCFIELDSPLIT


# bbc61ff8 06-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'dmay/Petscgetline-bugfix' into maint [PR #1360]

* dmay/Petscgetline-bugfix:
Petscgetline: Bug fix - Ensure a max of 1024 chars be read per while-loop iteration from the file.


# d898ec0d 06-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'dmay/Petscgetline-bugfix' [PR #1360]

* dmay/Petscgetline-bugfix:
Petscgetline: Bug fix - Ensure a max of 1024 chars be read per while-loop iteration from the file.


# e86f3e45 04-Feb-2019 Dave May <dave.mayhem23@gmail.com>

Petscgetline: Bug fix - Ensure a max of 1024 chars to be read per while-loop iteration by read from the file.

* The change enables option strings longer than 1024 characters to be parsed without mem

Petscgetline: Bug fix - Ensure a max of 1024 chars to be read per while-loop iteration by read from the file.

* The change enables option strings longer than 1024 characters to be parsed without memory corruption.

show more ...


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# f35fe2a5 06-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 0ed19bb1 29-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/feature-options-associated-with-object' [PR #1194]

* barry/feature-options-associated-with-object:
Complete support for individual PETSc objects to use their own options database

Merge branch 'barry/feature-options-associated-with-object' [PR #1194]

* barry/feature-options-associated-with-object:
Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()

show more ...


# daabea38 25-Oct-2018 Barry Smith <bsmith@mcs.anl.gov>

CHKERRQ(ierr) on ierr that was never set; turn back on hashtable search of options that was turned off when debugging previous commit

Commit-type: bug-fix
Reported-by: Sophie Blondel <sblondel@utk.e

CHKERRQ(ierr) on ierr that was never set; turn back on hashtable search of options that was turned off when debugging previous commit

Commit-type: bug-fix
Reported-by: Sophie Blondel <sblondel@utk.edu>

show more ...


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# df90af56 24-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an already factored matrix
Mat: Small fix for checking and docs
Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored
PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition
single precision produces different convergence history
p4est: has a dependency on zlib - so handle it correctly
Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing.
Replace VecWAXPY by VecAXPY if needed
Revert "Replace VecWAXPY by VecAXPY if needed"
Replace VecWAXPY by VecAXPY if needed
MatHermitianTransposeGetMat and MatCreateVecs
ex19: Updated test filter to avoid false positives.
DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com>
Do not build shared openblas when doing static build
Upgrade OpenBLAS to 0.3.3
test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML]
...

Conflicts:
src/vec/is/utils/vsectionis.c

show more ...


# 16413a6a 22-Oct-2018 Barry Smith <bsmith@mcs.anl.gov>

Complete support for individual PETSc objects to use their own options database with PetscObjectSetOptions()

Commit-type: feature, example
Reported-by: "Blondel, Sophie" <sblondel@utk.edu>


# dfd95116 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 5a7b8bca 09-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/stefano_zampini/weakly-symmetric-elasticity-rebased'


# 928bb9ad 03-Oct-2018 Stefano Zampini <stefano.zampini@gmail.com>

Do some housekeeping and add missing CHKERRQ calls


1...<<11121314151617181920>>...37