History log of /petsc/src/dm/impls/da/fdda.c (Results 126 – 150 of 462)
Revision Date Author Comments
# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# 5065da2f 13-May-2019 Barry Smith <bsmith@mcs.anl.gov>

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


# 4edbe3a6 12-May-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/feature-pintocpu' [PR #1641]

* barry/feature-pintocpu:
Adding a MatPinToCPU() and VecPinToGPU() capability
For matrices this will prevent copies to the GPU when they will never b

Merge branch 'barry/feature-pintocpu' [PR #1641]

* barry/feature-pintocpu:
Adding a MatPinToCPU() and VecPinToGPU() capability
For matrices this will prevent copies to the GPU when they will never be used there.
For vectors this will prevent vectors from boucing back and forth between the CPU.

show more ...


# e7e92044 07-May-2019 Barry Smith <bsmith@mcs.anl.gov>

Based on discussion with Oana I am adding a MatPinToCPU() and VecPinToGPU() capability. For matrices this
will prevent copies to the GPU when they will never be used there. For vectors this will
prev

Based on discussion with Oana I am adding a MatPinToCPU() and VecPinToGPU() capability. For matrices this
will prevent copies to the GPU when they will never be used there. For vectors this will
prevent vectors from boucing back and forth between the CPU and GPU when most of the work is in the CPU. An
example of the place that needs to avoid bouncing is in MatFDColoringApply_XXXX()

Commit-type: feature, documentation, example
Thanks-to: Oana Marin <oanam@mcs.anl.gov>

show more ...


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

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


# 94dd692f 15-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'balay/fix-analyzer-dead-assignment' [PR #1380]

* balay/fix-analyzer-dead-assignment:
analyzer: fix missing CHKERRQ flagged as 'Dead assignment'


# 1b5e6740 13-Feb-2019 Satish Balay <balay@mcs.anl.gov>

analyzer: fix missing CHKERRQ flagged as 'Dead assignment'


# 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


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

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


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


# 36f78c4b 12-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/feature-dmda1d-periodic-fill'


# 831644c1 08-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Add support for DMGetMatrix() with periodic boundary conditions in one dimension for DMDA.

Commit-type: feature
Reported-by: Sophie Blondel <sblondel@utk.edu>


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

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


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# df90af56 24-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an already factored matrix
Mat: Small fix for checking and docs
Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored
PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition
single precision produces different convergence history
p4est: has a dependency on zlib - so handle it correctly
Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing.
Replace VecWAXPY by VecAXPY if needed
Revert "Replace VecWAXPY by VecAXPY if needed"
Replace VecWAXPY by VecAXPY if needed
MatHermitianTransposeGetMat and MatCreateVecs
ex19: Updated test filter to avoid false positives.
DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com>
Do not build shared openblas when doing static build
Upgrade OpenBLAS to 0.3.3
test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML]
...

Conflicts:
src/vec/is/utils/vsectionis.c

show more ...


# dfd95116 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# dd458275 03-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/fix-to-use-memcpy/maint' into maint [PR #1155]

* barry/fix-to-use-memcpy/maint:
Fix incorrect size definition in manual page.
Replace loop copy with PetscMemcpy() in DMDASetBlock

Merge branch 'barry/fix-to-use-memcpy/maint' into maint [PR #1155]

* barry/fix-to-use-memcpy/maint:
Fix incorrect size definition in manual page.
Replace loop copy with PetscMemcpy() in DMDASetBlockFillsSparse_Private()

show more ...


# a4db000d 03-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/fix-to-use-memcpy/maint' [PR #1155]

* barry/fix-to-use-memcpy/maint:
Fix incorrect size definition in manual page
Replace loop copy with PetscMemcpy() in DMDASetBlockFillsSparse_

Merge branch 'barry/fix-to-use-memcpy/maint' [PR #1155]

* barry/fix-to-use-memcpy/maint:
Fix incorrect size definition in manual page
Replace loop copy with PetscMemcpy() in DMDASetBlockFillsSparse_Private()

show more ...


# 767d920c 02-Oct-2018 Karl Rupp <me@karlrupp.net>

DMDASetBlockFillsSparse_Private: Fixed unused variable warning.


# 60942847 01-Oct-2018 Barry Smith <bsmith@mcs.anl.gov>

Fix incorrect size definition in manual page
Replace loop copy with PetscMemcpy()

Commit-type: style-fix, documentation
Reported-by: Oleksandr Koshkarov <olk548@mail.usask.ca>


# 5a5264e3 19-Sep-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 20cd54da 18-Sep-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge from master


12345678910>>...19