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

Functions/Subroutines

program test_nested_dissection
 
subroutine print_polyhedron_info (polyhedron)
 
subroutine print_polyhedron (polyhedron)
 
subroutine init_random_seed ()
 
integer function lcg (s)
 

Function/Subroutine Documentation

◆ init_random_seed()

subroutine test_nested_dissection::init_random_seed
private

◆ lcg()

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

◆ print_polyhedron()

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

◆ print_polyhedron_info()

subroutine test_nested_dissection::print_polyhedron_info ( type(t_polyhedron), intent(in) polyhedron)

◆ test_nested_dissection()

program test_nested_dissection