(git:6a2e663)
pao_optimizer Module Reference

Optimizers used by pao_main.F. More...

Functions/Subroutines

subroutine, public pao_opt_init (pao)
 Initialize the optimizer. More...
 
subroutine, public pao_opt_finalize (pao)
 Finalize the optimizer. More...
 
subroutine, public pao_opt_new_dir (pao, icycle)
 Calculates the new search direction. More...
 

Detailed Description

Optimizers used by pao_main.F.

Author
Ole Schuett

Function/Subroutine Documentation

◆ pao_opt_init()

subroutine, public pao_optimizer::pao_opt_init ( type(pao_env_type), pointer  pao)

Initialize the optimizer.

Parameters
pao...

Definition at line 36 of file pao_optimizer.F.

Here is the caller graph for this function:

◆ pao_opt_finalize()

subroutine, public pao_optimizer::pao_opt_finalize ( type(pao_env_type), pointer  pao)

Finalize the optimizer.

Parameters
pao...

Definition at line 80 of file pao_optimizer.F.

Here is the caller graph for this function:

◆ pao_opt_new_dir()

subroutine, public pao_optimizer::pao_opt_new_dir ( type(pao_env_type), pointer  pao,
integer, intent(in)  icycle 
)

Calculates the new search direction.

Parameters
pao...
icycle...

Definition at line 98 of file pao_optimizer.F.

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