YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Public Member Functions
yac::yac_fdef_points Interface Reference

Fortran interface for the definition of points. More...

Collaboration diagram for yac::yac_fdef_points:
Collaboration graph

Public Member Functions

subroutine yac_fdef_points_reg2d_real (grid_id, nbr_points, location, x_points_real, y_points_real, point_id)
 
subroutine yac_fdef_points_reg2d_dble (grid_id, nbr_points, location, x_points, y_points, point_id)
 
subroutine yac_fdef_points_curve2d_real (grid_id, nbr_points, location, x_points_real, y_points_real, point_id)
 
subroutine yac_fdef_points_curve2d_dble (grid_id, nbr_points, location, x_points, y_points, point_id)
 
subroutine yac_fdef_points_unstruct_real (grid_id, nbr_points, location, x_points_real, y_points_real, point_id)
 
subroutine yac_fdef_points_unstruct_dble (grid_id, nbr_points, location, x_points, y_points, point_id)
 

Detailed Description

Fortran interface for the definition of points.

Definition at line 834 of file yac_module.F90.

Member Function/Subroutine Documentation

◆ yac_fdef_points_curve2d_dble()

subroutine yac::yac_fdef_points::yac_fdef_points_curve2d_dble ( integer, intent(in)  grid_id,
integer, dimension(2), intent(in)  nbr_points,
integer, intent(in)  location,
double precision, dimension(nbr_points(1),nbr_points(2)), intent(in)  x_points,
double precision, dimension(nbr_points(1),nbr_points(2)), intent(in)  y_points,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_pointslongitudes of points
[in]y_pointslatitudes of points
[out]point_idpoint identifier

Definition at line 886 of file yac_module.F90.

◆ yac_fdef_points_curve2d_real()

subroutine yac::yac_fdef_points::yac_fdef_points_curve2d_real ( integer, intent(in)  grid_id,
integer, dimension(2), intent(in)  nbr_points,
integer, intent(in)  location,
real, dimension(nbr_points(1),nbr_points(2)), intent(in)  x_points_real,
real, dimension(nbr_points(1),nbr_points(2)), intent(in)  y_points_real,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_points_reallongitudes of points
[in]y_points_reallatitudes of points
[out]point_idpoint identifier

Definition at line 868 of file yac_module.F90.

◆ yac_fdef_points_reg2d_dble()

subroutine yac::yac_fdef_points::yac_fdef_points_reg2d_dble ( integer, intent(in)  grid_id,
integer, dimension(2), intent(in)  nbr_points,
integer, intent(in)  location,
double precision, dimension(nbr_points(1)), intent(in)  x_points,
double precision, dimension(nbr_points(2)), intent(in)  y_points,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_pointslongitudes of points
[in]y_pointslatitudes of points
[out]point_idpoint identifier

Definition at line 852 of file yac_module.F90.

◆ yac_fdef_points_reg2d_real()

subroutine yac::yac_fdef_points::yac_fdef_points_reg2d_real ( integer, intent(in)  grid_id,
integer, dimension(2), intent(in)  nbr_points,
integer, intent(in)  location,
real, dimension(nbr_points(1)), intent(in)  x_points_real,
real, dimension(nbr_points(2)), intent(in)  y_points_real,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_points_reallongitudes of points
[in]y_points_reallatitudes of points
[out]point_idpoint identifier

Definition at line 836 of file yac_module.F90.

◆ yac_fdef_points_unstruct_dble()

subroutine yac::yac_fdef_points::yac_fdef_points_unstruct_dble ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
double precision, dimension(nbr_points), intent(in)  x_points,
double precision, dimension(nbr_points), intent(in)  y_points,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_pointslongitudes of points
[in]y_pointslatitudes of points
[out]point_idpoint identifier

Definition at line 920 of file yac_module.F90.

◆ yac_fdef_points_unstruct_real()

subroutine yac::yac_fdef_points::yac_fdef_points_unstruct_real ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
real, dimension(nbr_points), intent(in)  x_points_real,
real, dimension(nbr_points), intent(in)  y_points_real,
integer, intent(out)  point_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]x_points_reallongitudes of points
[in]y_points_reallatitudes of points
[out]point_idpoint identifier

Definition at line 904 of file yac_module.F90.


The documentation for this interface was generated from the following file: