(git:c5411e0)
Loading...
Searching...
No Matches
preconditioner_types Module Reference

types of preconditioners More...

Data Types

type  preconditioner_p_type
 
type  preconditioner_type
 

Functions/Subroutines

logical function, public preconditioner_in_use (preconditioner)
 ...
 
subroutine, public init_preconditioner (preconditioner_env, para_env, blacs_env)
 ...
 
subroutine, public destroy_preconditioner (preconditioner_env)
 ...
 

Detailed Description

types of preconditioners

History
Separate types from construction and application
Author
Joost VandeVondele (09.2002)

Function/Subroutine Documentation

◆ preconditioner_in_use()

logical function, public preconditioner_types::preconditioner_in_use ( type(preconditioner_type preconditioner)

...

Parameters
preconditioner...
Returns
...

Definition at line 72 of file preconditioner_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_preconditioner()

subroutine, public preconditioner_types::init_preconditioner ( type(preconditioner_type preconditioner_env,
type(mp_para_env_type), pointer  para_env,
type(cp_blacs_env_type), pointer  blacs_env 
)

...

Parameters
preconditioner_env...
para_env...
blacs_env...

Definition at line 85 of file preconditioner_types.F.

Here is the caller graph for this function:

◆ destroy_preconditioner()

subroutine, public preconditioner_types::destroy_preconditioner ( type(preconditioner_type preconditioner_env)

...

Parameters
preconditioner_env...

Definition at line 116 of file preconditioner_types.F.

Here is the call graph for this function:
Here is the caller graph for this function: