(git:c5411e0)
Loading...
Searching...
No Matches
external_potential_types::copy_potential Interface Reference

Public Member Functions

subroutine copy_all_potential (pot_in, pot_out)
 Copy an all_potential_type to a new, unallocated variable.
 
subroutine copy_gth_potential (pot_in, pot_out)
 Copy a gth_potential_type to a new, unallocated variable.
 
subroutine copy_sgp_potential (pot_in, pot_out)
 Copy a sgp_potential_type to a new, unallocated variable.
 

Detailed Description

Definition at line 311 of file external_potential_types.F.

Member Function/Subroutine Documentation

◆ copy_all_potential()

subroutine external_potential_types::copy_potential::copy_all_potential ( type(all_potential_type), intent(in)  pot_in,
type(all_potential_type), intent(inout), pointer  pot_out 
)

Copy an all_potential_type to a new, unallocated variable.

Parameters
pot_inthe input potential to copy
pot_outthe newly copied and allocated potential
History
  • Creation (12.2019, A. Bussy)

Definition at line 2950 of file external_potential_types.F.

◆ copy_gth_potential()

subroutine external_potential_types::copy_potential::copy_gth_potential ( type(gth_potential_type), intent(in)  pot_in,
type(gth_potential_type), intent(inout), pointer  pot_out 
)

Copy a gth_potential_type to a new, unallocated variable.

Parameters
pot_inthe input potential to copy
pot_outthe newly copied and allocated potential
History
  • Creation (12.2019, A. Bussy)

Definition at line 2979 of file external_potential_types.F.

◆ copy_sgp_potential()

subroutine external_potential_types::copy_potential::copy_sgp_potential ( type(sgp_potential_type), intent(in)  pot_in,
type(sgp_potential_type), intent(inout), pointer  pot_out 
)

Copy a sgp_potential_type to a new, unallocated variable.

Parameters
pot_inthe input potential to copy
pot_outthe newly copied and allocated potential
History
  • Creation (12.2019, A. Bussy)

Definition at line 3107 of file external_potential_types.F.


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