t_rProfile_bspl Interface

public interface t_rProfile_bspl

Calls

interface~~t_rprofile_bspl~~CallsGraph interface~t_rprofile_bspl t_rProfile_bspl proc~bsplprofile_new bsplProfile_new interface~t_rprofile_bspl->proc~bsplprofile_new proc~sll_s_bsplines_new sll_s_bsplines_new proc~bsplprofile_new->proc~sll_s_bsplines_new init init proc~sll_s_bsplines_new->init

Module Procedures

public function bsplProfile_new(knots, coefs) result(sf)

initialize the rProfile of type bspline

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: knots(:)

knots of the B-Spline with repeated start and end points

real(kind=wp), intent(in) :: coefs(:)

B-Spline coefficients

Return Value type(t_rProfile_bspl)

self