Definition at line 187 of file cube_function.F90.
|
| subroutine | dcube_to_mesh_1 (cube, cf, mesh, mf) |
| | Convert a single function from the cube to the mesh. More...
|
| |
| subroutine | dcube_to_mesh_2 (cube, cf, mesh, mf, view, mf_buffer) |
| | Convert a set of functions from the cube to the mesh. More...
|
| |
◆ dcube_to_mesh_1()
| subroutine cube_function_oct_m::dcube_to_mesh::dcube_to_mesh_1 |
( |
type(cube_t), intent(in) |
cube, |
|
|
type(cube_function_t), intent(in) |
cf, |
|
|
class(mesh_t), intent(in) |
mesh, |
|
|
real(real64), dimension(:), intent(out), target, contiguous |
mf |
|
) |
| |
|
private |
Convert a single function from the cube to the mesh.
- Parameters
-
| [in] | cf | cube function |
| [out] | mf | A function defined on the mesh, |
Definition at line 793 of file cube_function.F90.
◆ dcube_to_mesh_2()
| subroutine cube_function_oct_m::dcube_to_mesh::dcube_to_mesh_2 |
( |
type(cube_t), intent(in) |
cube, |
|
|
type(cube_function_t), intent(in) |
cf, |
|
|
class(mesh_t), intent(in) |
mesh, |
|
|
real(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] | cf | cube function |
| [out] | mf | A batch of functions defined on the mesh, |
| [in,out] | mf_buffer | Device-resident destination buffer for the GPU path. This is mutually exclusive with mf. |
Definition at line 814 of file cube_function.F90.
The documentation for this interface was generated from the following file: