History log of /petsc/include/petscdmplex.h (Results 376 – 400 of 1028)
Revision Date Author Comments
# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# 6cf79e76 24-Jan-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-check-options'


# ddad275a 21-Jan-2019 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch


# 86fe8405 20-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Added a types header to hold a cell type enumeration


# bb6a34a8 20-Jan-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexCheckGeometry()


# 7faa958d 05-Jan-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'knepley/feature-section-label'


# bf2f779e 29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex: Changed interface for DMPlexCreateSection() - Now

Merge remote-tracking branch 'origin/knepley/feature-section-label' into knepley/feature-multiple-ds

* origin/knepley/feature-section-label:
Plex: Changed interface for DMPlexCreateSection() - Now get dim and numFields from the DM - Can give a label indicating where a field is supported - Updated use in examples
Plex: Move section calculation into another file

show more ...


# baef929f 29-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Changed interface for DMPlexCreateSection()
- Now get dim and numFields from the DM
- Can give a label indicating where a field is supported
- Updated use in examples


# 2c2595ff 20-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patc

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patchlevel to 3.10.3
petsc4py: updat to latest maint snapshot with SNESTEST updates
Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions
Mat: Fixed types in Pardiso interface
Converted example comment to latex
This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler
Remove outdated requires: from top of several examples
remove outdated test requires: command from top of source file
Fix the documentation for -ksp_gmres_cgs_refinement_type
Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py
Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov>
Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es>
Mat ex88: check in double or quad precision only
Fix error with PetscComplex when PETSc is compiled with C and used in C++
configure: fix typo endwith -> endswith
Sys ex23: Migrated to ts_max_time in yaml file as well.
AO ex5: Fixed missing CHKERRQ();
Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd
...

Conflicts:
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# 34d8b122 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCo

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCompositeType), and I don't know how to fix it.

show more ...


# f35fe2a5 06-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# c0f00074 30-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/fix-p4est-squashed' [PR #1229]

* stefano_zampini/fix-p4est-squashed:
Few fixes to the p4est/p8est implementations of DMForest.


# 068a5610 30-Oct-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex tests ex1: add tests for meshes with p4est

move function to check cell shape from ex1 to DMPlex public interface

disable mesh distribution when p4est is used from the initial DM

flag broken

DMPlex tests ex1: add tests for meshes with p4est

move function to check cell shape from ex1 to DMPlex public interface

disable mesh distribution when p4est is used from the initial DM

flag broken label tests
flag broken DMPlexDistributeOverlap with non-conforming PLEX

disable long runtime tests

show more ...


# a13df41b 07-Nov-2018 Stefano Zampini <stefano.zampini@gmail.com>

DMPlex: Add PetscSF* return argument in DMPlexGetGatherDM() and DMPlexGetRedundantDM() as in DMPlexDistribute()

Added DMPlexGetGatherDM() to the public API

DMPlexGetRedundantDM: stratify SF


# 1ab378fc 22-Nov-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

Merge branch 'master' into haplav/feature-mataij-load-from-hdf5

because I need the test loop fix


# 28e96ad3 16-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]

* haplav/fix-plex-interpolate-interface-cones:
DMPlexIntepolate: fix orientation of faces in interface
Fixes orientation of face

Merge branch 'haplav/fix-plex-interpolate-interface-cones' [PR #1227]

* haplav/fix-plex-interpolate-interface-cones:
DMPlexIntepolate: fix orientation of faces in interface
Fixes orientation of faces in interface (i.e. order and orientations of the corresponding cones) so that they conform across ranks.

show more ...


# a5e237b8 13-Nov-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/feature-plex-label-viz' [PR #1222]

* knepley/feature-plex-label-viz:
Plex: Added DMPlexCreateLabelField() to view labels with VTK
Plex: Automatically view label using -dm_label

Merge branch 'knepley/feature-plex-label-viz' [PR #1222]

* knepley/feature-plex-label-viz:
Plex: Added DMPlexCreateLabelField() to view labels with VTK
Plex: Automatically view label using -dm_label_view

show more ...


# fa01033e 04-Oct-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexOrientCell impl.

Adopted from my original approach haplav/fix-dmplex-distributed-interpolation


# 18e14f0c 06-Nov-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexCreateLabelField() to view labels with VTK


# 0b7531cb 27-Oct-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'haplav/feature-dmplex-check-interface-cone-conformance' [PR #1164]

* haplav/feature-dmplex-check-interface-cone-conformance:
DMPlex: check for interface cone conformance
New DMPlexChec

Merge branch 'haplav/feature-dmplex-check-interface-cone-conformance' [PR #1164]

* haplav/feature-dmplex-check-interface-cone-conformance:
DMPlex: check for interface cone conformance
New DMPlexCheckConesConformOnInterfaces() checks that cones of points on inter-partition interfaces have conforming order.
This check is now called in DMPlex test ex18.c. To reproduce the failed check, one can remove requires: TODO from tests.
This merge also adds DMGetCoordinatesLocalSetUp() and DMGetCoordinatesLocalNoncollective() as I needed a non-collective version of DMGetCoordinatesLocal(), and fixes several notes on collectiveness in DMPlex documention.

show more ...


# 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


1...<<11121314151617181920>>...42