| #
16611aed
|
| 13-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-isoperiodic-coord-projection' into 'main'
DMPlex: fix isoperiodic coordinate projection for high order elements
See merge request petsc/petsc!5970
|
| #
7d4eb7ab
|
| 12-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
DMPlex CGNS: fix isoperiodic coordinates when collocated DM is needed
|
| #
5b8b2c14
|
| 12-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
DMPlex CGNS: enable writing a mesh with no fields defined
|
| #
5ea10fd3
|
| 31-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-cgns' into 'main'
CGNS scalability
See merge request petsc/petsc!5943
|
| #
25760aff
|
| 25-Dec-2022 |
Jed Brown <jed@jedbrown.org> |
CGNS: implement batch size when using pattern file names
|
| #
90c9181e
|
| 15-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/ts-view-cgns' into 'main'
TS CGNS: add support for a monitoring interval
See merge request petsc/petsc!5827
|
| #
9812b6be
|
| 11-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
TS CGNS: add support for a monitoring interval
Also fixes output cycle number when restarted to nonzero initial cycle number.
|
| #
1c3a008a
|
| 27-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/cgns-automatic-coord-projection' into 'main'
DMPlex CGNS: automatically project coordinates
See merge request petsc/petsc!5687
|
| #
b85bf5ed
|
| 27-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex CGNS: automatically project coordinates
Prior to this change, the user was responsible for ensuring that the coordinate order matches the solution order because CGNS needs them to be collocat
DMPlex CGNS: automatically project coordinates
Prior to this change, the user was responsible for ensuring that the coordinate order matches the solution order because CGNS needs them to be collocated. Now we do the projection automatically when necessary.
show more ...
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
f0af967e
|
| 29-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners w/o PetscCall()
See merge request petsc/petsc!5561
|
| #
ad540459
|
| 29-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners w/o PetscCall()
|
| #
38f67375
|
| 27-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-style-one-liners' into 'main'
Remove braces from one-liners
See merge request petsc/petsc!5557
|
| #
48a46eb9
|
| 27-Aug-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove braces from one-liners
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
14fa5779
|
| 14-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'cgns_spack' into 'main'
fix(dmplex): Replace CGNS scoped typedefs
Closes #1233
See merge request petsc/petsc!5527
|
| #
e853fb4c
|
| 13-Aug-2022 |
James Wright <james@jameswright.xyz> |
fix(dmplex): Replace CGNS scoped typedefs
The change allows a CGNS to be used even if it doesn't set the `CGNS_ENABLE_SCOPING` flag. CGNS sets the value of the `CGNS_ENUMT` (and other) macros to lim
fix(dmplex): Replace CGNS scoped typedefs
The change allows a CGNS to be used even if it doesn't set the `CGNS_ENABLE_SCOPING` flag. CGNS sets the value of the `CGNS_ENUMT` (and other) macros to limit the scope of it's types. Note `CGNS_ENUMT(ElementType_t)` is already used in other places, so this makes the behavior more consistent.
Fixes #1233
show more ...
|
| #
c07fc37f
|
| 21-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-cgns' into 'main'
DMPlex: add support for writing CGNS files in parallel
See merge request petsc/petsc!5449
|
| #
5f34f2dc
|
| 20-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel IO uses collective contiguous writes.
show more ...
|