dump Subroutine

public subroutine dump(self, file_path, fmt)

Write field data to ASCII file

Arguments

Type IntentOptional Attributes Name
class(field_type), intent(in) :: self
character, intent(in) :: file_path

Relative path to file to output file

character, optional :: fmt

Format string


Contents