Fix in phasefield step external forces
- currently scalar multiplication (field-access * Matrix) does not work since sympy classifies field-accesses as iterable and tries matrix multiplication instead of scalar multiplication
Please register or sign in to comment