v2.0.1
What's Changed
🛠️ Bug Fixes
- Fixed bug with explicit energy coefficient
By default, when a SLOTH coefficient is explicit, its first and second derivatives are zero. However, for energy-type coefficients, such as the free energy and the interpolation function whose first derivatives are directly implied in the variational formulation, the first derivative must be nonzero and well defined in terms of the variables. The compute_gradient_energy_coefficient method enables this.
Checked with tests/AllenCahn/2D/test1 : explicit discretization for double well potential (without changes in convergence rate)
-
Fixed pointer assignment for 1D periodic meshes
-
Fixed definition of 1D periodic mesh : add missing
newC++ instruction
🧹 Maintenance & Improvements
-
Removed useless files
-
Cleaned up useless Parameters in Integrators
-
Generalized MeltingIntegrators-type implementation
Full Changelog: v2.0.0...v2.0.1