V3FIT
Data Types | Modules | Functions/Subroutines
bivariate.f File Reference

Contains module bivariate. More...

Go to the source code of this file.

Data Types

type  bivariate::bivariate_type
 An object containing persistent data for the bivariate interpolation. More...
 
interface  bivariate::bivariate_set_grids
 Interface for the setting of bivariate_type types either using bivariate_set_grids_1d or bivariate_set_grids_2d. More...
 

Modules

module  bivariate
 This modules contains routines for interpolating points inside a grid. This was originally written by S. P. Hirshman. It has been modified for thread safety converting it to be object oriented by M. Cianciosa.
 

Functions/Subroutines

type(bivariate_type) function, pointer bivariate::bivariate_construct (ns, nu)
 Construct a bivariate_type object. More...
 
subroutine bivariate::bivariate_destruct (this)
 Deconstruct a bivariate_type object. More...
 
subroutine bivariate::bivariate_set_grids_2d (this, rsu, zsu, rgrid, zgrid)
 Set up the interpolation grid for a phi plane. More...
 
subroutine bivariate::bivariate_set_grids_1d (this, rsu, zsu, rgrid, zgrid)
 Set up the interpolation grid for a phi plane. More...
 
subroutine bivariate::bivariate_get_4pt (this, resp_rz, resp_su)
 Interpolate points on to responce function grid. More...
 

Detailed Description

Contains module bivariate.

Definition in file bivariate.f.