cobs_init Interface

interface


Calls

interface~~cobs_init~~CallsGraph interface~cobs_init cobs_init proc~cobs_init cobs_init interface~cobs_init->proc~cobs_init interface~find_indices find_indices proc~cobs_init->interface~find_indices proc~find_indices find_indices interface~find_indices->proc~find_indices

public module subroutine cobs_init(this, rad, coord, object)

Arguments

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

The observer that is being initialized.

real(kind=wp), intent(in), dimension(:):: rad

A 1d array of real values containing the radii for which observations will be performed.

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

A real grid function containing the coordinates.

class(*), intent(in), target:: object

The complex grid function for which observations will be performed.

Description

The initialization routine for the complex grid function observer.