Domain Equation Condition#

class DomainEquationCondition(domain, equation)[source]#

Bases: ConditionInterface

Condition defined by a domain and an equation. It can be used in Physics Informed problems. Before using this condition, make sure that input data are correctly sampled from the domain.

Initialise the object by storing the domain and equation.

Parameters: