![]() |
Octopus
|
Functions/Subroutines | |
| subroutine, public | dphysics_op_l (der, ff, lf, ghost_update, set_bc, idir) |
| The action of the angular momentum operator (three spatial components). In case of real functions, it does not include the -i prefactor (L = -i r ^ nabla). More... | |
| subroutine, public | dphysics_op_l2 (der, ff, l2f, ghost_update, set_bc) |
| Square of the angular momentum L. This has to be very much improved if. More... | |
| subroutine, public | zphysics_op_l (der, ff, lf, ghost_update, set_bc, idir) |
| The action of the angular momentum operator (three spatial components). In case of real functions, it does not include the -i prefactor (L = -i r ^ nabla). More... | |
| subroutine, public | zphysics_op_l2 (der, ff, l2f, ghost_update, set_bc) |
| Square of the angular momentum L. This has to be very much improved if. More... | |
| subroutine, public physics_op_oct_m::dphysics_op_l | ( | type(derivatives_t), intent(in) | der, |
| real(real64), dimension(:), intent(inout), contiguous | ff, | ||
| real(real64), dimension(:, :), intent(out), contiguous | lf, | ||
| logical, intent(in), optional | ghost_update, | ||
| logical, intent(in), optional | set_bc, | ||
| integer, intent(in), optional | idir | ||
| ) |
The action of the angular momentum operator (three spatial components). In case of real functions, it does not include the -i prefactor (L = -i r ^ nabla).
| [in,out] | ff | ff(dermeshnp_part) |
| [out] | lf | lf(dermeshnp, 3) in 3D, lf(dermeshnp, 1) in 2D |
| [in] | idir | Compute only for idir direction |
Definition at line 209 of file physics_op.F90.
| subroutine, public physics_op_oct_m::dphysics_op_l2 | ( | type(derivatives_t), intent(in) | der, |
| real(real64), dimension(:), intent(inout), contiguous | ff, | ||
| real(real64), dimension(:), intent(out), contiguous | l2f, | ||
| logical, intent(in), optional | ghost_update, | ||
| logical, intent(in), optional | set_bc | ||
| ) |
Square of the angular momentum L. This has to be very much improved if.
| [in,out] | ff | ff(1:dermeshnp_part) |
Definition at line 290 of file physics_op.F90.
| subroutine, public physics_op_oct_m::zphysics_op_l | ( | type(derivatives_t), intent(in) | der, |
| complex(real64), dimension(:), intent(inout), contiguous | ff, | ||
| complex(real64), dimension(:, :), intent(out), contiguous | lf, | ||
| logical, intent(in), optional | ghost_update, | ||
| logical, intent(in), optional | set_bc, | ||
| integer, intent(in), optional | idir | ||
| ) |
The action of the angular momentum operator (three spatial components). In case of real functions, it does not include the -i prefactor (L = -i r ^ nabla).
| [in,out] | ff | ff(dermeshnp_part) |
| [out] | lf | lf(dermeshnp, 3) in 3D, lf(dermeshnp, 1) in 2D |
| [in] | idir | Compute only for idir direction |
Definition at line 424 of file physics_op.F90.
| subroutine, public physics_op_oct_m::zphysics_op_l2 | ( | type(derivatives_t), intent(in) | der, |
| complex(real64), dimension(:), intent(inout), contiguous | ff, | ||
| complex(real64), dimension(:), intent(out), contiguous | l2f, | ||
| logical, intent(in), optional | ghost_update, | ||
| logical, intent(in), optional | set_bc | ||
| ) |
Square of the angular momentum L. This has to be very much improved if.
| [in,out] | ff | ff(1:dermeshnp_part) |
Definition at line 505 of file physics_op.F90.