SpatialProblem#

Module for the SpatialProblem class.

class SpatialProblem[source]#

Bases: AbstractProblem

Class for defining spatial problems, where the problem domain is defined in terms of spatial variables.

Initialization of the AbstractProblem class.

abstract spatial_domain()[source]#

The spatial domain of the problem.

property spatial_variables#

Get the spatial input variables of the problem.

Returns:

The spatial input variables of the problem.

Return type:

list[str]