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

TypeIntentOptionalAttributesName
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 interface~aot_get_val~3 aot_get_val proc~getweights->interface~aot_get_val~3

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: errCode(stencil%QQ)