Definition at line 179 of file cube_function.F90.
|
| subroutine | dmesh_to_cube_1 (mesh, mf, cube, cf) |
| | Convert a single function from the mesh to the cube. More...
|
| |
| subroutine | dmesh_to_cube_2 (mesh, mf, cube, cf, view, mf_buffer) |
| | Convert a set of functions from the mesh to the cube. More...
|
| |
◆ dmesh_to_cube_1()
| subroutine cube_function_oct_m::dmesh_to_cube::dmesh_to_cube_1 |
( |
class(mesh_t), intent(in) |
mesh, |
|
|
real(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] | mf | A function defined on the mesh, |
Definition at line 459 of file cube_function.F90.
◆ dmesh_to_cube_2()
| subroutine cube_function_oct_m::dmesh_to_cube::dmesh_to_cube_2 |
( |
class(mesh_t), intent(in) |
mesh, |
|
|
real(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] | mf | A batch of functions defined on the mesh, |
| [in] | mf_buffer | Device-resident source buffer for the GPU path. This is mutually exclusive with mf. |
Definition at line 480 of file cube_function.F90.
The documentation for this interface was generated from the following file: