Toggle navigation
quadrature-fortran
Contents
Source File
Modules
Procedures
Abstract Interfaces
Derived Types
Source File
Modules
Procedures
Abstract Interfaces
Derived Types
func_4d
Abstract Interface
67 statements
Source File
quadrature_module.F90
quadrature_module
func_4d
Contents
None
abstract interface
private function func_4d(me, x, y, z, q) result(f)
Arguments
Type
Intent
Optional
Attributes
Name
class(
integration_class_4d
),
intent(inout)
::
me
real(kind=wp),
intent(in)
::
x
real(kind=wp),
intent(in)
::
y
real(kind=wp),
intent(in)
::
z
real(kind=wp),
intent(in)
::
q
Return Value
real(kind=wp)
Description
4d user function f(x,y,z,q)