Octopus
mesh_function_oct_m::zmf_nrm2 Interface Reference

Detailed Description

Definition at line 197 of file mesh_function.F90.

Private Member Functions

real(real64) function zmf_nrm2_1 (mesh, ff, reduce)
 this function returns the norm of a mesh function More...
 
real(real64) function zmf_nrm2_2 (mesh, dim, ff, reduce)
 this function returns the norm of a vector of mesh functions More...
 

Member Function/Subroutine Documentation

◆ zmf_nrm2_1()

real(real64) function mesh_function_oct_m::zmf_nrm2::zmf_nrm2_1 ( class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:), intent(in)  ff,
logical, intent(in), optional  reduce 
)
private

this function returns the norm of a mesh function

Parameters
[in]meshunderlying mesh
[in]ffmesh function
[in]reduceif true, perform mpi reduction

Definition at line 1408 of file mesh_function.F90.

◆ zmf_nrm2_2()

real(real64) function mesh_function_oct_m::zmf_nrm2::zmf_nrm2_2 ( class(mesh_t), intent(in)  mesh,
integer, intent(in)  dim,
complex(real64), dimension(:,:), intent(in)  ff,
logical, intent(in), optional  reduce 
)
private

this function returns the norm of a vector of mesh functions

Parameters
[in]meshunderlying mesh
[in]dimdimensions
[in]ffmesh function of dimension (1:mesh%np, 1:dim)
[in]reduceif true, perform mpi reduction

Definition at line 1445 of file mesh_function.F90.


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