0.6.0
Loading...
Searching...
No Matches
flood_algorithm.f90 File Reference

Enumerations

enum  { opt_short_f = 1 , opt_short_h , opt_short_z }
 
enum  { opt_long_help = 1 , opt_long_nx , opt_long_ny , opt_long_nz }
 

Functions/Subroutines

program test_flood_algorithm
 
subroutine compute_polygon_centroid (polygon, centroid)
 
subroutine print_polyhedron_info (polyhedron)
 
subroutine print_polyhedron (polyhedron)
 
subroutine read_command_line (vof, normal_x, normal_y, normal_z, obj_file, z_transformation)
 
subroutine print_usage ()
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
opt_short_f 
opt_short_h 
opt_short_z 

◆ anonymous enum

anonymous enum
Enumerator
opt_long_help 
opt_long_nx 
opt_long_ny 
opt_long_nz 

Function/Subroutine Documentation

◆ compute_polygon_centroid()

subroutine test_flood_algorithm::compute_polygon_centroid ( type(t_chained_polygon), intent(in) polygon,
double precision, dimension(3), intent(out) centroid )

◆ print_polyhedron()

subroutine test_flood_algorithm::print_polyhedron ( type(t_polyhedron), intent(in) polyhedron)
private

◆ print_polyhedron_info()

subroutine test_flood_algorithm::print_polyhedron_info ( type(t_polyhedron), intent(in) polyhedron)
private

◆ print_usage()

subroutine test_flood_algorithm::print_usage
private

◆ read_command_line()

subroutine test_flood_algorithm::read_command_line ( double precision, intent(out) vof,
double precision, intent(out) normal_x,
double precision, intent(out) normal_y,
double precision, intent(out) normal_z,
character(len=:), intent(out), allocatable obj_file,
logical z_transformation )
private

◆ test_flood_algorithm()

program test_flood_algorithm