pystencils: Assignment instead of sympy.Eq
- Previously sympy.Eq was used to represent assignments. However Eq represents equality not assignment. This means that sometimes sympy "simplified" an equation like a = a to True, -> replaced sp.Eq by pystencils.Assignment everywhere - renamed EquationCollection to AssignmentCollection
Showing
- boundaries/boundaryconditions.py 20 additions, 20 deletionsboundaries/boundaryconditions.py
- boundaries/boundaryhandling.py 3 additions, 3 deletionsboundaries/boundaryhandling.py
- chapman_enskog/chapman_enskog.py 1 addition, 1 deletionchapman_enskog/chapman_enskog.py
- creationfunctions.py 8 additions, 8 deletionscreationfunctions.py
- innerloopsplit.py 2 additions, 2 deletionsinnerloopsplit.py
- methods/abstractlbmethod.py 2 additions, 2 deletionsmethods/abstractlbmethod.py
- methods/conservedquantitycomputation.py 77 additions, 75 deletionsmethods/conservedquantitycomputation.py
- methods/cumulantbased.py 21 additions, 18 deletionsmethods/cumulantbased.py
- methods/entropic.py 18 additions, 16 deletionsmethods/entropic.py
- methods/entropic_eq_srt.py 4 additions, 3 deletionsmethods/entropic_eq_srt.py
- methods/momentbased.py 10 additions, 10 deletionsmethods/momentbased.py
- methods/momentbasedsimplifications.py 20 additions, 19 deletionsmethods/momentbasedsimplifications.py
- phasefield/kerneleqs.py 6 additions, 6 deletionsphasefield/kerneleqs.py
- phasefield/phasefieldstep.py 1 addition, 1 deletionphasefield/phasefieldstep.py
- simplificationfactory.py 4 additions, 4 deletionssimplificationfactory.py
- turbulence_models.py 6 additions, 5 deletionsturbulence_models.py
- updatekernels.py 13 additions, 14 deletionsupdatekernels.py
Please register or sign in to comment