Function wafer::output::potential  [−][src]
pub fn potential(
v: &ArrayView3<R64>,
project: &str,
file_type: &FileType
) -> Result<(), Error>
Handles the saving of potential data to disk.
Arguments
v- The potential to output.project- The project name (for directory to save to).file_type- What type of file format to use in the output.