Go to the source code of this file.
Data Types | |
type | ice_spacecurve::factor_t |
Modules | |
module | ice_spacecurve |
Functions/Subroutines | |
integer(int_kind) | ice_spacecurve::Cinco (l, type, ma, md, ja, jd) |
integer(int_kind) | ice_spacecurve::PeanoM (l, type, ma, md, ja, jd) |
integer(int_kind) | ice_spacecurve::Hilbert (l, type, ma, md, ja, jd) |
integer(int_kind) | ice_spacecurve::IncrementCurve (ja, jd) |
integer(int_kind) | ice_spacecurve::log2 (n) |
logical | ice_spacecurve::IsLoadBalanced (nelem, npart) |
integer(int_kind) | ice_spacecurve::GenCurve (l, type, ma, md, ja, jd) |
integer | ice_spacecurve::FirstFactor (fac) |
logical | ice_spacecurve::FindandMark (fac, val, f2) |
subroutine | ice_spacecurve::MatchFactor (fac1, fac2, val, found) |
integer | ice_spacecurve::ProdFactor (fac) |
subroutine | ice_spacecurve::PrintFactor (msg, fac) |
type(factor_t) | ice_spacecurve::Factor (num) |
logical | ice_spacecurve::IsFactorable (n) |
subroutine | ice_spacecurve::map (l) |
subroutine | ice_spacecurve::PrintCurve (Mesh) |
subroutine | ice_spacecurve::GenSpaceCurve (Mesh) |
subroutine | ice_spacecurve::qsort (a) |
subroutine | ice_spacecurve::partition (a, marker) |
Variables | |
integer(int_kind), dimension(:,:), allocatable | ice_spacecurve::dir |
integer(int_kind), dimension(:,:), allocatable | ice_spacecurve::ordered |
integer(int_kind), dimension(:), allocatable | ice_spacecurve::pos |
integer(int_kind) | ice_spacecurve::maxdim |
integer(int_kind) | ice_spacecurve::vcnt |
logical | ice_spacecurve::verbose = .FALSE. |
type(factor_t), save | ice_spacecurve::fact |