History log of /petsc/src/sys/objects/aoptions.c (Results 351 – 375 of 539)
Revision Date Author Comments
# d25d7f95 18-Nov-2013 Jed Brown <jedbrown@mcs.anl.gov>

Sys: read integer as long long (or long) and check for overflow

Removes switch on PETSC_USE_64BIT_INDICES. We need the non-long long
alternative because of ancient Microsoft compilers, according to

Sys: read integer as long long (or long) and check for overflow

Removes switch on PETSC_USE_64BIT_INDICES. We need the non-long long
alternative because of ancient Microsoft compilers, according to Satish.

show more ...


# cd4f0679 18-Nov-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fi

Merge branch 'master' into knepley/feature-dmda-section

* master: (528 commits)
Doc: Fixed configure doc
Nightly summary: Added configure section.
TSSetErrorIfStepFails: fix __FUNCT__
TS: fix for TSGetRHSMats_Private() in the creation of the Arhs and Brhs matrices
protect logging of objects (which uses global variables) with PETSC_USE_LOG
error handler API had been previously changed but this example was not updated to new API.
DMPlex: Fixed bug in coordinate permutation
PetscSection: Doc fix for permutation
Bib: Added Top500 and fixed entry
fun3d: update PetscMallocValidate() usage
bugfix of MatCreateSeqAIJFromTriple() contributed by Nicolas Marsic <nicolas.marsic@montefiore.ulg.ac.be>
bib: rename ref with duplicate key
Webpage: Corrected '-dm_mat_type cusp' to 'dm_mat_type aijcusp'.
completed removing server code that was not removed in previous commit
removed PETSc webserver and configure package files that supported it
Allow calling MatGetBlockSize[s]() before matrix preallocation
SNESLINESEARCHBT: Set the norms when exiting early due to negligible step.
fix outdated PetscOptionsList
SNESQN: only monitor real part of dot product (fails with C++ complex)
Fix for multiple definitions in mat/color/interface/ custom fortran bindings
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/da/dageometry.c
src/dm/impls/plex/examples/tests/ex4.c
src/dm/impls/plex/plex.c
src/dm/impls/plex/plexinterpolate.c

show more ...


# eeb04156 08-Nov-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/saws'


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# a264d7a6 10-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

fix name for PetscOptionsFList() and get FList() and EList() working properly with SAWs legal values


# c4899266 09-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to use SAWs selected field to know if any variables where set by user


# 88a9752c 08-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

using new SAWs_Selected() instead of trying to manage it with another published variable


# d50831c4 07-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to _ and __ variable name support in SAWs
when displaying options don't display man_# or text_#


# 8da2146e 07-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

missing break;


# eabe10d7 04-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

cannot check for valid type since it misses things like MATAIJ


# 7aab2a10 02-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

update to use SAWs _Block feature on PetscObjectSAWsBlock and -options_gui


# 7781c08e 02-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

PetscOptionsSAWsInput() now properly publishes most options


# 475446a1 01-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

fixes for text based interactive processor of options


# 9a492a5c 13-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to latest SAWs API


# 2657e9d9 10-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to new /dir1/dir2/variablename scheme for SAWs


# 37bef686 06-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

updated PETSc to use a hierarchy of SAWs directories, doesn't work properly


# ca93e954 06-Aug-2013 Barry Smith <bsmith@mcs.anl.gov>

update for latest SAWs


# e04113cf 24-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

converted uAMS usage to SAWs usage; starts server but cannot see any published directories


# cef79c10 16-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

updates to AMS interface include simple bash scripts


# ec957ece 04-Jul-2013 Barry Smith <bsmith@mcs.anl.gov>

updated to new version of AMS; not tested


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

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


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# 365a8a9e 21-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

removed excessive use of CHKMEMQ;


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