History log of /petsc/src/mat/impls/aij/seq/ (Results 3426 – 3450 of 4200)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2219128524-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1331
Kris@p4buschel.|ChangeSet|20030624213049|56391
ChangeSet
1.1331 03/06/24 14:30:49 Kris@p4buschel. +9 -0
Implement MPISBAIJ_Spooles

src/mat/utils/matioall.c
1.14 03/06/2

bk-changeset-1.1331
Kris@p4buschel.|ChangeSet|20030624213049|56391
ChangeSet
1.1331 03/06/24 14:30:49 Kris@p4buschel. +9 -0
Implement MPISBAIJ_Spooles

src/mat/utils/matioall.c
1.14 03/06/24 14:30:48 Kris@p4buschel. +1 -0
Inherit MatLoad_MPISBAIJ for MATMPISBAIJSPOOLES

src/mat/interface/matregis.c
1.14 03/06/24 14:30:48 Kris@p4buschel. +2 -0
Register constructor for MATMPISBAIJSPOOLES.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.26 03/06/24 14:30:48 Kris@p4buschel. +4 -4
Fix cut/paste error.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.16 03/06/24 14:30:48 Kris@p4buschel. +37 -17
Implement MPISBAIJSPOOLES

src/mat/impls/sbaij/mpi/mpisbaij.c
1.55 03/06/24 14:30:48 Kris@p4buschel. +6 -19
Remove spooles from mpisbaij.c

src/mat/impls/aij/seq/spooles/spooles.h
1.35 03/06/24 14:30:48 Kris@p4buschel. +1 -0
Prototype required.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.27 03/06/24 14:30:48 Kris@p4buschel. +0 -1
Unnecessary #include

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.38 03/06/24 14:30:48 Kris@p4buschel. +1 -0


include/petscmat.h
1.75 03/06/24 14:30:48 Kris@p4buschel. +1 -0
MatType MATMPISBAIJSPOOLES="mpisbaijspooles".


Hg-commit: d10751e4f04d40077d8e0ed8d0c871fbe0b5b3fa

show more ...

9abb65ff24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1327.1.1
Kris@p4buschel.|ChangeSet|20030624195811|42849
ChangeSet
1.1327.1.1 03/06/24 12:58:11 Kris@p4buschel. +12 -0
Implement SeqSBAIJ_Spooles matrices.
MATSEQSBAIJSPOOLES="seq

bk-changeset-1.1327.1.1
Kris@p4buschel.|ChangeSet|20030624195811|42849
ChangeSet
1.1327.1.1 03/06/24 12:58:11 Kris@p4buschel. +12 -0
Implement SeqSBAIJ_Spooles matrices.
MATSEQSBAIJSPOOLES="seqsbaijspooles"

src/mat/impls/sbaij/seq/spooles/makefile
1.2 03/06/24 12:58:10 Kris@p4buschel. +2 -0
Protect seqsbaijspooles from improper builds.

src/mat/impls/sbaij/mpi/makefile
1.8 03/06/24 12:58:10 Kris@p4buschel. +4 -4
Remove spooles from sbaij.

src/mat/impls/aij/mpi/spooles/makefile
1.2 03/06/24 12:58:10 Kris@p4buschel. +2 -2


src/mat/impls/sbaij/mpi/spooles/makefile
1.1 03/06/24 12:50:40 Kris@p4buschel. +26 -0

src/mat/impls/sbaij/mpi/spooles/makefile
1.0 03/06/24 12:50:40 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/sbaij/mpi/spooles/makefile

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.15 03/06/24 12:46:05 Kris@p4buschel. +0 -0
Rename: src/mat/impls/sbaij/mpi/mpisbaijspooles.c -> src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c

src/mat/utils/matioall.c
1.13 03/06/24 12:43:50 Kris@p4buschel. +3 -2
Inherit Load Constructor for seqsbaijspooles from seqsbaij.

src/mat/interface/matregis.c
1.13 03/06/24 12:43:50 Kris@p4buschel. +4 -2
Register constructor for seqsbaijspooles.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.25 03/06/24 12:41:07 Kris@p4buschel. +58 -21
Implement Constructor/Destructor/AssemblyEnd for seqsbaijspooles

src/mat/impls/sbaij/seq/sbaij.c
1.67 03/06/24 12:41:07 Kris@p4buschel. +8 -13
Remove Spooles from sbaij.c
Fix MatLoad_SeqSBAIJ to allow for inheritance

src/mat/impls/sbaij/seq/makefile
1.9 03/06/24 12:41:07 Kris@p4buschel. +4 -4
Move sbaijspooles.c to spooles subdirectory.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.26 03/06/24 12:41:07 Kris@p4buschel. +1 -1
MatGetInertia_SeqSBAIJ_Spooles recovered.

include/petscmat.h
1.74 03/06/24 12:41:07 Kris@p4buschel. +3 -2
MatType MATSEQSBAIJSPOOLES="seqsbaijspooles"

src/mat/impls/sbaij/seq/spooles/makefile
1.1 03/06/24 11:59:52 Kris@p4buschel. +25 -0

src/mat/impls/sbaij/seq/spooles/makefile
1.0 03/06/24 11:59:52 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/sbaij/seq/spooles/makefile

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.24 03/06/24 11:58:04 Kris@p4buschel. +0 -0
Rename: src/mat/impls/sbaij/seq/sbaijspooles.c -> src/mat/impls/sbaij/seq/spooles/sbaijspooles.c


Hg-commit: 966d3e0cbc0eed6ffae8921ae34dcc0e6aeea834

show more ...

d10c748b24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1326
Kris@p4buschel.|ChangeSet|20030624183405|18096
ChangeSet
1.1326 03/06/24 11:34:05 Kris@p4buschel. +11 -0
Implement MatType MATMPIAIJSPOOLES="mpiaijspooles".

src/mat/impls/a

bk-changeset-1.1326
Kris@p4buschel.|ChangeSet|20030624183405|18096
ChangeSet
1.1326 03/06/24 11:34:05 Kris@p4buschel. +11 -0
Implement MatType MATMPIAIJSPOOLES="mpiaijspooles".

src/mat/impls/aij/seq/spooles/spooles.h
1.34 03/06/24 11:34:04 Kris@p4buschel. +2 -0
Fix destructor problem.
Support for MPIAIJ_Spooles type

src/mat/impls/aij/seq/spooles/spooles.c
1.63 03/06/24 11:34:04 Kris@p4buschel. +6 -7
Remove unnecessary #if defined.
Use correct destructor.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.25 03/06/24 11:34:04 Kris@p4buschel. +35 -34
Remove unnecessary #if defined
Clean up code.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.37 03/06/24 11:34:04 Kris@p4buschel. +23 -8
Remove unnecessary #if defined
Implement constructor/destructor for MPIAIJ_spooles.

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.22 03/06/24 11:34:04 Kris@p4buschel. +22 -22
MPIAIJ_Spooles type implementations.

src/mat/impls/aij/mpi/mpiaij.c
1.83 03/06/24 11:34:04 Kris@p4buschel. +1 -1


include/petscmat.h
1.73 03/06/24 10:56:00 Kris@p4buschel. +1 -0
New type mpiaijspooles.

src/mat/utils/matioall.c
1.12 03/06/24 10:55:06 Kris@p4buschel. +1 -0
Register load constructor for mpiaijspooles type.
Inherit mpiaij's load constructor.

src/mat/interface/matregis.c
1.12 03/06/24 10:55:06 Kris@p4buschel. +2 -0
Register constructor for mpiaijspooles type.

src/mat/impls/aij/mpi/mpiaij.c
1.82 03/06/24 10:55:06 Kris@p4buschel. +9 -25
Remove references to spooles matrix type from mpiaij code.

src/mat/impls/aij/mpi/makefile
1.19 03/06/24 10:55:06 Kris@p4buschel. +4 -4
Move MPIAIJ_Spooles matrix to its own directory.

src/mat/impls/aij/mpi/spooles/makefile
1.1 03/06/24 10:32:07 Kris@p4buschel. +20 -0

src/mat/impls/aij/mpi/spooles/makefile
1.0 03/06/24 10:32:07 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/mpi/spooles/makefile

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.21 03/06/24 10:29:53 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/mpi/mpiaijspooles.c -> src/mat/impls/aij/mpi/spooles/mpiaijspooles.c

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.36 03/06/24 10:29:46 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/mpi/mpispooles.c -> src/mat/impls/aij/mpi/spooles/mpispooles.c


Hg-commit: b019e9dff5d6d247b08b6db6600ad55d1b70894a

show more ...

c8d6628224-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1325
Kris@p4buschel.|ChangeSet|20030624024545|04992
ChangeSet
1.1325 03/06/23 19:45:45 Kris@p4buschel. +6 -0
A few more Spooles SeqAIJ updates.

src/mat/impls/sbaij/seq/sbaijspoo

bk-changeset-1.1325
Kris@p4buschel.|ChangeSet|20030624024545|04992
ChangeSet
1.1325 03/06/23 19:45:45 Kris@p4buschel. +6 -0
A few more Spooles SeqAIJ updates.

src/mat/impls/sbaij/seq/sbaijspooles.c
1.23 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.14 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/aij/seq/spooles/spooles.h
1.33 03/06/23 19:45:44 Kris@p4buschel. +2 -0
Declare a few Spooles routines.

src/mat/impls/aij/seq/spooles/spooles.c
1.62 03/06/23 19:45:44 Kris@p4buschel. +6 -4
Set Spooles function pointers

src/mat/impls/aij/mpi/mpispooles.c
1.35 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/aij/mpi/mpiaijspooles.c
1.20 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.


Hg-commit: 3ee67d9551630ee3d7ffc9535e8044b3ea7cecc2

show more ...

ae5c748c24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1324
Kris@p4buschel.|ChangeSet|20030624021627|09183
ChangeSet
1.1324 03/06/23 19:16:27 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1324
Kris@p4buschel.|ChangeSet|20030624021627|09183
ChangeSet
1.1324 03/06/23 19:16:27 Kris@p4buschel. +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2

src/mat/impls/aij/seq/aij.c
1.101 03/06/23 19:16:26 Kris@p4buschel. +0 -0
Auto merged

include/petscmat.h
1.72 03/06/23 19:16:26 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: ac5ba6e1b2d5ef87ac59fa3baeeb49209098d29d

show more ...

b3a1e11c24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1314.1.2
Kris@p4buschel.|ChangeSet|20030624021613|04030
ChangeSet
1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0
Implement Spooles SeqAIJ matrix type.

src/mat/impls/aij/seq

bk-changeset-1.1314.1.2
Kris@p4buschel.|ChangeSet|20030624021613|04030
ChangeSet
1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0
Implement Spooles SeqAIJ matrix type.

src/mat/impls/aij/seq/spooles/spooles.c
1.61 03/06/23 19:16:12 Kris@p4buschel. +1 -1
Ugly type comparison.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.24 03/06/23 19:16:12 Kris@p4buschel. +9 -3
Create Spooles matrices.

src/mat/interface/matregis.c
1.11 03/06/23 18:37:11 Kris@p4buschel. +3 -0
Declare spooles constructor.

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.19 03/06/23 18:37:11 Kris@p4buschel. +1 -1
Fix MPIAIJ later.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.23 03/06/23 18:37:11 Kris@p4buschel. +6 -3
Factorization matrix must be Spooles SeqAIJ matrix.
Fix intertia later.

src/mat/utils/matioall.c
1.11 03/06/23 17:53:18 Kris@p4buschel. +3 -0
Register Spooles SeqAIJ Loader -- Use SeqAIJ Loader which calls correct constructor.

src/mat/interface/matregis.c
1.10 03/06/23 17:53:18 Kris@p4buschel. +3 -0
Register Spooles SeqAIJ constructor.

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.18 03/06/23 17:53:18 Kris@p4buschel. +1 -1
Correct location for spooles.h

src/mat/impls/aij/seq/spooles/spooles.h
1.32 03/06/23 17:53:18 Kris@p4buschel. +4 -0
Stash function pointers in Mat_Spooles object directly instead of composing.

src/mat/impls/aij/seq/spooles/spooles.c
1.60 03/06/23 17:53:18 Kris@p4buschel. +19 -1
Spooles SeqAIJ constructor.

src/mat/impls/aij/seq/spooles/makefile
1.2 03/06/23 17:53:18 Kris@p4buschel. +0 -1
Spooles supports complex.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.22 03/06/23 17:53:18 Kris@p4buschel. +6 -32
SeqAIJ inherited routines are stashed in Mat_Spooles object instead of composed.

src/mat/impls/aij/seq/aij.c
1.98.1.2 03/06/23 17:53:18 Kris@p4buschel. +5 -12
Remove references to Spooles.

include/petscmat.h
1.69.1.1 03/06/23 17:53:18 Kris@p4buschel. +1 -0
New matrix type for Spooles using SeqAIJ.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.21 03/06/23 14:17:17 Kris@p4buschel. +45 -0
Add enhancement of MatView_SeqAIJ and MatAssemblyEnd_SeqAIJ for SeqAIJ_Spooles type.

src/mat/impls/aij/seq/makefile
1.18 03/06/23 14:17:17 Kris@p4buschel. +1 -1
Add subdir spooles

src/mat/impls/aij/seq/aij.c
1.98.1.1 03/06/23 14:17:16 Kris@p4buschel. +1 -5
Unnecessary call to MatUseSpooles_SeqAIJ as it is done in the previous line inside AssemblyEnd.


Hg-commit: ab12a91a8bae2053e215bad2eb0002631bf5d1d0

show more ...

7703864223-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1314.1.1
Kris@p4buschel.|ChangeSet|20030623203354|07959
ChangeSet
1.1314.1.1 03/06/23 13:33:54 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F

bk-changeset-1.1314.1.1
Kris@p4buschel.|ChangeSet|20030623203354|07959
ChangeSet
1.1314.1.1 03/06/23 13:33:54 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2


Hg-commit: 7c73f5d6d4139d30d08dd912c0482c842bf554e7

show more ...


/petsc/bmake/linux64_intel/buildtest
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
makefile
spooles/aijspooles.c
spooles/makefile
spooles/spooles.c
spooles/spooles.h
spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/is/utils/iscoloring.c
82eb862222-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1317
bsmith@harley.mcs.anl.gov|ChangeSet|20030622035532|65301
ChangeSet
1.1317 03/06/21 22:55:32 bsmith@harley.mcs.anl.gov +2 -0
fixed bug introduced when introducing const freeing

bk-changeset-1.1317
bsmith@harley.mcs.anl.gov|ChangeSet|20030622035532|65301
ChangeSet
1.1317 03/06/21 22:55:32 bsmith@harley.mcs.anl.gov +2 -0
fixed bug introduced when introducing const freeing array always when usually it should not be

src/mat/impls/aij/seq/fdaij.c
1.6 03/06/21 22:55:31 bsmith@harley.mcs.anl.gov +1 -1
fixed bug introduced when introducing const freeing array always when usually it should not be

src/mat/color/color.c
1.10 03/06/21 22:55:31 bsmith@harley.mcs.anl.gov +0 -3
fixed bug introduced when introducing const freeing array always when usually it should not be


Hg-commit: a4fdc53536b9139dae74e673b35eb061b4ee5246

show more ...

41bc85a121-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1301.2.1
Kris@p4buschel.|ChangeSet|20030621193453|06434
src/mat/impls/aij/seq/spooles/makefile
1.1 03/06/21 12:34:53 Kris@p4buschel. +21 -0

ChangeSet
1.1301.2.1 03/06/21 12:34:5

bk-changeset-1.1301.2.1
Kris@p4buschel.|ChangeSet|20030621193453|06434
src/mat/impls/aij/seq/spooles/makefile
1.1 03/06/21 12:34:53 Kris@p4buschel. +21 -0

ChangeSet
1.1301.2.1 03/06/21 12:34:53 Kris@p4buschel. +6 -0
Move seqaij_spooles interface out of seq_aij.

src/mat/impls/aij/seq/spooles/makefile
1.0 03/06/21 12:34:53 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/spooles/makefile

src/mat/impls/aij/seq/makefile
1.17 03/06/21 12:34:52 Kris@p4buschel. +4 -6
Move seqaij_spooles interface out of seq_aij.

src/mat/impls/aij/seq/spooles/aijspooles.c
1.20 03/06/20 22:26:41 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/seq/aijspooles.c -> src/mat/impls/aij/seq/spooles/aijspooles.c

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.17 03/06/20 22:26:26 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/seq/spoolesOptions.c -> src/mat/impls/aij/seq/spooles/spoolesOptions.c

src/mat/impls/aij/seq/spooles/spooles.h
1.31 03/06/20 22:26:19 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/seq/spooles.h -> src/mat/impls/aij/seq/spooles/spooles.h

src/mat/impls/aij/seq/spooles/spooles.c
1.59 03/06/20 22:26:13 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/seq/spooles.c -> src/mat/impls/aij/seq/spooles/spooles.c


Hg-commit: 344f010aadcbdeb49e7c3b8d5e2af4822d37f50d

show more ...

4e7234bf21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/mat/partition/partition.c
1.11 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/matimpl.h
1.27 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +5 -5
finished const [] conversion for matrices

src/mat/matfd/fdmatrix.c
1.10 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +1 -1
finished const [] conversion for matrices

src/mat/interface/matrix.c
1.70 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +7 -7
finished const [] conversion for matrices

src/mat/interface/matnull.c
1.8 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +6 -2
finished const [] conversion for matrices

src/mat/impls/sbaij/seq/sbaij.c
1.66 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/dense/seq/dense.c
1.29 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/dense/mpi/mpidense.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/baij/seq/baij.c
1.52 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/aij/seq/fdaij.c
1.5 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +1 -2
finished const [] conversion for matrices

src/mat/impls/aij/seq/aijnode.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +8 -8
finished const [] conversion for matrices

src/mat/impls/aij/seq/aij.c
1.100 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +6 -6
finished const [] conversion for matrices

src/mat/impls/adj/mpi/mpiadj.c
1.15 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/color/color.c
1.9 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +3 -0
finished const [] conversion for matrices

include/petscmat.h
1.71 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +16 -44
finished const [] conversion for matrices


Hg-commit: 9d10fa0d64d85141a4b6bce188621f2ca34c4857

show more ...

268466fb21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in petscmat.h

src/snes/mf/snesmfj.c
1.17 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/utils/axpy.c
1.9 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/matimpl.h
1.26 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/interface/matrix.c
1.69 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +9 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/shell/shell.c
1.8 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij2.c
1.10 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij.c
1.65 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/mpi/mpisbaij.c
1.54 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/rowbs/mpi/mpirowbs.c
1.25 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/is/is.c
1.7 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +1 -1
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/seq/dense.c
1.28 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mpidense.c
1.18 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mmdense.c
1.6 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/seq/bdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/mpi/mpibdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij2.c
1.9 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.h
1.12 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.c
1.51 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/mpibaij.c
1.28 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/baijov.c
1.8 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +17 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/seq/aij.c
1.99 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +7 -7
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiov.c
1.11 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +6 -6
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiaij.c
1.81 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +12 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/examples/tests/ex12.c
1.5 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

include/petscmat.h
1.70 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +13 -13
more additions of const and changes of * to [] in petscmat.h


Hg-commit: 94c68a7999924e61646ed0fbf8a18b4797b9125a

show more ...


/petsc/bmake/linux64_intel/buildtest
/petsc/include/petscmat.h
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/is/utils/iscoloring.c
f15d580a20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure from Bill

src/mat/utils/matstash.c
1.6 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -8
const and [] instead of * due to pressure from Bill

src/mat/matimpl.h
1.25 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill

src/mat/interface/matrix.c
1.68 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +9 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/seq/sbaij.c
1.64 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +10 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/mpi/mpisbaij.c
1.53 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +26 -25
const and [] instead of * due to pressure from Bill

src/mat/impls/rowbs/mpi/mpirowbs.c
1.22.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/esi/mesi.c
1.25 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +1 -1
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/seq/dense.c
1.25.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -3
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/mpi/mpidense.c
1.17 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag2.c
1.11 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/mpi/mpibdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/seq/baij.c
1.50 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +20 -19
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/mpi/mpibaij.c
1.26 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +31 -30
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/seq/aij.c
1.98 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/mpi/mpiaij.c
1.78.1.1 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

include/petscmat.h
1.69 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill


Hg-commit: 28f3adba971fb56367d21b7dfc7aafa68a90744b

show more ...

ca01db9b20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/is/utils/isltog.c
1.11 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/impls/mpi/pdvec.c
1.6 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/seq/sbaij.c
1.63 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/mpi/mpisbaij.c
1.52 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/dense/seq/dense.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/seq/bdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/mpi/mpibdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/seq/baij.c
1.49 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/mpi/mpibaij.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/seq/aij.c
1.97 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/mpi/mpiaij.c
1.76.1.1 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscmat.h
1.68 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +31 -31
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscis.h
1.9 03/06/20 09:04:50 bsmith@harley.mcs.anl.gov +4 -4
changed args to [] from * per Bill's instructions

src/vec/is/utils/iscoloring.c
1.11 03/06/20 09:04:44 bsmith@harley.mcs.anl.gov +3 -3
changed args to [] from * per Bill's instructions


Hg-commit: bddfebace3026471a98fed3099248602b4cd13cf

show more ...

cdc0823b19-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1296
Kris@p4buschel.|ChangeSet|20030619210112|31552
ChangeSet
1.1296 03/06/19 14:01:12 Kris@p4buschel. +2 -0
Unused variables.

src/mat/impls/aij/seq/aijnode.c
1.18 03/06/19

bk-changeset-1.1296
Kris@p4buschel.|ChangeSet|20030619210112|31552
ChangeSet
1.1296 03/06/19 14:01:12 Kris@p4buschel. +2 -0
Unused variables.

src/mat/impls/aij/seq/aijnode.c
1.18 03/06/19 14:01:11 Kris@p4buschel. +0 -2
Unused variables.

src/dm/da/utils/fdda.c
1.31 03/06/19 14:01:11 Kris@p4buschel. +2 -2
Unused variables.


Hg-commit: dcbb0f488f4525af308709c3a7ff437d876fdbef

show more ...

590ac19819-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1294
bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531
ChangeSet
1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0
fixed printing of max col or row for matrix entry

bk-changeset-1.1294
bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531
ChangeSet
1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

also added doc to -error_output_stderr

src/vec/is/utils/isltog.c
1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +1 -1
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/sbaij/seq/sbaij.c
1.62 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/sbaij/mpi/mpisbaij.c
1.51 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/rowbs/mpi/mpirowbs.c
1.21 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +2 -2
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/dense/seq/dense.c
1.24 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/bdiag/seq/bdiag2.c
1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/baij/seq/baij.c
1.48 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/baij/mpi/mpibaij.c
1.24 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +11 -11
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/aij/seq/aij.c
1.96 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/aij/mpi/mpiaij.c
1.76 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +6 -6
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

include/petsc.h
1.33 03/06/19 13:33:04 bsmith@harley.mcs.anl.gov +5 -0
added options database key to send error messages to stderr instead of stdout per
Date: Mon, 16 Jun 2003 07:50:52 -0500
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-developers@mcs.anl.gov
Subject: stderr versus stdout

Is there a reason that error messages go to stdout instead of stderr? Is
this something that we should revisit for PETSc 3?

src/mat/impls/rowbs/mpi/mpirowbs.c
1.20 03/06/19 13:08:02 bsmith@harley.mcs.anl.gov +4 -4
:


Hg-commit: 679bb2e5aaabf74fa633901cce74fb911a11035f

show more ...

ca1dab1018-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1288.1.2
Kris@p4buschel.|ChangeSet|20030618212653|05690
ChangeSet
1.1288.1.2 03/06/18 14:26:53 Kris@p4buschel. +1 -0
C++ bugfix for dynamic routine.

src/mat/impls/aij/seq/aijnod

bk-changeset-1.1288.1.2
Kris@p4buschel.|ChangeSet|20030618212653|05690
ChangeSet
1.1288.1.2 03/06/18 14:26:53 Kris@p4buschel. +1 -0
C++ bugfix for dynamic routine.

src/mat/impls/aij/seq/aijnode.c
1.17 03/06/18 14:26:52 Kris@p4buschel. +2 -0
C++ bugfix for dynamic routine.


Hg-commit: 299b259b647537286b6bdce508bf10f01af127a0

show more ...

a43ee2ec16-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/interface/matrix.c
1.66 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.50 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/dense/seq/dense.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +1 -2
Unused variables.

src/mat/impls/dense/mpi/mpidense.c
1.15 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/baij/mpi/mpibaij.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +0 -3
Unused variables.

src/mat/impls/aij/seq/aijnode.c
1.16 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/aij/seq/aij.c
1.95 03/06/16 14:37:27 Kris@p4buschel. +1 -1
Unused variables.

src/mat/impls/aij/mpi/mpiaij.c
1.75 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.


Hg-commit: 7ffbc17b674a7825fbf4413564a36b11f5da7d83

show more ...

d758967f13-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1277
Kris@p4buschel.|ChangeSet|20030613190230|45525
ChangeSet
1.1277 03/06/13 12:02:30 Kris@p4buschel. +2 -0
Remove type check in favor of capabilities check for MatSeqAIJGetInodeS

bk-changeset-1.1277
Kris@p4buschel.|ChangeSet|20030613190230|45525
ChangeSet
1.1277 03/06/13 12:02:30 Kris@p4buschel. +2 -0
Remove type check in favor of capabilities check for MatSeqAIJGetInodeSizes.
Is there a reason SeqInode should not be a MatType?

src/mat/impls/aij/seq/aijnode.c
1.15 03/06/13 12:02:29 Kris@p4buschel. +14 -3
Remove type check in favor of capabilities check for MatSeqAIJGetInodeSizes.
Is there a reason SeqInode should not be a MatType?

