How to change number of decimal places printed for writeFabs()? #3665
-
Hey AMReX team! I wanted to know how I could change the write precision of writeFabs() function. I use this function for debugging Any suggestions would be much appreciated! Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
In the inputs file, you can add "fab.format = " with any of these options with the "FAB_" removed (except for FAB_IEEE_32, which uses "IEEE32":
|
Beta Was this translation helpful? Give feedback.
-
I am curious. Why do you want to change the precision of the output, which is by default binary and double precision, for debugging? |
Beta Was this translation helpful? Give feedback.
I am curious. Why do you want to change the precision of the output, which is by default binary and double precision, for debugging?