Octopus
cube_function_oct_m::zmesh_to_cube Interface Reference

Detailed Description

Definition at line 183 of file cube_function.F90.

Private Member Functions

subroutine zmesh_to_cube_1 (mesh, mf, cube, cf)
 Convert a single function from the mesh to the cube. More...
 
subroutine zmesh_to_cube_2 (mesh, mf, cube, cf, view, mf_buffer)
 Convert a set of functions from the mesh to the cube. More...
 

Member Function/Subroutine Documentation

◆ zmesh_to_cube_1()

subroutine cube_function_oct_m::zmesh_to_cube::zmesh_to_cube_1 ( class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:), intent(in), target, contiguous  mf,
type(cube_t), intent(in), target  cube,
type(cube_function_t), intent(inout)  cf 
)
private

Convert a single function from the mesh to the cube.

Parameters
[in]mfA function defined on the mesh,

Definition at line 1533 of file cube_function.F90.

◆ zmesh_to_cube_2()

subroutine cube_function_oct_m::zmesh_to_cube::zmesh_to_cube_2 ( class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:, :), intent(in), optional, target, contiguous  mf,
type(cube_t), intent(in), target  cube,
type(cube_function_t), intent(inout)  cf,
integer, intent(in)  view,
type(accel_mem_t), intent(in), optional, target  mf_buffer 
)
private

Convert a set of functions from the mesh to the cube.

Parameters
[in]mfA batch of functions defined on the mesh,
[in]mf_bufferDevice-resident source buffer for the GPU path. This is mutually exclusive with mf.

Definition at line 1554 of file cube_function.F90.


The documentation for this interface was generated from the following file: