output_cgf Interface

interface


Calls

interface~~output_cgf~~CallsGraph interface~output_cgf output_cgf proc~output_cgf output_cgf interface~output_cgf->proc~output_cgf proc~next_available_io_id next_available_io_id proc~output_cgf->proc~next_available_io_id proc~get_current_time get_current_time proc~output_cgf->proc~get_current_time

public module subroutine output_cgf(this, coord)

Arguments

Type IntentOptional AttributesName
class(cgf), intent(inout) :: this

Has to be called with an cgf class.

type(rgf), intent(in) :: coord

A real grid function that contains the coordinates.

Description

The interface for an output routine for a complex data type grid function.