History log of /petsc/src/mat/impls/aij/seq/matptap.c (Results 51 – 75 of 423)
Revision Date Author Comments
# 76bd3646 14-Apr-2020 Jed Brown <jed@jedbrown.org>

PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG


# 5b8888ca 21-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/hzhng/matproduct-api'


# 4222ddf1 13-Jan-2020 Hong Zhang <hzhang@mcs.anl.gov>

This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C
- See matproduct.c for detailed description of new API
- removed API function XXXSymbolic() and XXXNumeric()

This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C
- See matproduct.c for detailed description of new API
- removed API function XXXSymbolic() and XXXNumeric()
- removed subroutines MatMatMult_xxx, MatPtAP_xxx, ...
- modified MatxxxSymbolic_XXX() prototype (product is an input now)
- selection of algorithm is in MatProductSetFromOptions_xxx()

show more ...


# aaad2de9 26-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/aij-add-missing-settypes' [PR #1910]

* karlrupp/aij-add-missing-settypes:
Added missing type setting for MatTransposeSymbolic and MatPtAPSymbolic


# b5bb3eec 22-Jun-2019 Mark Adams <ma2325@columbia.edu>

added missing settypes


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# 8f8f2f0d 17-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Added MatUpdateMPIAIJWithArrays()

Commit-type: optimization, feature, example
Reported-by: Hong Zhang <hongzhang@anl.gov>


# 857a15f1 17-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Resolved issues brought up in PR

Commit-type: bug-fix, style-fix
Reported-by: Patrick Sanan <patrick.sanan@gmail.com>


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# 65b4dda0 22-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'hzhang/matptap-noreuse'


# ddad275a 21-Jan-2019 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch


# 715a5346 18-Jan-2019 Hong Zhang <hzhang@mcs.anl.gov>

replace PetscObjectOptionsBegin() with PetscOptionsBegin() as suggested by Barry. This prevents flooding -help output as complained by Jed.


# df4be7ee 16-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and dom

Merge branch 'master' into knepley/feature-multiple-ds

* master: (156 commits)
Added missing CHKERRQ()
KSP ex56: Added alt output file for ex56_2.
Revert "KSP ex56: Updated test output and domain size for test _2."
DMStag tutorial ex4: fix stencil errors
Hierarchical partitioner: added an alt output file
Add support for DMGetMatrix() with periodic boundary conditions in one dimension for DMDA.
Fixed incorrect 'ntext' argument in PetscOptionsEList call in SNES ex12.c
ISCreateSubIS: Initialize variables owner and lidx to avoid compiler warnings
metis: provide -download-metis-use-doubleprecision option
KSP ex56: Updated test output and domain size for test _2.
Hierarchical partitioner: add a bit documentation
ISCreateSubIS: Added checkers for parameters
Added a test for hierarchical partitioning vertex weights
Plex+Doc: Document options for DMPlexCreateBoxMesh()
Hierarchical partitioner supports vertex weights
Create an API ISCreateSubIS that extracts
Add an alt output file
Plex: Can now give bounds to DMPlexCreateBoxMesh() from options - Use -dm_plex_box_lower and dm_plex_box_upper
PCMG: These methods should be optional
PCMG: Make PCMGGet/SetLevels() proper member functions - Also need to compose them in GAMG
...

Conflicts:
src/dm/impls/plex/plexsection.c

show more ...


# 3cdca5eb 15-Jan-2019 Hong Zhang <hzhang@mcs.anl.gov>

rename Mat_PtAP -> Mat_AP because they save data structure for A*P


# 12310c42 09-Jan-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'Fande-Kong/fixed_ptap_hypre_maint' into maint [PR #1310]

* Fande-Kong/fixed_ptap_hypre_maint:
Fixed the call to hypre PtAP.


# 5ea119fd 09-Jan-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'Fande-Kong/fixed_ptap_hypre_maint' [PR #1310]

* Fande-Kong/fixed_ptap_hypre_maint:
Fixed the call to hypre PtAP.


# 0abfe76e 06-Jan-2019 Fande Kong <fdkong.jd@gmail.com>

Call hypre PtAP correctly

We should call ptapnumeric as well. Only calling MAT_PtAPSymbolic
is not enough


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


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


# 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


12345678910>>...17