Application can now sms text completion or other important information
Merge branch 'balay/fix-isalpha-warnings'
Add Peter, Karl, and Mark to author listsBased on discussion with Barry and Matt. I have updated the entries forwebsite _and_ users manual to maintain consistency when it comes time torelease.
cygwin: gcc fix warnings with isalpha()>>>>> CC arch-mswin-c-debug/obj/src/sys/objects/options.o/home/balay/petsc.test/src/sys/objects/options.c: In function ‘PetscOptionsValidKey’:/hom
cygwin: gcc fix warnings with isalpha()>>>>> CC arch-mswin-c-debug/obj/src/sys/objects/options.o/home/balay/petsc.test/src/sys/objects/options.c: In function ‘PetscOptionsValidKey’:/home/balay/petsc.test/src/sys/objects/options.c:332:3: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (!isalpha(in_str[1])) PetscFunctionReturn(0); ^/home/balay/petsc.test/src/sys/objects/options.c:335:3: warning: array subscript has type ‘char’ [-Wchar-subscripts] if ((inf || INF) && !(in_str[4] == '_' || isalnum(in_str[4]))) PetscFunctionReturn(0); ^<<<<<<prototypes appear to be: int isalnum(int c); int isalpha(int c);
show more ...
Merge branch 'barry/update-some-manualpages'
Merge branch 'barry/add-fortran-num-consts'
win32: fix fortran upcase for petscsetcommonblocknumeric_()libpetsc.lib(zstartf.o) : error LNK2001: unresolved external symbol _petscsetcommonblocknumeric_@32
cuda: fix mismatched include for cublasInit()/home/balay/petsc.clone-3/src/sys/objects/ftn-custom/zstart.c: In function ‘petscinitialize_’:/home/balay/petsc.clone-3/src/sys/objects/ftn-custom/zsta
cuda: fix mismatched include for cublasInit()/home/balay/petsc.clone-3/src/sys/objects/ftn-custom/zstart.c: In function ‘petscinitialize_’:/home/balay/petsc.clone-3/src/sys/objects/ftn-custom/zstart.c:446:3: warning: implicit declaration of function ‘cublasInit’ [-Wimplicit-function-declaration]
update some /*MC manual pages, correcting errors and occassionally adding more information
numerical constants such as PETSC_PI, PETSC_REAL_MAX are automatically placed in Fortran common blocknow numerical constants are always equal in both languages
change PetscStrncpy() to ALWAYS null terminate result
support for MPIU operations for quad precision in Fortran now works
Sys: Allow PetscObjectDereference() on NULL pointer
support MPIU_REAL,SCALAR and SUM in Fortran for quad precision
fixed quote marks for includes to <>
Merge branch 'barry/update-log-view'
Merge branch 'master' into barry/remove-big-g
completed some percentage of changes from %G format in prints
Merge branch 'master' into barry/wirth-fusion-materialsbad manual merge needs to be fixedthis is what happens when branches hang around too longConflicts: src/ts/examples/tutorials/advection-dif
Merge branch 'master' into barry/wirth-fusion-materialsbad manual merge needs to be fixedthis is what happens when branches hang around too longConflicts: src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
fix 28176ea to automatically handle -options_left in debug mode. I had left a blockof code inside an if {} block where it did not belong
converted PetscLogView() to behave more like all the other viewersit will dispatch to the various specific viewers and formats ratherthan having seperate functionsfor each format like before
move js tools to common mcs website, updated petsc to use latest saws with SAWs.js
Fix to allow -options_monitor. ThreadComm needs to be initialized before the options monitor is added, as it opens a viewer, which uses PetscCommDuplicate(), which needs ThreadComm keyval.\nMonito
Fix to allow -options_monitor. ThreadComm needs to be initialized before the options monitor is added, as it opens a viewer, which uses PetscCommDuplicate(), which needs ThreadComm keyval.\nMonitors need to be cancelled in PetscFinalize() to release their viewer's memory before -malloc_dump reports it.
Merge branch 'barry/update-xxxviewfromoptions'
Merge branch 'barry/petsc-viewer-draw-set-draw-type'
1...<<51525354555657585960>>...99