pyyeti icon indicating copy to clipboard operation
pyyeti copied to clipboard

Add functions to format reals in double precision, and write Nastran cards in double precision.

Open joshayers opened this issue 7 months ago • 0 comments

Add two functions to the nastran.bulk module.

  • format_double16
  • wtcard16d

The first formats floats in Nastran double precision (i.e. 1.0D+0). The second writes a Nastran card with all floats formatted with format_double16.

joshayers avatar Jul 12 '24 19:07 joshayers