History log of /petsc/src/dm/impls/product/product.c (Results 26 – 39 of 39)
Revision Date Author Comments
# 1143afed 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# ffa9192c 21-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-dm-product-stag' into 'maint'

Fixes to DMPRODUCT and DMSTAG

See merge request petsc/petsc!2160


# 6204203b 09-Oct-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMPRODUCT: Fix subdm leaks in succesive calls to DMProductSetDM()


# 94aad3ce 07-Jul-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/dm-api (pull request #1850)

DM interface

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


# d57f96a3 05-Jul-2019 Lisandro Dalcin <dalcinl@gmail.com>

DMSetType: Clear dm->ops and set type name before calling constructor


# 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


# 603314f1 14-Oct-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/psanan/dmstag-fixes'


# 03c6fe52 10-Oct-2018 Patrick Sanan <patrick.sanan@gmail.com>

DMPRODUCT man page: typo fix


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

Merge branch 'psanan/dmstag' [PR #1146]

* psanan/dmstag:
DMStag basic implementation
Basic implementations of DMStag and DMProduct, with some accompanying documentation and tests.


# d852a638 01-Jun-2018 Patrick Sanan <patrick.sanan@gmail.com>

DM: Add DMProduct


12