(git:c5411e0)
Loading...
Searching...
No Matches
almo_scf_diis_types::almo_scf_diis_init Interface Reference

Public Member Functions

subroutine almo_scf_diis_init_dbcsr (diis_env, sample_err, sample_var, error_type, max_length)
 initializes the diis structure
 
subroutine almo_scf_diis_init_domain (diis_env, sample_err, error_type, max_length)
 initializes the diis structure
 

Detailed Description

Definition at line 49 of file almo_scf_diis_types.F.

Member Function/Subroutine Documentation

◆ almo_scf_diis_init_dbcsr()

subroutine almo_scf_diis_types::almo_scf_diis_init::almo_scf_diis_init_dbcsr ( type(almo_scf_diis_type), intent(inout)  diis_env,
type(dbcsr_type), intent(in)  sample_err,
type(dbcsr_type), intent(in)  sample_var,
integer, intent(in)  error_type,
integer, intent(in)  max_length 
)

initializes the diis structure

Parameters
diis_env...
sample_err...
sample_var...
error_type...
max_length...
History
2011.12 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Definition at line 95 of file almo_scf_diis_types.F.

◆ almo_scf_diis_init_domain()

subroutine almo_scf_diis_types::almo_scf_diis_init::almo_scf_diis_init_domain ( type(almo_scf_diis_type), intent(inout)  diis_env,
type(domain_submatrix_type), dimension(:), intent(in)  sample_err,
integer, intent(in)  error_type,
integer, intent(in)  max_length 
)

initializes the diis structure

Parameters
diis_env...
sample_err...
error_type...
max_length...
History
2011.12 created [Rustam Z Khaliullin]
Author
Rustam Z Khaliullin

Definition at line 158 of file almo_scf_diis_types.F.


The documentation for this interface was generated from the following file: