(git:b1f098b)
Loading...
Searching...
No Matches
integration_grid_types Module Reference

Data Types

type  integration_grid_type
 
type  integration_grid_value_type
 

Functions/Subroutines

subroutine, public allocate_intgrid (int_grid)
 Initialize integration_grid_type.
 
subroutine, public deallocate_intgrid (int_grid)
 Deallocate integration_grid_type.
 
subroutine, public allocate_intgrid_val (int_grid)
 Initialize integration_grid_value_type.
 
subroutine, public deallocate_intgrid_val (int_grid)
 Deallocate integration_grid_value_type.
 

Function/Subroutine Documentation

◆ allocate_intgrid()

subroutine, public integration_grid_types::allocate_intgrid ( type(integration_grid_type), pointer  int_grid)

Initialize integration_grid_type.

Parameters
int_grid...
Date
02.2018
Parameters

author JGH

Version
1.0

Definition at line 73 of file integration_grid_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ deallocate_intgrid()

subroutine, public integration_grid_types::deallocate_intgrid ( type(integration_grid_type), pointer  int_grid)

Deallocate integration_grid_type.

Parameters
int_grid...
Date
02.2018
Parameters

author JGH

Version
1.0

Definition at line 91 of file integration_grid_types.F.

Here is the caller graph for this function:

◆ allocate_intgrid_val()

subroutine, public integration_grid_types::allocate_intgrid_val ( type(integration_grid_value_type), pointer  int_grid)

Initialize integration_grid_value_type.

Parameters
int_grid...
Date
02.2018
Parameters

author JGH

Version
1.0

Definition at line 125 of file integration_grid_types.F.

Here is the call graph for this function:

◆ deallocate_intgrid_val()

subroutine, public integration_grid_types::deallocate_intgrid_val ( type(integration_grid_value_type), pointer  int_grid)

Deallocate integration_grid_value_type.

Parameters
int_grid...
Date
02.2018
Parameters

author JGH

Version
1.0

Definition at line 143 of file integration_grid_types.F.

Here is the caller graph for this function: