MethodPreconditioner Derived Type

type, public :: MethodPreconditioner


Inherited by

type~~methodpreconditioner~~InheritedByGraph type~methodpreconditioner MethodPreconditioner type~iterativemethod IterativeMethod type~iterativemethod->type~methodpreconditioner preconditioner_type type~linalg linalg type~linalg->type~iterativemethod iterative

Components

Type Visibility Attributes Name Initial
integer, public :: id
character(len=64), public :: name

Source Code

    type :: MethodPreconditioner
        integer :: id
        character(LEN=64) :: name
    end type MethodPreconditioner