SpatiallyConst

SpatiallyConst(value)

Marker for parameters that are constant across the domain.

This class wraps a parameter value that does not vary spatially, indicating it should be treated as a scalar or constant array.

Parameters

Name Type Description Default
value jax.Array The constant parameter value. required
Back to top