Flexodeal Lite 1.5.0 (Dec 2, 2024)
Here's what's new in Version 1.5.0.
Upgrade Steps
- None required. Use the code in the same way you would use FlexodealLite v1.3.X and above.
New Features
- Implemented the
Marker<dim>
class, a generalization of thePoint<dim>
class meant to implementu_left
,u_mid
,u_right
displacement-tracking points and the four points in the mid cross section used to compute bulging. It is now possible to add an arbitrary number of markers using themarkers.dat
file.
Breaking Changes
- Removed
output_bulging_info
since this function only works for the cuboidal geometry. As an alternative, we are now outputting the displacement at these four points in thedisplacements-3d.csv
file so that bulging can be computed elsewhere. subsection Measurement locations
inparameters.prm
now only stores the file's name containing the markers (i.e.,markers.dat
).
Bug Fixes & Minor Updates
- Renamed
ouput_displacement_at_select_locations
tooutput_displacement_at_select_locations
(fixed typo).