Octopus
physics_op.F90
Go to the documentation of this file.
1!! Copyright (C) 2002-2006 M. Marques, A. Castro, A. Rubio, G. Bertsch
2!!
3!! This program is free software; you can redistribute it and/or modify
4!! it under the terms of the GNU General Public License as published by
5!! the Free Software Foundation; either version 2, or (at your option)
6!! any later version.
7!!
8!! This program is distributed in the hope that it will be useful,
9!! but WITHOUT ANY WARRANTY; without even the implied warranty of
10!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11!! GNU General Public License for more details.
12!!
13!! You should have received a copy of the GNU General Public License
14!! along with this program; if not, write to the Free Software
15!! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16!! 02110-1301, USA.
17!!
18
19#include "global.h"
20
22 use debug_oct_m
24 use global_oct_m
25 use mesh_oct_m
28
29 implicit none
30
31 private
32 public :: &
37
38contains
39
40#include "undef.F90"
41#include "real.F90"
42#include "physics_op_inc.F90"
43
44#include "undef.F90"
45#include "complex.F90"
46#include "physics_op_inc.F90"
47
48
49end module physics_op_oct_m
50
51
52!! Local Variables:
53!! mode: f90
54!! coding: utf-8
55!! End:
This module calculates the derivatives (gradients, Laplacians, etc.) of a function.
This module defines the meshes, which are used in Octopus.
Definition: mesh.F90:118
subroutine, public zphysics_op_l(der, ff, lf, ghost_update, set_bc)
The action of the angular momentum operator (three spatial components). In case of real functions,...
Definition: physics_op.F90:393
subroutine, public dphysics_op_l(der, ff, lf, ghost_update, set_bc)
The action of the angular momentum operator (three spatial components). In case of real functions,...
Definition: physics_op.F90:206
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.
Definition: physics_op.F90:448
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.
Definition: physics_op.F90:261