version 0.6.0
type_sampler::t_sampler Type Reference

Public Member Functions

procedure sample_field_cell
 Sample a field defined on cells.
 
procedure sample_field_face_u
 Sample a field defined on faces in direction _u.
 
procedure sample_field_face_v
 Sample a field defined on faces in direction _v.
 
procedure sample_field_face_w
 Sample a field defined on faces in direction _w.
 

Public Attributes

double precision, dimension(:,:), allocatable point
 List of sample points.
 
logical, dimension(:), allocatable is_inside
 List of samples inside the current MPI domain.
 
integer, dimension(:,:), allocatable cell
 Cell list.
 
integer, dimension(:,:), allocatable face_u
 Face list u.
 
integer, dimension(:,:), allocatable face_v
 Face list v.
 
integer, dimension(:,:), allocatable face_w
 Face list w.
 
integer nb_points = 0
 Number of points.
 

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