History log of /petsc/src/mat/impls/baij/seq/baij.h (Results 126 – 150 of 391)
Revision Date Author Comments
# 5a4ab5ab 02-Apr-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'master' into tisaac/dmforest

If we're going to start developing on this again, the recent changes to the
location of configuration files will make it annoying to switch to and from
thi

Merge branch 'master' into tisaac/dmforest

If we're going to start developing on this again, the recent changes to the
location of configuration files will make it annoying to switch to and from
this branch. Matt's and my fixes in DMPlex will also be relevant.

* master: (1557 commits)
MatLoad_MPIDense() always allocated array space even if it was previously provided
Clarified lumping options for PCFieldSplitSchurPreType SELFP.
fixed up PetscInfo in GAMG
TSErrorWeightedNorm[2|Infinity]: API changes
MatLoad_SeqDense() always allocated new space for the data even if the user already provided it
Fixed DMCompositeGetAccessArray() to support readonly vectors
Fix obviously-wrong aspects of documentation on SNESVINEWTONRSLS and SNESVINEWTONSSLS.
fixed example to compile - demonstrates a bug
var name 'len' was F90 key word
For user provided Jacobian functions they should always assembly into the second matrix, the one from which the preconditioner is built because the first may be used as matrix-free with -snes_mf_operator
Suggest --with-64-bit-indices if users mistakenly use --with-64bit-indices
Fix configure logging of integer size.
missing underscore in #define of vecgetarrayread translation of fortran stub for VECGETARRAYREAD
updated test output files to reflect differences introduced previously in PCView output
-ksp_type preonly does not support -ksp_monitor_short so remove from test line to prevent extranious warning output
missing CHKERRQ; and ugly double declaration of ierr
Plex ex3: For want of a semicolon, the kingdom was lost
MatSetValuesMPISBAIJ will now print correct global indices when error generated due to new nonzero location
completed basic use of MatSetValuesBlocked_SeqBAIJ_Inlined() by MatSetValuesBlocked_MPIBAIJ() to allow proper global indices being printed when error generated by new nonzero locations.
Added inline version of MatSetValuesBlocked_SeqBAIJ() to be used by MatSetValuesBlocked_MPIBAIJ() to print error message for nonzero block with global indices
...

show more ...


# 898446f9 11-Mar-2015 Shri Abhyankar <abhyshr@mcs.anl.gov>

Merge branch 'master' into shri/ts-is-for-differential-variables

Conflicts:
include/petsc-private/tsimpl.h
src/ts/impls/eimex/eimex.c
src/ts/interface/ts.c


# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 9d414b0e 09-Feb-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

Conflicts:
src/mat/impls/baij/seq/baij.h
src/mat/impls/sbaij/mpi/mpisbaij.c
src/mat/impls/sbaij/seq/sbaij.h


# 345fb6f0 09-Feb-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-baij-dup-proto' into maint


# c5d9258e 04-Feb-2015 Satish Balay <balay@mcs.anl.gov>

baij: move 'seqbaij' prototypes required by mpibaij.c to baij.h
This fixes link failure with VS2005 cl

libpetsc.lib(mpibaij.o) : error LNK2019: unresolved external symbol "int __cdecl MatRestoreRow_

baij: move 'seqbaij' prototypes required by mpibaij.c to baij.h
This fixes link failure with VS2005 cl

libpetsc.lib(mpibaij.o) : error LNK2019: unresolved external symbol "int __cdecl MatRestoreRow_SeqBAIJ(struct _p_Mat *,int,int *,int * * const,class std::complex<double> * * const)" (?MatRestoreRow_SeqBAIJ@@YAHPEAU_p_Mat@@HPEAHQEAPEAHQEAPEAV?$complex@N@std@@@Z) referenced in function MatCreateMPIMatConcatenateSeqMat_MPIBAIJ

show more ...


# 909a08a4 28-Nov-2014 Michael Lange <michael.lange@imperial.ac.uk>

Merge branch 'master' into mlange/refactor-plex-distribute

Conflicts:
src/dm/impls/plex/examples/tests/output/ex12_1.out
src/dm/impls/plex/examples/tests/output/ex12_2.out


# 52f31c4d 18-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-memoryallocation-matsor-seqbaij' into maint


# 3d98edf2 18-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-memoryallocation-matsor-seqbaij'


# f361c04d 15-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Memory allocation error where space is allocated MatMult_SeqBAIJ with a space shorter than that needed in MatSOR_SeqBAIJ

Reported-by: Stephan Kramer <s.kramer@imperial.ac.uk>


# 6c30de3e 03-Nov-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mat-redundant_sbaij'


# e7d9984e 23-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-some-matsolveforward-back' into maint


# 7ac4c390 23-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-some-matsolveforward-back'


# 9f5c0bcd 16-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Added MatForward/BackwardSolve for SeqBAIJ block size 1-3 natural ordering
Added testing for them in already existing test code


# bdf6f3fc 10-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

rename MatCreateMPIBAIJConcatenateSeqBAIJ() to MatCreateMPIMatConcatenateSeqMat()


# 81bf3e96 07-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

mv struct 'Mat_Redundant' to '_p_Mat’ for simplify codes


# 45b0fd35 07-Oct-2014 Satish Balay <balay@mcs.anl.gov>

compile: fixes for windows/solaris


# de4b53eb 29-Sep-2014 Hong Zhang <hzhang@mcs.anl.gov>

add MatGetRedundantMatrix_MPIBAIJ() -- almost same as MatGetRedundantMatrix_MPIAIJ()


# 2cbc3277 08-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 58030fe3 07-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mataxpy-bugfix' into maint


# 4de5dcee 04-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatAXPY_ for mpibaij and mpisbaij


# 52768537 01-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatAXPY_ for seqbaij and seqsbaij


12345678910>>...16