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

Enumerations

enum  { opt_short_n = 1 , opt_short_h }
 
enum  { opt_long_help = 1 }
 

Functions/Subroutines

program test_polyhedron
 
subroutine dump_polyhedron (poly, full, empty, vof, direction)
 
subroutine print_polyhedron_info (polyhedron)
 
subroutine print_polyhedron (polyhedron)
 
subroutine init_random_seed ()
 
integer function lcg (s)
 
subroutine read_command_line (iter, obj_file)
 
subroutine print_usage ()
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
opt_short_n 
opt_short_h 

◆ anonymous enum

anonymous enum
Enumerator
opt_long_help 

Function/Subroutine Documentation

◆ dump_polyhedron()

subroutine test_polyhedron::dump_polyhedron ( type(t_polyhedron), intent(in) poly,
type(t_polyhedron), intent(in) full,
type(t_polyhedron), intent(in) empty,
double precision, intent(in) vof,
double precision, dimension(3), intent(in) direction )

◆ init_random_seed()

subroutine test_polyhedron::init_random_seed
private

◆ lcg()

integer function test_polyhedron::lcg ( integer(int64) s)
private

◆ print_polyhedron()

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

◆ print_polyhedron_info()

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

◆ print_usage()

subroutine test_polyhedron::print_usage
private

◆ read_command_line()

subroutine test_polyhedron::read_command_line ( integer, intent(out) iter,
character(len=:), intent(out), allocatable obj_file )
private

◆ test_polyhedron()

program test_polyhedron