History log of /petsc/src/mat/impls/sbaij/seq/sbaij.c (Results 476 – 500 of 1290)
Revision Date Author Comments
# 31ce2d13 20-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

rm xtoy, XtoY, previously used for MatAXPY, case SUBSET; add a test contributed by Jose Roman


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

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


# de64b629 06-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for sbaij: nbs != mbs in some cases, e.g., matgetsubmatrices


# 4dcd73b1 03-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

implement MatGetRedundantMatrix_MPISBAIJ() without MatConvert();


# ee2838f6 30-Sep-2014 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection

Use the new PetscFECellGeom

Conflicts:
include/petscdmplex.h
include/petscfe.h
src/dm/impls/plex/plexfem.c


# ca3142fd 26-Sep-2014 Mark Adams <mfadams@lbl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs


# 96a74ce7 24-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/docs-matblocksize'


# bb7ae925 19-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

added test to manual pages clarifying what row and column Mat blocksize actually mean
someone added them without any regard for how confusing it would be to users


# 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


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

reduce code duplication for MatAXPYGetPreallocation_SeqXXX()


# 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


# e464cf85 17-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-dmda-1d-mirror'


# 1c4f3114 15-Jul-2014 Jed Brown <jed@jedbrown.org>

Mat doc: fix mismatches between Mat name and man page

Reported-by: Sven Heinrich <s.heinrich@tu-braunschweig.de>


# 4907a4d7 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged upstream/master to feature-dmmoab


# 299992b9 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'upstream/master'


# b015001c 28-May-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]
gfortran: remove 132 char limit from f90 free-form
SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc
DMPlex-Gmsh: Use trueNumCells when building the coordinate section
Sys: Got guard logic reversed
Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*()
PetscFV: I hate fucking complex
removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory
fix test of DMLocalToGlobalBegin/End and add actual test cases
improve object memory logging for DA, ISLocalToGlobal and ISBLOCK
lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed
owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt
another reuse of allocated array in 2d/3d DMDA create
improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock()
PetscFV: Another complex fix
DMPlex+TS: Fixing types
ISIdentity() was wrong for block IS! Indices are NOT scaled by bs
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
...

show more ...


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bdd

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddcprivate.c

show more ...


# 28997433 14-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc

Damn, Jed will be mad at me again for forgetting to push earlier; oh well git makes it too difficult to fix


# 9f3d138b 14-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'knepley/fix-mat-missing-diagonal'


# 48dd3d27 12-May-2014 Hong Zhang <hzhang@mcs.anl.gov>

check misssing diagonal for PETSc icc symbolic factorization; bugfix for MatMarkDiagonal_SeqSBAIJ()


# 7734d3b5 08-May-2014 Matthew G. Knepley <knepley@gmail.com>

Mat: Fix MatMissingDiagonal_SeqAIJ
- diag[] indicates a missing diagonal element by storing the offset of the first column of the next row


# db057784 08-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


1...<<11121314151617181920>>...52