![]() |
(git:4672866)
|
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. | |
Definition at line 313 of file external_potential_types.F.
| 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.
| pot_in | the input potential to copy |
| pot_out | the newly copied and allocated potential |
Definition at line 2969 of file external_potential_types.F.
| 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.
| pot_in | the input potential to copy |
| pot_out | the newly copied and allocated potential |
Definition at line 2998 of file external_potential_types.F.
| 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.
| pot_in | the input potential to copy |
| pot_out | the newly copied and allocated potential |
Definition at line 3126 of file external_potential_types.F.