History log of /petsc/src/sys/objects/aoptions.c (Results 476 – 500 of 539)
Revision Date Author Comments
# 503cfb0c 22-Apr-2010 Barry Smith <bsmith@mcs.anl.gov>

general cleanup of petscsys.h
removed PetscStrfree() since PetscFree() does the same thing

Hg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d


# 0d2fba3e 09-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5


# c272547a 01-Mar-2010 Jed Brown <jed@59A2.org>

PetscOptionsGetFromTextInput: read PetscInt using "%lld" when with-64-bit-indices

Hg-commit: c503bc13f288f038ba526e5e293173f9bfd1af47


# 2ae9f97c 01-Mar-2010 Jed Brown <jed@59A2.org>

Const correctness on the char** in PetscOptions{Enum,EList}

Hg-commit: 1bbc867c3661fd2f413f83b58e83dba3f610b153


# 28842d8c 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ee73705a045ef5d04e074e8534eb7e0fbaa08e1b


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# a4404d99 25-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

aoptions.c fixes for single precision in sscanf use

Hg-commit: 36ca14d83aab9f38d9a16c48e990e75914a577aa


# 330cf3c9 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

changed handling of __SDIR__ to make a string inside of petscerror.h instead of in the shell
fixed Options database code for C++

Hg-commit: c6eceed7748cd722537376487a2ee1ff262eb623


# 3cc1e11d 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

added support for GUI interface for PetscOptionsList()

Hg-commit: 87eec443dcebecef24166f250c0681dec26290ce


# e26ddf31 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

handle PetscOptions GUI for int and real array, fixed so PetscOptionsGetFromTextInput() prints over PETSC_COMM_WORLD

Hg-commit: 8134b8400823ac5e5073a2e9b17d9533d318391d


# 3fc1eb6a 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

cleanup of options code

Hg-commit: 0c1607112f16f17152f4bd57ffee5ee65286e133


# f971a695 24-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

removed PetscOptionsHelp objects and code since they were not used

Hg-commit: 853bd784d1b50153cefae5ac7e5aa855631e5b09


# 538aa990 23-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

support for GUI for PetscOptionsReal()
explain PetscOptionsObject.changedmethod

Hg-commit: 1ec5be9e77d352cedeb69f713e53ac1d9b7b1c34


# af6d86ca 23-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

tiny update to -options_gui forgot to get in last commit because of stupid murky design that does not display changed files first

Hg-commit: 334035f55511a213a6a217f67735ca403b8da0cd


# aee2ceca 23-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

very crude -options_gui that uses stdin is now working

Hg-commit: 5db3b2f044a20feeee821437c9e33c1d25fee236


# eaada2e5 06-Feb-2010 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 52d5c8c3e196361d5c4c5f4b6b71bf59b669a5fb


# 17326d04 04-Feb-2010 Jed Brown <jed@59A2.org>

Take two using PetscOptionsGetTruth in PetscOptionsTruthGroup

Hg-commit: cc88a75d9eafebea42b7a414771d18a89cf19195


# 92f029eb 04-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 13387c9d47f1c327b9458079c3427cc0eb8e10f1


# 5e740fe6 04-Feb-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: b0303da803631c81e13263282525bee853768f3e


# fba5cdf8 04-Feb-2010 Jed Brown <jed@59A2.org>

Backed out changeset 54936a75dfe8

Oops, this broke everything. I'll track down the reason.

Hg-commit: ae0d7b56898cc82bb92bd00c5a58127b8e2918f4


# 5b1b47c6 04-Feb-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruthGroup: use PetscOptionsGetTruth instead of PetscOptionsHasName

This allows deactivating members of a truth group with -long_option_name 0
instead of having to delete the whole optio

PetscOptionsTruthGroup: use PetscOptionsGetTruth instead of PetscOptionsHasName

This allows deactivating members of a truth group with -long_option_name 0
instead of having to delete the whole option name to deactivate.

Hg-commit: 54936a75dfe8d884297d4b92bb55dbb841ea4b17

show more ...


# fe36e6c7 13-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge
- Watch out for SNES ex45, I think the merge was bad

Hg-commit: 04bc4bca24f51d95f00a035b6b5fb2e5990fd8a8


# 90d69ab7 28-Mar-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth vari

changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false
changed most uses of these routines to the Truth varient

Hg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2

show more ...


# ff2c26e0 24-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


1...<<11121314151617181920>>...22