Closed saidctb closed 4 years ago
Implementation of logical operators:
LogicalExpr
grad, div, curl, dot, ...
MatrixSymbolicExpr
TerminalExpr
Domain.coordinates
x1, x2, x3
x, y , z
Moreover:
Union
Implementation of logical operators:
LogicalExpr
on vectorized operators likegrad, div, curl, dot, ...
MatrixSymbolicExpr
class and Symbolic jacobian MatrixTerminalExpr
to handle physical and logical coordinatesDomain.coordinates
can have two sets of coordinatesx1, x2, x3
if it's a logical domain orx, y , z
if it's a physical domainMoreover:
Union
args by their string representation (fixes recurring failure in unit test)