History log of /petsc/src/dm/impls/network/network.c (Results 176 – 200 of 491)
Revision Date Author Comments
# 99c90e12 12-Mar-2021 Satish Balay <balay@mcs.anl.gov>

doc fixes


# db7b3c70 11-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/doc-dmnetwork/release-patch-74049' into 'main'

Update dmplex.rst: DMNetwork

See merge request petsc/petsc!3689


# a9b4a83e 08-Mar-2021 Hong Zhang <hzhang@mcs.anl.gov>

Update dmplex.rst


# 7ab9467e 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-change-api' into 'main'

Change some SF APIs mentioned in the ECP paper

See merge request petsc/petsc!3659


# ad227fea 27-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: add an MPI_Op argument to SFBcast


# 235129d7 26-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/switch-master-to-main' into 'master'

Balay/switch master to main

See merge request petsc/petsc!3619


# 9dddd249 10-Feb-2021 Satish Balay <balay@mcs.anl.gov>

git: switch default branch from 'master' to 'main'


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


# 43b17367 19-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-warning-network' into 'master'

Fix compile warning with icc 12.1.0

See merge request petsc/petsc!3570


# 4f5c2772 18-Jan-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warning with icc 12.1.0

src/dm/impls/network/network.c(311): warning #191: type qualifier is meaningless on cast type


# 171be8c5 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/dmnetwork-netcoupling' into 'master'

Hzhang/dmnetwork netcoupling

See merge request petsc/petsc!3051


# 2bf73ac6 28-May-2020 Hong Zhang <hzhang@mcs.anl.gov>

New design for the coupling of sub-dmnetowrks.
See email discussions on Nov 23, 2019, Subject: Re: petsc | DMNetwork: Update manual. (!2297)
See dev.html for changes made
using sf, DMNetworkVariables

New design for the coupling of sub-dmnetowrks.
See email discussions on Nov 23, 2019, Subject: Re: petsc | DMNetwork: Update manual. (!2297)
See dev.html for changes made
using sf, DMNetworkVariablesSetUp() handles shared vertex easily

show more ...


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# e2450a9f 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/sowing-1.1.26' into 'master'

sowing: update to version 1.1.26+

See merge request petsc/petsc!3091


# ee300463 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

doc: fix build errors


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 8bbbbe7a 13-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/dmplexbuildfromcelllist-numvertices-petscdecide' into 'master'

DMPlexBuildFromCellList{,Parallel}: Improve vertex count handling.

See merge request petsc/petsc!3031


# 25b6865a 06-Aug-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexBuildFromCellList{,Parallel}: Improve vertex count handling.

* DMPlexBuildFromCellListParallel: add global vertex count argument
* DMPlexBuildFromCellList{,Parallel}: local and global vertex c

DMPlexBuildFromCellList{,Parallel}: Improve vertex count handling.

* DMPlexBuildFromCellListParallel: add global vertex count argument
* DMPlexBuildFromCellList{,Parallel}: local and global vertex count can be PETSC_DECIDE
* if both are PETSC_DECIDE, max vertex id in cells + 1 is used
* DMPlexLoad_HDF5_Xdmf_Internal: the check is no more needed

show more ...


# 6ff634ac 06-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/dmplexbuildfromcelllist-remove-invertcells-arg' into 'master'

DMPlexBuild{,Coordinates}FromCellList{,Parallel}: reduce argument list

See merge request petsc/petsc!3024


# 5e488331 05-Aug-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexBuildCoordinatesFromCellList: Remove invertCells arg.

* ditto for DMPlexBuildCoordinatesFromCellListParallel
* remove DMPlexInvertCell_Internal
* add DMPlexInvertCells_XDMF_Private into plexhd

DMPlexBuildCoordinatesFromCellList: Remove invertCells arg.

* ditto for DMPlexBuildCoordinatesFromCellListParallel
* remove DMPlexInvertCell_Internal
* add DMPlexInvertCells_XDMF_Private into plexhdf5xdmf.c
* called only in DMPlexLoad_HDF5_Xdmf_Internal
* process all cells at once
* support variable cone size

show more ...


# 5ef7c680 04-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/dmnetwork-use-dmplexbuildfromcelllist' into 'master'

DMNetworkLayoutSetUp: use DMPlexBuildFromCellList

See merge request petsc/petsc!3017


# 8e71b177 03-Aug-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMNetworkLayoutSetUp: Just topology needed so use DMPlexBuildFromCellList.

Coordinates don't need to be allocated.


12345678910>>...20