eval_source_zonal Subroutine

public subroutine eval_source_zonal(self, equi_storage, mesh, polars, uzon, src_u)

Evaluates zonal source

Type Bound

source_zonal_t

Arguments

Type IntentOptional Attributes Name
class(source_zonal_t), intent(in) :: self

Instance of type

class(equilibrium_storage_t), intent(in) :: equi_storage

Equilibrium storage

type(mesh_cart_t), intent(in) :: mesh

Mesh

type(polars_t), intent(in) :: polars

Polars

real(kind=GP), intent(in), dimension(polars%grid%get_nrho()) :: uzon

Zonal values of quantity u that is sourced

real(kind=GP), intent(inout), dimension(mesh%get_n_points_inner()) :: src_u

Source values on inner mesh points


Contents