t_hmap_knot_auxvar Interface

public interface t_hmap_knot_auxvar

Calls

interface~~t_hmap_knot_auxvar~~CallsGraph interface~t_hmap_knot_auxvar t_hmap_knot_auxvar proc~hmap_knot_init_aux hmap_knot_init_aux interface~t_hmap_knot_auxvar->proc~hmap_knot_init_aux

Module Procedures

public function hmap_knot_init_aux(sf, zeta, do_2nd_der) result(xv)

Allocate and initialize auxiliary variable at zeta position.

Arguments

Type IntentOptional Attributes Name
class(t_hmap_knot), intent(in) :: sf
real(kind=wp), intent(in) :: zeta
logical, intent(in) :: do_2nd_der

compute second derivative and store second derivative terms

Return Value type(t_hmap_knot_auxvar)