getWeights Function

public function getWeights(conf, stencil) result(weights)

Get the the weights of a used stencil from a given solver specific character handle.

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf

handle of the solver specific character

type(tem_stencilHeader_type), intent(in) :: stencil

stencil information

Return Value real(kind=rk), (stencil%QQ)

weights to be returned


Calls

proc~~getweights~~CallsGraph proc~getweights getWeights proc~aot_get_val~2 aot_get_val proc~getweights->proc~aot_get_val~2

Contents