MFIX  2016-1
get_stl_data.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine get_msh_data
 
subroutine skip (FILE_UNIT, N_SKIP)
 
subroutine text_hex2int (STRING, INT)
 
subroutine text_dec2int (STRING, INT)
 
subroutine get_stl_data
 
subroutine eval_stl_fct_at (TYPE_OF_CELL, IJK, NODE, f_stl, CLIP_FLAG, B
 
subroutine intersect_line_with_facet (xa, ya, za, xb, yb, zb, FACET, INTERSECT
 
subroutine is_point_inside_facet (Px, Py, Pz, FACET, INSIDE_FACET)
 

Function/Subroutine Documentation

subroutine eval_stl_fct_at ( character (len=*)  TYPE_OF_CELL,
integer  IJK,
integer  NODE,
double precision  f_stl,
logical  CLIP_FLAG,
  B 
)

Definition at line 1085 of file get_stl_data.f.

Here is the caller graph for this function:

subroutine get_msh_data ( )

Definition at line 28 of file get_stl_data.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine get_stl_data ( )

Definition at line 657 of file get_stl_data.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine intersect_line_with_facet ( double precision  xa,
double precision  ya,
double precision  za,
double precision  xb,
double precision  yb,
double precision  zb,
integer  FACET,
  INTERSECT 
)

Definition at line 1175 of file get_stl_data.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine is_point_inside_facet ( double precision  Px,
double precision  Py,
double precision  Pz,
integer  FACET,
logical  INSIDE_FACET 
)

Definition at line 1320 of file get_stl_data.f.

Here is the caller graph for this function:

subroutine skip ( integer, intent(in)  FILE_UNIT,
integer, intent(in)  N_SKIP 
)

Definition at line 589 of file get_stl_data.f.

Here is the caller graph for this function:

subroutine text_dec2int ( character(len=*)  STRING,
integer  INT 
)

Definition at line 616 of file get_stl_data.f.

Here is the caller graph for this function:

subroutine text_hex2int ( character(len=*)  STRING,
integer  INT 
)

Definition at line 599 of file get_stl_data.f.

Here is the caller graph for this function: