History log of /petsc/src/mat/impls/aij/seq/aij.c (Results 651 – 675 of 2495)
Revision Date Author Comments
# e9e886b6 27-Mar-2018 Karl Rupp <me@karlrupp.net>

CUSP: Removed VECCUSP and AIJCUSP as well as preconditioners.

SA-AMG from CUSP will be re-added in a follow-up commit,
made to work with AIJCUSPARSE and VECCUDA.


# 49ea6917 07-Feb-2018 Hong Zhang <hongzhang@anl.gov>

Add AVX and AVX2 versions of MatMult for MATAIJ

Funded-by:
Project: PETSc for Theta
Time: 2.0 hours
Reported-by:
Thanks-to:


# 407323c4 04-Oct-2017 Hong Zhang <hongzhang@anl.gov>

Vectorize MatMult for aij

Funded-by:
Project: PETSc for Theta
Time: 4.0 hours
Reported-by:
Thanks-to:


# ca6d6036 28-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 47b2e64b 28-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Remove left over mention of aij_oneindex which was removed in 2.16!

Commit-type: style-fix, documentation


# 6b463d87 27-Jan-2018 Stefano Zampini <stefano.zampini@gmail.com>

Merged in stefano_zampini/few-bugfixes (pull request #836)

Stefano zampini/few bugfixes

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# f82cbd41 24-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'stefano_zampini/few-bugfixes'


# 682e4c99 17-Jan-2018 Stefano Zampini <stefano.zampini@gmail.com>

Allow taking references on submatrices generated by MatCreateSubMatrices


# 7cd3fc30 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/tao-to-new-test-harness' into barry/all-new-test-harness-branches


# b6ca5466 12-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (60 commits)
petsc4py: update to use latest 3.8 snapshot
petsc4py: update to snapshot that syncs with 276c550
fix warni

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (60 commits)
petsc4py: update to use latest 3.8 snapshot
petsc4py: update to snapshot that syncs with 276c550
fix warning
Plex ex26: Protect ExodusII stuff
DM: DMCreateSubDM() field argument should be const
TS ex46: Newlines and some numerical jitter
TS ex45: Newlines and some numerical jitter
TS ex11: Fixed indentation and time step numbering
SNES ex12: Update for DM view changes
Plex tests: Update to new DM output
Plex ex23: Use Nc not dim for vector fields
Plex: Default section now ignores cells hanging off boundary meshes
Plex: Viewer now reports the cell Height
Increase patchlevel to 3.8.3
Plex: Fixed DMPlexInterpolate() bugs - Do not copy associated data if we are not interpolating - Do not interpolate if we already have full depth
fix valgrind errors with using PetscObjectGetName()/SetName() with the same object - resulting in a free() before copy.
ex4: fix compile warning and update makefile
Minor fixes
Improving report_tests
PetscDS: Must initialize the default adjacency
...

Conflicts:
include/petsc/private/dmimpl.h
include/petscdm.h
include/petscis.h
src/dm/impls/plex/plexcreate.c

show more ...


# 7fb35748 10-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/Fande-Kong/MatResetPreallocation'


# 64aa12e4 08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if m

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if malloc is already set
Plex: Fixed array initialization
pgi: compile fix
knl: update test to use memkind and remove option that worked arround a bug with intel 17
Check the return value for memkind_posix_memalign
Change the default behavour for -malloc_hbw
Bib: More refs
test: remove runex13f90 as its now converted to new test suite
fix win32 crash. This test was previously run with '-n 4' - so restoring it
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes
bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com>
strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems.
Remove extra lines of output file
Example uses C99 constructs so must mark with requires: c99
fix const missmatch for DMDAVecRestoreArrayRead()
remove conflict between function name in example and new PETSc TS function
builds: attempt to do maint/master/next test builds in separate clones
ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead
...

Conflicts:
src/dm/interface/dm.c
src/snes/examples/tutorials/ex13.c

show more ...


# 5ea16729 06-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hongzh/remove-bitarray-ell'


# 1fa399ad 04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


# e366c154 15-Nov-2017 Jed Brown <jed@jedbrown.org>

Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint

Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match
documentation.


# d4002b98 03-Nov-2017 Hong Zhang <hongzhang@anl.gov>

Rename ELL to SELL

SELL is more accurate. It stands for sliced ELLPACK.

Funded-by:
Project: PETSc for Theta
Time: 2.5 hours
Reported-by:
Thanks-to:


# c9f8dee6 31-Oct-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# c25d5741 31-Oct-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/fix-mkl-sparse/maint' into maint


# 9779e05d 23-Oct-2017 Satish Balay <balay@mcs.anl.gov>

mkl: add mkl_sparse.py as a separate package [as the interface code is organized this way]
and use PETSC_HAVE_MKL_SPARSE to enable/disable this interface code [so that this flag
represents functional

mkl: add mkl_sparse.py as a separate package [as the interface code is organized this way]
and use PETSC_HAVE_MKL_SPARSE to enable/disable this interface code [so that this flag
represents functionality that is more than PETSC_HAVE_MKL flag].

Also disable mkl_sparse, mkl_sparse_optimize for 64-bit-incides

Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>

show more ...


# 60611ae4 19-Oct-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hongzh/add-ell-format'


# 0b342fd5 14-Oct-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-adaptor-plex

* master: (56 commits)
test: Disable TS ex19 with single precision
PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis()
test: Fi

Merge branch 'master' into knepley/feature-adaptor-plex

* master: (56 commits)
test: Disable TS ex19 with single precision
PETSCVIEWERGLVIS: Support DMView_DA() out of VecView_GLVis()
test: Fix TS ex19 time drift issue with quad precision
testing
Minor edit to 3.8 changes log for AIJMKL/BAIJMKL.
Bib: Added ref
Plex: Change initializers for C89
small update as complained by nightly tests
doc: fix missing from 0e50f9e530a7b78427514d3e384f6941d4a9cc62
small fix for nightly tests
PetscDualSpaceApplyFVM(): Fix for change in dual space semantics
Plex: All tests now passing after DMPlexCreateBoxMesh() update
cleanup MatPtAP_MPIAIJ_MPIAIJ; rm MatPtAPXXX_MPIAIJ_MPIAIJ_ptap()
update MatView_MUMPS()
PFLOW: Bug-fix in parser.
PFLOW: Bug-fix in parser.
Plex: Small fix for box meshing
Plex: Unified box mesh creation to DMPlexCreateBoxMesh() - Makes simplices and tensor cells - Does not work for all combinations, but gives correct error
Plex: Added bounds and faces in each dim to DMPlexCreateBoxMesh()
Plex: Added domain bounds to HexBoxMesh()
...

show more ...


# 2c814fde 09-Oct-2017 Fande Kong <fdkong.jd@gmail.com>

MatResetPreallocation_SeqAIJ: Error out if we can not reset preallocation


# 02685da3 08-Oct-2017 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/opt-ptap'


# 8fa4b5a6 04-Oct-2017 Hong Zhang <hzhang@mcs.anl.gov>

optimize sequential MatPtAP -- ues rap as default


# a5bbaf83 27-Sep-2017 Fande Kong <fdkong.jd@gmail.com>

MatResetPreallocation_SeqAIJ: fix compiler warnings


1...<<21222324252627282930>>...100