0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_integrate.f90 File Reference

Provides integration routines. More...

Go to the source code of this file.

Data Types

interface  mo_integrate::int_regular
 Integrate regularily spaced data. More...
 

Modules

module  mo_integrate
 Provides integration routines.
 

Functions/Subroutines

real(dp) function mo_integrate::int_regular_dp (dat, dx)
 
real(sp) function mo_integrate::int_regular_sp (dat, dx)
 

Detailed Description

Provides integration routines.

This module provides routine for numerical integration such a Newton-Cotes formulas, etc.

Authors
Matthias Cuntz
Date
Mar 2013

Definition in file mo_integrate.f90.