gustaf.io.mfem.format_array#

gustaf.io.mfem.format_array(array)[source]#

Format NumPy array into string. Each entry in a row is separated by a blank space and every row is separated by a new line.

Parameters:

array (NumPy array)

Return type:

str