src/mat/impls/aij/seq/aij.c
1.94 03/06/13 12:02:29 Kris@p4buschel. +4 -0
Compose MatSeqAIJGetInodeSizes_SeqAIJ.


Hg-commit: 46d32770eb8ee40e6328a67da3314221f84eb98e

show more ...

0a99d0a213-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1276
Kris@p4buschel.|ChangeSet|20030613185046|45526
ChangeSet
1.1276 03/06/13 11:50:46 Kris@p4buschel. +2 -0
Remove comparison of type in favor of capability comparison.

src/mat

bk-changeset-1.1276
Kris@p4buschel.|ChangeSet|20030613185046|45526
ChangeSet
1.1276 03/06/13 11:50:46 Kris@p4buschel. +2 -0
Remove comparison of type in favor of capability comparison.

src/mat/impls/aij/seq/aijnode.c
1.14 03/06/13 11:50:46 Kris@p4buschel. +16 -4
Remove comparison of type in favor of capability comparison in MatAdjustForInodes_SeqAIJ.

src/mat/impls/aij/seq/aij.c
1.93 03/06/13 11:50:46 Kris@p4buschel. +4 -0
Compose MatAdjuctForInodes_SeqAIJ


Hg-commit: 60a8e75b2a23baad942eef36303bd8f4dfcd3a7e

show more ...

05b94e3613-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1275
Kris@p4buschel.|ChangeSet|20030613184051|46424
ChangeSet
1.1275 03/06/13 11:40:51 Kris@p4buschel. +2 -0
Remove depencence on type from MatReorderForNonzeroDiagonal in favor of

bk-changeset-1.1275
Kris@p4buschel.|ChangeSet|20030613184051|46424
ChangeSet
1.1275 03/06/13 11:40:51 Kris@p4buschel. +2 -0
Remove depencence on type from MatReorderForNonzeroDiagonal in favor of capability check.

src/mat/utils/zerodiag.c
1.5 03/06/13 11:40:50 Kris@p4buschel. +16 -4
Remove depencence on type from MatReorderForNonzeroDiagonal in favor of capability check.

src/mat/impls/aij/seq/aij.c
1.92 03/06/13 11:40:50 Kris@p4buschel. +6 -2
Compose MatReorderForNonzeroDiagonal_SeqAIJ


Hg-commit: 8097ea3a820a7420955ace18a697308ced9bcad9

show more ...

33f4a19f13-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1273
Kris@p4buschel.|ChangeSet|20030613174245|49205
ChangeSet
1.1273 03/06/13 10:42:45 Kris@p4buschel. +3 -0
Compare copy pointers instead of types to determine compatibility for f

bk-changeset-1.1273
Kris@p4buschel.|ChangeSet|20030613174245|49205
ChangeSet
1.1273 03/06/13 10:42:45 Kris@p4buschel. +3 -0
Compare copy pointers instead of types to determine compatibility for fast MatCopy.

src/mat/impls/dense/seq/dense.c
1.22 03/06/13 10:42:44 Kris@p4buschel. +2 -3
Compare copy pointers instead of types to determine compatibility for fast MatCopy.

src/mat/impls/aij/seq/aij.c
1.91 03/06/13 10:42:44 Kris@p4buschel. +2 -3
Compare copy pointers instead of types to determine compatibility for fast MatCopy.

src/mat/impls/aij/mpi/mpiaij.c
1.73 03/06/13 10:42:44 Kris@p4buschel. +2 -3
Compare copy pointers instead of types to determine compatibility for fast MatCopy.


Hg-commit: 813410910a7fb9ec6b92a42bbda93f40027cc0aa

show more ...

85419fb713-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1272
Kris@p4buschel.|ChangeSet|20030613172158|49195
ChangeSet
1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0
Check IsEqual function pointer to determine compatibility of matrices,

bk-changeset-1.1272
Kris@p4buschel.|ChangeSet|20030613172158|49195
ChangeSet
1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/baij/seq/baij2.c
1.8 03/06/13 10:21:57 Kris@p4buschel. +0 -4
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/baij/mpi/mpibaij.c
1.20 03/06/13 10:21:57 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/aij/seq/aij.c
1.90 03/06/13 10:21:57 Kris@p4buschel. +0 -4
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/aij/mpi/mpiaij.c
1.72 03/06/13 10:21:57 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/adj/mpi/mpiadj.c
1.14 03/06/13 10:21:57 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/interface/matrix.c
1.64 03/06/13 10:14:29 Kris@p4buschel. +2 -0
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/sbaij/seq/sbaij2.c
1.9 03/06/13 10:14:29 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.49 03/06/13 10:14:28 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/dense/seq/dense.c
1.21 03/06/13 10:14:28 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.


