Skip to content

fossil_utils

FOSSIL, utils library.

Source: src/lib/fossil_utils.f90

Dependencies

Contents

Variables

NameTypeAttributesDescription
EPSreal(kind=R8P)Small EPSILON to avoid rund off errors.
FRLENinteger(kind=I4P)parameterMaximum length of fossil STL label string.
PIreal(kind=R8P)parameterPi greek.

Functions

is_inside_bb

Return the true if point is inside AABB.

Attributes: pure

Returns: logical

fortran
function is_inside_bb(bmin, bmax, point)

Arguments

NameTypeIntentAttributesDescription
bmintype(vector_R8P)inBounding box extents.
bmaxtype(vector_R8P)inBounding box extents.
pointtype(vector_R8P)inPoint reference.

Call graph