History log of /petsc/src/dm/impls/plex/plexvtu.c (Results 51 – 75 of 206)
Revision Date Author Comments
# 6a5c8bd7 18-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-plex-vtk-vtu-viewer-release' into 'release'

DMPlexVTKWriteAll_VTU: a couple of bugfixes

See merge request petsc/petsc!3617


# 6030a318 10-Feb-2021 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexVTKWriteAll_VTU: a couple of bugfixes

- Allow calling VecView on a local Vec (requires passing the comm to TransferWrite)
- Fix the case where some processes have zero cells


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


# 353dadcd 12-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/deprecate-viewer-ascii-vtk' into 'master'

Jed/deprecate viewer ascii vtk

See merge request petsc/petsc!3142


# 8ec8862e 07-Sep-2020 Jed Brown <jed@jedbrown.org>

PETSC_VIEWER_ASCII_VTK: deprecate, encourage use of XML


# 3b7b15c8 26-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-dm-remove-hybrid' into 'master'

Knepley/feature dm remove hybrid

See merge request petsc/petsc!2614


# 96ca5757 24-Mar-2020 Lisandro Dalcin <dalcinl@gmail.com>

DMPlex: Fixed cell reordering and namespaced cell type names
- Namespaced DMPlexCellRefinerType enum items
- Added DMPlexReorderCell() and refactored DMPlexInvertCell()
- Update Gmsh reader to han

DMPlex: Fixed cell reordering and namespaced cell type names
- Namespaced DMPlexCellRefinerType enum items
- Added DMPlexReorderCell() and refactored DMPlexInvertCell()
- Update Gmsh reader to handle tet+tri-prism meshes

show more ...


# 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


# d1922515 31-Oct-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-multiple-fields-complex-dmplex-vtk' into 'master'

Allow multiple fields and complex numbers in DMPlex VTK visualization

See merge request petsc/petsc!2247


# 955d60d1 31-Oct-2019 Toby Isaac <tisaac@cc.gatech.edu>

Support complex in DMPlexVTKWriteAll_VTU


# e630c359 28-Oct-2019 Toby Isaac <tisaac@cc.gatech.edu>

Support viewing vecs with multifields in VTK from DMPlex

Change precedence when finding sections in DMPletscVTKWriteALL

Searching for "section" before resorting to DM makes it easier to view just a

Support viewing vecs with multifields in VTK from DMPlex

Change precedence when finding sections in DMPletscVTKWriteALL

Searching for "section" before resorting to DM makes it easier to view just a single
field of a vector: rather than computing a subdm, we just get the field section and
compose it with a thin duplicate of the vector

Use composed "section" in DMPlexVTKWriteAll_VTU

Handle multifield vecs in VecView_Plex_Local_VTK

Test VTK multifield output in ascii and vtu in snes tutorials ex24

Make plexvtu use the sections composed with the vectors, provide vector output, and have more sensible names

Tranfer vector fields expanded to 3 components in one transfer

Only put a number on a field if there is more than one field

Add fieldnum argument to PetscViewerVTKAddField()

Now a vector can be added only for a single field to be printed. We can add the same field
multiple times. This avoids copying fields of a vector into separate vectors for viewing

show more ...


# 35140aeb 05-Sep-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merge branch 'master' into this one.


# aaa38285 05-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-01/rm-default-language-from-dm' into 'master'

Update public API, and internal naming conventions for DM to eliminate use of...

See merge request petsc/petsc!1998


# 1bb6d2a8 01-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Update public API, and internal naming conventions for DM to eliminate use of "default" (previously refered to default sections)

Commit-type: style-fix, documentation


# 847f55b8 24-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/endian (pull request #1698)

Runtime endianness detection

Approved-by: Jed Brown <jed@59a2.org>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 30815ce0 23-May-2019 Lisandro Dalcin <dalcinl@gmail.com>

Add PetscBinaryBigEndian() for runtime detection of endianness


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

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


# 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


# 0074f91a 24-Jan-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'knepley/feature-multiple-ds' [PR #1309]


# 44a7f3dd 31-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

DM: Reorganized DM fields
- A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL)
- This will feed into the creation of PetscDS for every different cell system
-

DM: Reorganized DM fields
- A field is defined by a discretization (PetscFE or PetscFV) and a region (DMLabel or NULL)
- This will feed into the creation of PetscDS for every different cell system
- Changed interface for Get/SetField to add the region

show more ...


123456789