History log of /petsc/src/vec/pf/impls/string/cstring.c (Results 126 – 150 of 159)
Revision Date Author Comments
# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


# 6c47df7f 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 044a96be73bd5950b7c313935e156cd4d1988953


# 26e7fa26 28-Sep-2010 Jed Brown <jed@59A2.org>

Two more consts for PF

Hg-commit: 8b9da9d005b9944744d8a4c33d0df55482baacee


# 1451c9d6 29-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f4adcc058053db0591717333b80bc943449cec4b


# ca403474 29-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 320e12621a75b76069d3a8a897aa3f72377aa8dd


# 0598bfeb 29-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new types

Hg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e

show more ...


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# ff219bfb 27-Apr-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19


# 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


# 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 ...


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 6f3d5618 31-Oct-2007 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230


# 60f69c44 15-Oct-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae7ad2b71b1fdcfb27898e923a2c03bd62c86a54


# 781b3001 14-Oct-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4e945c9820f08f3e5a1bc871ec50d7ccb0b7454e


# e0156e0b 11-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: 8b48556a285e293c04f497a3a1e40ac96cfd5016


# 780a600e 05-Oct-2007 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b5a05984274c84515a795ed75eef9d3b27ba97f1


# 442648ef 04-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 8b955b66410cbc923a4e1233fdeaca7fbf3e5d5d


# 7adad957 03-Oct-2007 Lisandro Dalcin <dalcinl@gmail.com>

changes for solving the strict aliasing issue in PetscObject and derived

Hg-commit: 278faecc91564f5495fa9f7d48380d547995fa45


# ba7117d9 22-Feb-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2931
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222195212|11920
ChangeSet
1.2931 05/02/22 13:52:12 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.2931
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222195212|11920
ChangeSet
1.2931 05/02/22 13:52:12 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev

config/configure.py
1.88 05/02/22 13:52:11 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 6c29d9f6bfc261365a01170caf8222c292efa0c5

show more ...


# 7cfd0b05 22-Feb-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2924.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528
ChangeSet
1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0
enum as data type

bk-changeset-1.2924.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528
ChangeSet
1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0
enum as data type
Petscpopen only exists if popen exists so ifdef uses

src/vec/pf/impls/string/cstring.c
1.18 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/viewer/impls/binary/binv.c
1.42 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/viewer/impls/ascii/filev.c
1.35 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/utils/select.c
1.15 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -2
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/objects/ptype.c
1.13 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +7 -47
add enum PETSc type

src/sys/src/objects/ams/aoptions.c
1.33 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/fileio/sysio.c
1.34 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -1
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/fileio/smatlab.c
1.12 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +12 -9
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/fileio/mpiuopen.c
1.22 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -17
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/fileio/ftest.c
1.35 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +9 -0
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/fileio/fretrieve.c
1.26 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -0
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/error/err.c
1.48 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -1
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/draw/impls/ps/pops.c
1.14 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +26 -23
provide PetscPOpen() only when popen exists, thus protect
uses with #ifdef

src/sys/src/bag/bag.c
1.7 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +68 -2
registering enums

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.107 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
added PetscTruths

src/ksp/pc/impls/hypre/hyppilut.c
1.72 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added PetscTruths

src/dm/ao/impls/basic/aodatabasic.c
1.30 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added string enum name for PetscDataType

python/PETSc/packages/Prometheus.py
1.6 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
add post processing compile

python/PETSc/packages/BlasLapack.py
1.116 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
change name of BLASLAPACK_F2C to UNDERSCORE

include/petscblaslapack_stdcall.h
1.3 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
change name of BLASLAPACK_F2C to UNDERSCORE

include/petscblaslapack_caps.h
1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
change name of BLASLAPACK_F2C to UNDERSCORE

include/petscblaslapack_c.h
1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
change name of BLASLAPACK_F2C to UNDERSCORE

include/petscblaslapack.h
1.18 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
change name of BLASLAPACK_F2C to UNDERSCORE

include/petscbag.h
1.5 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
add enums as datatype

include/petsc.h
1.116 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +10 -6
provide strings for enums

config/configure.py
1.86.1.1 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +5 -0
post processing

BitKeeper/deleted/.del-mstart.c~b4fc29a786cb26fb
1.5 05/02/21 16:43:19 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/sys/src/viewer/impls/socket/matlab/mstart.c

src/ksp/pc/impls/prometheus/petscprom.c
1.5 05/02/20 18:57:24 barrysmith@barry-smiths-computer.local +1 -1
removed stray charactor introduced during last cleanup


Hg-commit: 603c92722a1584f3d54b238c2e3dd2279e2f94f8

show more ...


# ff43f1e1 27-Dec-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

include/petscmath.h
1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22

show more ...


1234567