History log of /petsc/src/dm/impls/plex/tests/ex3.c (Results 51 – 75 of 91)
Revision Date Author Comments
# 5220c5d3 18-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-remove-some-mpi2.1-checks' into 'main'

Remove some MPI-2.1 checks

See merge request petsc/petsc!4965


# 99a192c5 12-Mar-2022 Junchao Zhang <jczhang@mcs.anl.gov>

MPI: remove PETSC_HAVE_MPI_TYPE_GET_ENVELOPE of MPI-2.1


# 04006fa6 11-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/plex-tensor-periodic' into 'main'

DMPlex: support tensor closure permutations with periodic

See merge request petsc/petsc!2178


# 79769bd5 24-Feb-2020 Jed Brown <jed@jedbrown.org>

DM: add bias to anchor/constraint system


# e7133dc4 28-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-fe-wxy-again' into 'main'

FE on triangular prisms

See merge request petsc/petsc!4826


# e239af90 09-Feb-2022 Matthew G. Knepley <knepley@gmail.com>

FE ex3: Improved tests - added a prime testing function with the terms in wxy - added simple mesh distortion routine, as we would see elements in TDycore


# d21efd2e 04-Dec-2021 Matthew G. Knepley <knepley@gmail.com>

FE ex3: Added a WXY test


# c244c1eb 15-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-distribute-default' into 'main'

Plex: Change default to automatic distribution

See merge request petsc/petsc!4843


# e600fa54 14-Feb-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Change default to automatic distribution - Add DMPlexDistributeGet/SetDefault() to change this - Add DMPlexCopy_Internal() to keep state in Plex object consistent


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# ca2914e5 13-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/default-to-mmg' into 'main'

Set Mmg and ParMmg as the default adaptors

See merge request petsc/petsc!4665


# 940e4fdf 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'

Feature: Attribute Format - Mat

See merge request petsc/petsc!4634


# e788613b 22-Dec-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex ex3: use mmg


# 546078ac 10-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

remove trailing newline from SETERRQ


# 887dddf3 19-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/mmg-trim' into 'main'

Plex interface for Mmg and ParMmg

See merge request petsc/petsc!4431


# 2ed40230 08-Oct-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex ex3: set metric options


# fc0e349c 27-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/metric-utils' into 'main'

Plex metric utils

See merge request petsc/petsc!4337


# 9a9bc076 21-Sep-2021 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex ex3: no need to filter Pragmatic DEBUG


# 6762c164 15-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan-release-patch-82973' into 'main'

Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"

See merge request petsc/petsc!4146


# dd400576 26-Jul-2021 Patrick Sanan <patrick.sanan@gmail.com>

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les

Style: replace "!rank" with "rank == 0"

In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less
tightly, so the result of the computation would otherwise change.

show more ...


# 9b3f0822 24-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-orientation-rethink' into 'main'

Plex: Rethink Plex orientation

See merge request petsc/petsc!4218


# 012bc364 06-Aug-2021 Matthew G. Knepley <knepley@gmail.com>

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCe

Plex: DMPlexTransform is now the way to manipulate a Plex
- Replace DMPlexCellRefiner with DMPlexTransform
- Replace CellRefinerInCellTest_Internal() with DMPolytopeInCellTest()
- Replace DMPlexCellRefinerGetAffineTransforms() with
DMPlexRefineRegularGetAffineTransforms()

show more ...


1234