History log of /petsc/src/vec/is/section/interface/section.c (Results 226 – 250 of 274)
Revision Date Author Comments
# 1d4abf32 19-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gcc-11-warnings' into 'release'

fix gcc-11 warnings

See merge request petsc/petsc!3865


# 55b94105 14-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/section_includesConstraints' into 'main'

section: add includesConstraints flag

See merge request petsc/petsc!3835


# 87e637c6 19-Mar-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

section: add includesConstraints


# b146d1ac 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

fix gcc-11 warnings for -Wmisleading-indentation - however we are using this format - so also use -Wno-misleading-indentation


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 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


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


# 4f22f141 22-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/sf-utils' into 'master'

SF: Place implementation of various utility routines in sf/utils

See merge request petsc/petsc!3360


# b0c7db22 22-Oct-2020 Lisandro Dalcin <dalcinl@gmail.com>

SF: Place implementation of various utility routines in sf/utils


# 7b917211 24-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/fix-null' into 'master'

Fix 0 -> NULL for pointers

See merge request petsc/petsc!3086


# 4c8fdcea 23-Aug-2020 Lisandro Dalcin <dalcinl@gmail.com>

Vec: Replace 0 -> NULL for pointers


# f73ac301 23-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-tensor-closure-depth' into 'master'

Jed/plex tensor closure depth

See merge request petsc/petsc!2802


# c459fbc1 17-May-2020 Jed Brown <jed@jedbrown.org>

PetscSection: refactor closure permutations to enable multiple depths

PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and
PetscSectionGetClosureInversePermutation() all req

PetscSection: refactor closure permutations to enable multiple depths

PetscSectionGetClosurePermutation(), PetscSectionSetClosurePermutation(), and
PetscSectionGetClosureInversePermutation() all require a new argument depth and
the getters require closure size to be specified by the caller. This allows
multiple closure permutations to be specified, e.g., for mixed topology meshes
and boundary faces.

show more ...


# 41f98108 22-May-2020 Satish Balay <balay@mcs.anl.gov>

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

Knepley/feature plex check multiple ds

See merge request petsc/petsc!2806


# 083401c6 13-May-2020 Matthew G. Knepley <knepley@gmail.com>

Plex+SNES: Large update to support multiple DSes
- Now allow simple divisions of the domain with DMSetField()
- DMPlexComputeResidual_Internal() supports multiple DSes
- DMPlexComputeJacobian_Interna

Plex+SNES: Large update to support multiple DSes
- Now allow simple divisions of the domain with DMSetField()
- DMPlexComputeResidual_Internal() supports multiple DSes
- DMPlexComputeJacobian_Internal() supports multiple DSes
- DMSNESCheckDisretization() supports multiple DSes
- DMSNESCheckResidual() supports multiple DSes
- DMSNESCheckJacoiban() supports multiple DSes
- DMComputeL2FieldDiff() supports multiple DSes
- PetscConveEst supports multiple DSes
- Fixed bug refering to cStart from a cellIS
- Added PetscDSGetQuadrature()
- Added DMSetField_Internal()
- Added DMSetRegionNumDS()
- Protect PetscSectionView() from empty bcIndices
- ISDifference now allows a NULL second argument

show more ...


# 9c15a9aa 24-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/defined-nocpp' into 'master'

PetscDefined: test whether a configuration macro is defined without #ifdef

See merge request petsc/petsc!157


# 76bd3646 14-Apr-2020 Jed Brown <jed@jedbrown.org>

PetscDefined: remove many uses of #ifdef PETSC_USE_DEBUG


# 67e831d3 25-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'

Doc fixes (prerequisites for Sphinx docs)

See merge request petsc/petsc!2633


# 7a7aea1f 25-Mar-2020 Jed Brown <jed@jedbrown.org>

docs: fix Input/Output Parameters list format

Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>


# 61a2c937 05-Mar-2020 Jed Brown <jed-gitlab@jedbrown.org>

Merge branch 'valeria/section-set-component-name' into 'master'

Section field component names

See merge request petsc/petsc!2581


# b778fa18 05-Mar-2020 Valeria Barra <valeriabarra21@gmail.com>

Section field component names


# b9d19a4e 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


1234567891011