Hg-commit: 408cbd348682f91c1839aabb70cc6743aaad5b4a

show more ...

3f06592e13-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1270
Kris@p4buschel.|ChangeSet|20030613121615|51310
ChangeSet
1.1270 03/06/13 05:16:15 Kris@p4buschel. +2 -0
Unreferenced variables.

src/mat/impls/aij/seq/aij.c
1.89 03/06/1

bk-changeset-1.1270
Kris@p4buschel.|ChangeSet|20030613121615|51310
ChangeSet
1.1270 03/06/13 05:16:15 Kris@p4buschel. +2 -0
Unreferenced variables.

src/mat/impls/aij/seq/aij.c
1.89 03/06/13 05:16:14 Kris@p4buschel. +0 -1
Unreferenced variables.

src/mat/impls/aij/mpi/mpiaij.c
1.71 03/06/13 05:16:14 Kris@p4buschel. +0 -1
Unreferenced variables.


Hg-commit: f2de8381fb7439e6db5fa4a9b9e4691a607adaa1

show more ...

97e3ddc313-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1269
Kris@p4buschel.|ChangeSet|20030613113037|51302
ChangeSet
1.1269 03/06/13 04:30:37 Kris@p4buschel. +3 -0
Check for equal comparators for IsSymmetric, not type equality.

src/

bk-changeset-1.1269
Kris@p4buschel.|ChangeSet|20030613113037|51302
ChangeSet
1.1269 03/06/13 04:30:37 Kris@p4buschel. +3 -0
Check for equal comparators for IsSymmetric, not type equality.

src/mat/interface/matrix.c
1.63 03/06/13 04:30:36 Kris@p4buschel. +8 -3
Check for equal comparators for IsSymmetric, not type equality.

src/mat/impls/aij/seq/aij.c
1.88 03/06/13 04:30:36 Kris@p4buschel. +0 -3
Check for equal comparators for IsSymmetric, not type equality.

src/mat/impls/aij/mpi/mpiaij.c
1.70 03/06/13 04:30:36 Kris@p4buschel. +0 -5
Check for equal comparators for IsSymmetric, not type equality.


Hg-commit: 1a6f60037b4708554a21a3f57a18109f80b85169

show more ...

a23d5ece13-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

src/mat/impls/aij/seq/aij.c
1.8

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

src/mat/impls/aij/seq/aij.c
1.87 03/06/13 01:53:33 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/baij/seq/baij.c
1.47 03/06/13 01:49:50 Kris@p4buschel. +133 -117
Compose preallocation routines.

src/mat/impls/bdiag/seq/bdiag.c
1.12 03/06/13 01:43:25 Kris@p4buschel. +20 -2
Compose preallocation routines.

src/mat/impls/dense/seq/dense.c
1.20 03/06/13 01:38:01 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/aij/mpi/mpiaij.c
1.69 03/06/13 01:33:04 Kris@p4buschel. +43 -26
Compose preallocation routines.

src/mat/impls/baij/mpi/mpibaij.c
1.19 03/06/13 01:26:43 Kris@p4buschel. +83 -67
Compose preallocation routines.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.12 03/06/13 01:20:37 Kris@p4buschel. +107 -90
Compose preallocation routines.

src/mat/impls/dense/mpi/mpidense.c
1.14 03/06/13 01:07:56 Kris@p4buschel. +29 -12
Compose preallocation routines.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.18 03/06/13 01:04:17 Kris@p4buschel. +22 -8
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.13 03/06/13 01:04:17 Kris@p4buschel. +2 -2


src/mat/impls/sbaij/seq/sbaij.c
1.61 03/06/13 00:54:10 Kris@p4buschel. +111 -94
Compose preallocation routines.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.48 03/06/13 00:54:10 Kris@p4buschel. +85 -70
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.12 03/06/13 00:54:10 Kris@p4buschel. +64 -31
Compose preallocation routines.


Hg-commit: a1c0174f5d32b73ab5d703eaf5e812e5f79378c1

show more ...


/petsc/bin/petscarch
/petsc/docs/website/download/petsc-patches.html
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/src/dm/da/src/da2.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/makefile
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/makefile
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c

1...<<131132133134135136137138139140>>...168