History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 476 – 500 of 1525)
Revision Date Author Comments
# 4b22fe50 27-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-inserting-new-nonzero-column-location'


# 2f7d4af7 25-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

in error messages in MatSetValuesBlocked_Seq(S)BAIJ clarify the indices are block not point


# 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


# 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


# c98fd787 23-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

MatLoad_ and VecLoad_ routines that use options database information from the binary file .info files need to PetscViewerSetUp() before accessing the options database because the "lazy" setup of bina

MatLoad_ and VecLoad_ routines that use options database information from the binary file .info files need to PetscViewerSetUp() before accessing the options database because the "lazy" setup of binary viewers defered the opening of the files until binary reading was first done which was after the calls to determine matrix and vector block sizes.

show more ...


# 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


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

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


# 584b3052 24-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'tisaac/feature-gamg-extensible' into barry/experiment

Conflicts:
src/ksp/pc/impls/gamg/gamg.h


# 2f4dd916 18-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-combined-tabulation' into knepley/feature-ts-fem+fvm-example

* knepley/feature-combined-tabulation: (41 commits)
Plex: Fix distribution of uninterpolated meshes - Doe

Merge branch 'knepley/feature-combined-tabulation' into knepley/feature-ts-fem+fvm-example

* knepley/feature-combined-tabulation: (41 commits)
Plex: Fix distribution of uninterpolated meshes - Does SF stratification by depth, not by dimension - The old code numbered cells after vertices
Plex+SNES: Fixes for nonzero cStart
cannot call PetscObjectGetName() on a subset of the MPI processes
MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name
Plex: Preserve periodicity when adding ghost cells
Plex: Fixed DMPlexGetGlobalFieldOffset_Private() in optimized mode
Plex+SNES: Offset should be into field components, not basis functions
Plex+SNES: Add guards for optional arrays
DS: Added PetscDSGetComponentOffset(), Added to petsc.h
Plex+TS: FVM RHS computation uses a global F
Plex+FV: Corrected accumulation of fluxes to cells and added time derivative term
Plex: Added DMPlexPointGlobalFieldRead/Ref()
Plex+SNES: Fixed DMPlexGetFaceFields() - It returns field values, not coefficients - FE evaluation is now done
FV: In PetscFVIntegrateRHSFunction(), the arguments are field values, not coefficients
FE: Added EvaluateFaceFields() to FE fields at face centroids
Plex: Added DMPlexPointLocalFieldRead()
FE: Have a standard tabulation at face centroids
Plex: Copy BC for hierarchical refinement
FE: Allow P0 over 1D cells
Plex+FV: Fixed BC with gradient calculation
...

Conflicts:
config/builder.py

show more ...


# 6ad11976 18-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-plex-distribute-uninterpolated' into knepley/feature-combined-tabulation

* knepley/fix-plex-distribute-uninterpolated:
Plex: Fix distribution of uninterpolated meshes - D

Merge branch 'knepley/fix-plex-distribute-uninterpolated' into knepley/feature-combined-tabulation

* knepley/fix-plex-distribute-uninterpolated:
Plex: Fix distribution of uninterpolated meshes - Does SF stratification by depth, not by dimension - The old code numbered cells after vertices
cannot call PetscObjectGetName() on a subset of the MPI processes
MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name

show more ...


# a09cf4f7 17-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# ade3a672 17-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

MatView() with some matrix formats and ASCII_MATLAB did not print correct matrix name

Reported-by: Michael Souza <souza.michael@gmail.com>


# 4653a54d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ksp-converged-reason-viewer

Conflicts:
src/sys/objects/options.c


# 9118fc56 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-damp-not-one-pcapplyrichardson'


# 955c1f14 22-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed

-ksp_richardson_scale was ignored when PCApplyRichardson() was used
Fix: turn off PCApplyRichardson() when scale is not 1 and print PetscInfo warning

Reported-by: Mark Adams <mfadams@lbl.gov>

Fixed missing carriage return in uses of PetscInfo() and missing ierr CHKERRQ() usage

show more ...


# 72e51967 30-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-unneeded-paren-petscmalloc'

Conflicts:
src/mat/impls/baij/seq/baij.c


# 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


# 039eb774 18-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-matsetsize-matload' into maint


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


# 00cf48c4 18-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-matsetsize-matload'

Conflicts:
src/mat/examples/tests/makefile


# a614f736 17-Nov-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mataxpy-subset-sbaij'


1...<<11121314151617181920>>...61