History log of /petsc/src/dm/impls/plex/tutorials/ex5.c (Results 26 – 47 of 47)
Revision Date Author Comments
# 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()


# be7a8307 18-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/dmplex_path_change' into 'main'

Ksagiyam/dmplex path change

Closes #956 and #896

See merge request petsc/petsc!4441


# c9ad657e 02-Aug-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

plexhdf5: Introduce storage versioning and version 2.0.0;

* introduce DMPlexStorageVersion x.y.z
* if no version specified in file => 1.0.0
[original version before the project - that in petsc rel

plexhdf5: Introduce storage versioning and version 2.0.0;

* introduce DMPlexStorageVersion x.y.z
* if no version specified in file => 1.0.0
[original version before the project - that in petsc release 3.16.0]
* check version in both file and option -dm_plex_view_hdf5_storage_version
* version 2.0.0 changes paths to topology, labels, coordinates
* support both versions 1.0.0 and 2.0.0 for writing
* use sizeof in PetscSNPrintf() calls

show more ...


# cd7e8a5e 03-Aug-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: DMPlex needs to be named before calling DM{View, Load}()

DMPlexCreateFromFile() takes mesh name as argument


# 82a6ae78 28-Jul-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'

Some missing CHKERR[Q|MPI]

See merge request petsc/petsc!4190


# 1e1ea65d 27-Jul-2021 Pierre Jolivet <pierre@joliv.et>

Some missing CHKERR[Q|MPI]


# 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()


# 1c4bad54 23-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/plex_hdf5_tests' into 'master'

plex hdf5: replicate plex/tutorials/ex5 in petsc4py

See merge request petsc/petsc!3445


# efa12513 22-Dec-2020 ksagiyam <k.sagiyama@imperial.ac.uk>

plex_hdf5: add framework to test load on N / save on M


# bde2dc5f 12-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/plex-xdmf-tutorial' into 'master'

plex xdmf tutorial

See merge request petsc/petsc!3398


# 7d26aeb3 05-Nov-2020 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

add new plex/tutorials/ex5.c


# 45fdad62 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-ex-partitioner' into 'master'

Knepley/fix plex ex partitioner

See merge request petsc/petsc!3256


# f7a54c52 28-Sep-2020 Matthew G. Knepley <knepley@gmail.com>

Plex ex5: Fix partitioner


# 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


# 7a32ffbe 14-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'

Updated the use of sizeof() when possible instead of using hardwired sizes for...

See merge request petsc/petsc!2827


# 589a23ca 02-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments
need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a

Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments
need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities

Commit-type: style-fix

Development Tools: Vim, Emacs, Eclipse

show more ...


# c20d7725 22-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/promote-examples-tests-tutorials' [petsc/petsc!2610]

* jed/promote-examples-tests-tutorials:
Promote examples/{tests,tutorials}/ to {tests,tutorials}/


# c4762a1b 18-Mar-2020 Jed Brown <jed@jedbrown.org>

Promote examples/{tests,tutorials}/ to {tests,tutorials}/

This shortens paths and improves consistency between test target names
and paths to the source and output files. Most of the work was
compl

Promote examples/{tests,tutorials}/ to {tests,tutorials}/

This shortens paths and improves consistency between test target names
and paths to the source and output files. Most of the work was
completed by this script, followed by mild cleanup of nonconforming
cases.

for makefile in `git ls-files 'src/*makefile'`; do
if rg -q 'DIRS.*\bexamples\b' $makefile; then
base=$(dirname $makefile)
dirs=$(cd $base/examples && ls -d tests tutorials 2>/dev/null | xargs echo)
perl -pi -e "s#^(DIRS.*)\bexamples\b#\1${dirs}#" $makefile
git rm $base/examples/makefile
for t in $dirs; do
git mv $base/examples/$t $base/
perl -pi -e "s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#" $base/$t
done
fi
done

git grep -l -E -z 'examples/(tutorials|tests)' | xargs -0 perl -pi -e 's#examples/(tutorials|tests)#\1#g'
git checkout @ \
src/docs/website/documentation/changes/ \
src/benchmarks/results/

show more ...


12