helmholtz_vector_data Derived Type

type, public, bind(C) :: helmholtz_vector_data

Holds right-hand-side of Helmholtz equation and initial guess for FGMRES algorithm


Inherits

type~~helmholtz_vector_data~~InheritsGraph type~helmholtz_vector_data helmholtz_vector_data c_ptr c_ptr type~helmholtz_vector_data->c_ptr rhs, sol

Components

Type Visibility Attributes Name Initial
integer(kind=c_int32_t), public :: backend
type(c_ptr), public :: rhs
type(c_ptr), public :: sol