prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Dealii v9.4.0 #192

Closed wband closed 1 year ago

wband commented 1 year ago

Additional fixes for errors and warnings for PRISMS-PF with deal.ii 9.4.0. Branch compiles and runs the allenCahn app, but has otherwise not been tested.

Remaining compilation warnings are about unused variables (low priority/no need to fix), implicit type casting (low priority), and sprintf being deprecated/a security risk (undetermined priority, may be tedious).

stvdwtt commented 1 year ago

@wband, out of curiosity, what is the backward compatibility of these changes? Back to 9.0? Or will this move us to a 9.4 minimum version of deal.II?

wband commented 1 year ago

@stvdwtt we are still testing that for now.