|
| pure subroutine | init_bspline_eval_data (this, bspace, x, is_derivative) |
| | Initialize the B-spline evaluation data for evaluating the B-spline function at a point.
|
| |
◆ init_bspline_eval_data()
| pure subroutine m_bspline_basis::init::init_bspline_eval_data |
( |
type(bsplineevaldata), intent(inout) | this, |
|
|
type(bsplinespace), intent(in) | bspace, |
|
|
real(wp), intent(in) | x, |
|
|
logical, intent(in) | is_derivative ) |
Initialize the B-spline evaluation data for evaluating the B-spline function at a point.
- Parameters
-
| [in,out] | this | The B-spline evaluation data |
| [in] | bspace | The B-spline space |
| [in] | x | The point at which to evaluate the B-spline function |
| [in] | is_derivative | Whether to initialize the data for evaluating the derivative of the B-spline function |
The documentation for this interface was generated from the following file:
- /builds/rwr/bspline_feec/src/bspline/m_bspline_basis.F90