![]() |
Octopus
|
Definition at line 205 of file mesh_function.F90.
Private Member Functions | |
complex(real64) function | zmf_integrate_1 (mesh, ff, mask, reduce) |
Integrate a function on the mesh. More... | |
complex(real64) function, dimension(1:dim) | zmf_integrate_2 (mesh, dim, ff, mask, reduce) |
Integrate of a vector of functins. More... | |
|
private |
Integrate a function on the mesh.
\[ d = \sum_i^N f_i dV_i \]
where \( f_i \) is the discrete function, \(dV_i\) is the volume element, and \( N \) is the number of mesh points.
[in] | ff | Function to integrate with dimensions (1:mesh%np) |
[in] | mask | Define which grid points to integrate over |
[in] | reduce | Perform reduction over all grid domains |
Definition at line 1257 of file mesh_function.F90.
|
private |
Integrate of a vector of functins.
[in] | ff | Function to integrate with dimensions (1:mesh%np) |
[in] | mask | Define which grid points to integrate over |
[in] | reduce | Perform reduction over all grid domains |
Definition at line 1303 of file mesh_function.F90.