Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_delete Interface Reference

Generic sub-routine defined for 2D box spline types. Deallocates the memory associated with the given box spline object. More...

Private Member Functions

subroutine delete_box_spline_2d (spline)
 Generic sub-routine defined for 2D box spline types. Deallocates the memory associated with the given box spline object. More...
 

Detailed Description

Generic sub-routine defined for 2D box spline types. Deallocates the memory associated with the given box spline object.

Parameters
[in,out]spline_object.

Definition at line 82 of file sll_m_box_splines.F90.

Member Function/Subroutine Documentation

◆ delete_box_spline_2d()

subroutine delete_box_spline_2d ( type(sll_t_box_spline_2d), intent(inout), pointer  spline)
private

Generic sub-routine defined for 2D box spline types. Deallocates the memory associated with the given box spline object.

Parameters
[in,out]spline_object.

Definition at line 866 of file sll_m_box_splines.F90.

    Report Typos and Errors