directChillFoam
directChillFoam: an OpenFOAM application for direct-chill casting - Published in JOSS (2023)
@stdlib/ndarray-base-assert-is-allowed-data-type-cast
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
@stdlib/ndarray-base-assert-is-safe-data-type-cast
Determine if an ndarray data type can be safely cast to another ndarray data type.
@stdlib/ndarray-base-assert-is-same-kind-data-type-cast
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
@stdlib/array-base-assert-is-mostly-safe-data-type-cast
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
@stdlib/complex-promotion-rules
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
ndarray-base-assert-is-mostly-safe-data-type-cast
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
array-base-assert-is-same-kind-data-type-cast
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
@stdlib/ndarray-mostly-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.