init_lineout Subroutine

public subroutine init_lineout(self, comm_handler, groupname, filepath)

Initialize lineout diagnostic

Type Bound

diagnostics_lineout_t

Arguments

Type IntentOptional Attributes Name
class(diagnostics_lineout_t), intent(inout) :: self

Instance of class

type(comm_handler_t), intent(in) :: comm_handler

MPI communication handler

character(len=*), intent(in) :: groupname

Directory to write snapsfiles into

character(len=*), intent(in) :: filepath

Filepath to read lineouts parameters from


Contents