Toggle navigation
Legolas v. 2.1.1 - develop
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
interpolate_array_on_ef_grid
Function
11 statements
Source File
mod_derived_efs.f08
mod_derived_efs
interpolate_array_on_ef_grid
Contents
None
private function interpolate_array_on_ef_grid(array, grid) result(array_on_ef_grid)
Uses
mod_interpolation
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
array
(:)
type(
grid_t
),
intent(in)
::
grid
Return Value
real(kind=dp),allocatable,(:)
Contents
None