History log of /petsc/include/petscmat.h (Results 876 – 900 of 2308)
Revision Date Author Comments
# 6444a565 03-May-2015 Stefano Zampini <stefano.zampini@gmail.com>

MatMUMPS: add support for Schur complement computation during factorization phase

the same changes were also commited to stefano_zampini/pcbddc-adaptive-selection
Committed also in a separate branch

MatMUMPS: add support for Schur complement computation during factorization phase

the same changes were also commited to stefano_zampini/pcbddc-adaptive-selection
Committed also in a separate branch to make repository history cleaner

show more ...


# b541e6a4 01-May-2015 Dmitry Karpeev <karpeev@mcs.anl.gov>

Fixed function declaration/definition mismatch: PetscMPIInt —> PetscInt.


# 53dd7562 28-Apr-2015 Dmitry Karpeev <karpeev@mcs.anl.gov>

MatGetSubMatricesParallel —> MatGetSubMatricesMPI. Implementation rewritten, tests added.


# af3d4eeb 16-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merge branch 'pr192/Fande-Kong/scalable-matincreaseoverlap/master' of https://bitbucket.org/petsc/petsc


# f1c23e0e 15-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# 4bc2dc4b 15-Apr-2015 Stefano Zampini <stefano.zampini@gmail.com>

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

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
s

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

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c
src/ksp/pc/impls/bddc/bddcscalingbasic.c
src/mat/impls/aij/mpi/mumps/mumps.c
src/mat/impls/is/matis.h

show more ...


# 305f5a7e 14-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged master into semihozmen/ksp-fcg-eigen-comp-support


# f9185b66 13-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr192/Fande-Kong/scalable-matincreaseoverlap/master

Needed to merge master to update to new calling sequence PetscCommBuildTwoSided


# 66d7bb0d 12-Apr-2015 semihozmen <semihozmen@gmail.com>

Merged petsc/petsc into master


# 255664f4 12-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-directory-layout'


# d2b2a242 12-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

typo in include file prototype of MatMPIAIJSetUseScalableIncreaseOverlap()


# b1b1104f 11-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

do some refactoring of the scalable MatIncreaseOverlap() code for MPIAIJ to respect PETSc style
in particular not having an options database in the compute code; it should be handled in MatSetFromOpt

do some refactoring of the scalable MatIncreaseOverlap() code for MPIAIJ to respect PETSc style
in particular not having an options database in the compute code; it should be handled in MatSetFromOptions()
and use standard inheritence of replacing a method with a new derived method

show more ...


# af0996ce 11-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

updated PETSc directory layout to match standard packaging strategies

include/petsc finclude,private,mpiuni
lib/petsc conf
bin/petsc*


# 851a736a 05-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'pr291/andrewspott/andrewspott/MatCreateHTranspose/master'

Conflicts:
src/mat/examples/tests/makefile


# 3828b36c 05-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/optimize-matshift'


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


# 7d68702b 02-Apr-2015 Barry Smith <bsmith@mcs.anl.gov>

Optimized MatShift() for a completely empty matrix since this is commonly used with SLEPc to produce diagonal matrices

Reported-by: Jose Roman <jroman@dsic.upv.es>


# d0de2241 27-Mar-2015 Andrew Spott <andrew.spott@gmail.com>

Added support for a "MatCreateHermitianTranspose" that acts the same as "MatCreateTranspose".

Currently, both matrices have type "transpose", I'm not sure if this is the correct way to do this. Als

Added support for a "MatCreateHermitianTranspose" that acts the same as "MatCreateTranspose".

Currently, both matrices have type "transpose", I'm not sure if this is the correct way to do this. Also added support for duplication of a transposed matrix (which just calls "MatTranspose" or similar). Tests for the hermitian transpose version have been added as ex175 in src/mat/examples/tests.

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


# 17eaebbe 10-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/clean-gamg'

Conflicts:
src/ksp/pc/impls/gamg/gamg.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


# 9ba064df 26-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/clean-gamg

Need updates to KSPCHEBYSHEV since I will be adding to them


# bf4339c2 25-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

There is no verbose in PETSc!

Removed the verbose mechanism from GAMG code and used PetscInfo() for reports instead.


# 4e812f6a 23-Feb-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-Elemental-0.85'


# 97da8949 16-Feb-2015 Jed Brown <jed@jedbrown.org>

MatStash BTS: add MAT_SUBSET_OFF_PROC_ENTRIES, impl with neighbor-only comm

Add MatOption to imprint a communication pattern on the first assembly
and reuse on subsequent assemblies. Messages of si

MatStash BTS: add MAT_SUBSET_OFF_PROC_ENTRIES, impl with neighbor-only comm

Add MatOption to imprint a communication pattern on the first assembly
and reuse on subsequent assemblies. Messages of size 0 are sent if no
values need to be communicated to that rank. Since there are no
collectives (even Ibarrier) and no separate headers, this should be more
efficient for large process counts. The BTS implementation must
currently be activated via the -matstash_bts option.

show more ...


1...<<31323334353637383940>>...93