Definition at line 193 of file mesh_function.F90.
|
real(real64) function | dmf_nrm2_1 (mesh, ff, reduce) |
| this function returns the norm of a mesh function More...
|
|
real(real64) function | dmf_nrm2_2 (mesh, dim, ff, reduce) |
| this function returns the norm of a vector of mesh functions More...
|
|
◆ dmf_nrm2_1()
real(real64) function mesh_function_oct_m::dmf_nrm2::dmf_nrm2_1 |
( |
class(mesh_t), intent(in) |
mesh, |
|
|
real(real64), dimension(:), intent(in) |
ff, |
|
|
logical, intent(in), optional |
reduce |
|
) |
| |
|
private |
this function returns the norm of a mesh function
- Parameters
-
[in] | mesh | underlying mesh |
[in] | ff | mesh function |
[in] | reduce | if true, perform mpi reduction |
Definition at line 560 of file mesh_function.F90.
◆ dmf_nrm2_2()
real(real64) function mesh_function_oct_m::dmf_nrm2::dmf_nrm2_2 |
( |
class(mesh_t), intent(in) |
mesh, |
|
|
integer, intent(in) |
dim, |
|
|
real(real64), dimension(:,:), intent(in) |
ff, |
|
|
logical, intent(in), optional |
reduce |
|
) |
| |
|
private |
this function returns the norm of a vector of mesh functions
- Parameters
-
[in] | mesh | underlying mesh |
[in] | dim | dimensions |
[in] | ff | mesh function of dimension (1:mesh%np, 1:dim) |
[in] | reduce | if true, perform mpi reduction |
Definition at line 597 of file mesh_function.F90.
The documentation for this interface was generated from the following file: