set_coeffs Subroutine

public subroutine set_coeffs(self, comm_handler, mesh_cano, map, penalisation_cano)

Compute the coefficient that matches the total input rate

Type Bound

source_gaussian_t

Arguments

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

Instance of class

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

Communicators

type(mesh_cart_t), intent(inout) :: mesh_cano

Mesh (canonical) within poloidal plane

type(parallel_map_t), intent(in) :: map

Parallel map

type(penalisation_t), intent(in) :: penalisation_cano

Penalisation (canonical)


Contents