Nesrinekh / OpenPME

ISC License
4 stars 0 forks source link

Differential Operator is a Unary Expression #64

Closed lschuetze closed 3 years ago

lschuetze commented 3 years ago

Currently, the differential operator is implemented as a simple expression with no other information. It must be implemented as a concrete unary expression working on an operand. The operand must be an n-dimensional vector, i.e., a property of a particle or mesh.

lschuetze commented 3 years ago

This also has consequences down the road as m2m transformations need to be refactored.

lschuetze commented 3 years ago

Done with #69