x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
case_tgv_init
Function
8 statements
Source File
tgv.f90
m_case_tgv
case_tgv_init
Contents
public function case_tgv_init(backend, mesh, host_allocator) result(flow_case)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
),
intent(inout),
target
::
backend
type(
mesh_t
),
intent(inout),
target
::
mesh
type(
allocator_t
),
intent(inout),
target
::
host_allocator
Return Value
type(
case_tgv_t
)