We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
when compiling Cassiopee with I8/R8, some data are written as I8/R8 while the CGNS standard imposes I4/R4:
for example.
Thx
The text was updated successfully, but these errors were encountered:
Hello,
Many thanks for the bug report. I am adding a link to the doc listing all node types to force to I4/R4: cgns-modern/standard/FMM/nodes
Node types to force to R4:
CGNSLibraryVersion_t
Node types to force to I4:
CGNSBase_t
Elements_t
Rind_t
Ordinal_t
BaseIterativeData_t
ConvergenceHistory_t
ZoneSubRegion_t
and a few others by name:
Transform
GridConnectivity1to1_t
InwardNormalIndex
EquationDimension
Thanks, Vincent
Sorry, something went wrong.
Merge pull request #125 from vincentcasseau/main
50a3154
Converter: force CGNS convention when using I8/R8 (see #88)
No branches or pull requests
Hi
when compiling Cassiopee with I8/R8, some data are written as I8/R8 while the CGNS standard imposes I4/R4:
for example.
Thx
The text was updated successfully, but these errors were encountered: