*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit a1bc919f authored by Carl-Martin Pfeiler's avatar Carl-Martin Pfeiler
Browse files

bugfix: dmImplicitTreatment: phi-->psi

  + doesn't make a difference tho for some unknown ng reason
parent 44787d98
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
def BulkDMI(psi, phi, Dpsi, Dphi):
from commics._tools.algebra import InnerProd, CrossProd, Curl
return InnerProd(Curl(Dpsi), phi) + InnerProd(phi, Curl(Dphi))
return InnerProd(Curl(Dpsi), phi) + InnerProd(psi, Curl(Dphi))
################################################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment