Octopus
cube_function_oct_m::zcube_to_mesh Interface Reference

Detailed Description

Definition at line 191 of file cube_function.F90.

Private Member Functions

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

Member Function/Subroutine Documentation

◆ zcube_to_mesh_1()

subroutine cube_function_oct_m::zcube_to_mesh::zcube_to_mesh_1 ( type(cube_t), intent(in)  cube,
type(cube_function_t), intent(in)  cf,
class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:), intent(out), target, contiguous  mf 
)
private

Convert a single function from the cube to the mesh.

Parameters
[in]cfcube function
[out]mfA function defined on the mesh,

Definition at line 1867 of file cube_function.F90.

◆ zcube_to_mesh_2()

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

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

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

Definition at line 1888 of file cube_function.F90.


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