Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Migliore
VTK
Commits
eb982f7c
Commit
eb982f7c
authored
1 year ago
by
Spiros Tsalikis
Browse files
Options
Downloads
Patches
Plain Diff
Add changelog
parent
8bbc31c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/release/9.1.md
+1
-1
1 addition, 1 deletion
Documentation/release/9.1.md
Documentation/release/dev/ioss-writer-completion-of-implementation.md
+18
-0
18 additions, 0 deletions
...n/release/dev/ioss-writer-completion-of-implementation.md
with
19 additions
and
1 deletion
Documentation/release/9.1.md
+
1
−
1
View file @
eb982f7c
...
...
@@ -414,7 +414,7 @@ VTK_LAGRANGE_HEXAHEDRON VTK_LAGRANGE_HEXAHEDRON
names using a
`/regionName/`
prefix for non-default regions.
[
fides
]:
https://gitlab.kitware.com/vtk/fides
[
ioss
]:
http://
gsjaardema
.github.io/seacas
[
ioss
]:
http
s
://
sandialabs
.github.io/seacas
-docs
[
open-mining-format
]:
https://omf.readthedocs.io/en/stable/index.html
[
openvdb
]:
https://www.openvdb.org
...
...
This diff is collapsed.
Click to expand it.
Documentation/release/dev/ioss-writer-completion-of-implementation.md
0 → 100644
+
18
−
0
View file @
eb982f7c
## vtkIOSSWriter: Completion of Implementation
`vtkIOSSWriter`
is a writer for the Exodus file format that has now been completely implemented.
`vtkIOSSWriter`
is implemented using the
[
IOSS library
](
https://sandialabs.github.io/seacas-docs
)
.
The input can be a
`vtkPartitionedDataSetCollection`
,
`vtkPartitionedDataSet`
, or
`vtkDataSet`
.
It supports the following entity types: Node/Edge/Face/Element blocks, and Node/Edge/Face/Element/Side sets. If the
input of the writer originated from
`vtkIOSSReader`
, the entity types can be automatically deduced. Otherwise,
`SetAssemblyName`
and
`AddSelector`
can be used to specify which block belong in which entity type. If no selector has
been defined, and the input does not originate from IOSS, then all blocks will be treated as Element Blocks. The arrays
(or fields) to be written can be specified using
`GetEntityFieldSelection`
after
`SetChooseFieldsToWrite`
has been set
to true. A subset of the timesteps to be written can be selected using
`SetTimeStepRange`
and
`SetTimeStepStride`
. Ghost
cells can be removed using
`SetRemoveGhosts`
. If the input has been transformed, e.g. using Clip, the original ids of
blocks can be preserved using
`SetPreserveOriginalIds`
. The Quality assurance and information records can be written
using
`SetWriteQAAndInformationRecords`
.
`Global IDs`
are created assuming uniqueness for both Node Blocks, i.e. points,
and Edge/Face/Element blocks, if they are not present, or invalid.
`element_side`
is needed for Edge/Face/Element/Side
sets. If it's not present, sets will be skipped. If it's present, but invalid, and there were (old)
`Global IDs`
that
were invalid, then they will be used to re-create
`element_side`
, otherwise, sets will be skipped.
Finally,
`vtkIOSSWriter`
is now parallel-aware, therefore, it can be used in parallel.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment