x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
solver_t
Interface
3 statements
Source File
solver.f90
m_solver
solver_t
Contents
Module Procedures
init
public interface solver_t
Module Procedures
public function
init
(backend, mesh, host_allocator) result(solver)
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(
solver_t
)