Published April 1, 2023
| Version v6.4.0
Software
Open
FElupe: Finite Element Analysis
Authors/Creators
Description
[6.4.0] - 2023-04-01
Added
- Add a new argument to pass a mesh for the dual regions in
FieldsMixed(mesh=None). - Add quadrature and grad arguments to
RegionLagrange. - Add order attribute to
RegionLagrange. - Add items-argument for custom slicing of characteristic curve plots in
CharacteristicCurve.plot(items=None).
- Enhance Domain integration in
IntegralForm: Ensure C-contiguous arrays asfun-argument. - Enhance performance of hyperelastic material model formulations using automatic differentiation.
- Perform reshape and broadcasting if user-defined
Field-values with correct size are given. - Make symmetry-related boundary conditions in uniaxial loadcase optional
dof.uniaxial(sym=True). - Merge custom point- and cell-data dicts with default dicts in
Jobinstead of replacing them, also addJob(point_data_default=True, cell_data_default=True). - Allow to change cell-type in
Mesh.update(cells, cell_type=None). - Enhance the creation of a disconnected mesh for mixed-field formulations by
Mesh.disconnect(points_per_cell=None, calc_points=True). - Change required to optional arguments in
Step(items, ramp=None, boundaries=None).
- Fix broadcast arrays for the geometric stiffness contribution of hyperelastic material model formulations using automatic differentiation.
- IntegralForm: Ensure C-contiguous arrays as fun-argument by @adtzlr in https://github.com/adtzlr/felupe/pull/386
- Perform reshape and broadcasting if user-defined
Field-values with correct size are given. by @adtzlr in https://github.com/adtzlr/felupe/pull/388 - Make symmetry boundary conditions optional in
dof.uniaxial(sym=True)by @adtzlr in https://github.com/adtzlr/felupe/pull/392 Job: Append point- and cell-data to default instead of replacing them by @adtzlr in https://github.com/adtzlr/felupe/pull/394- Add a custom mesh for the dual regions in
FieldsMixed(mesh=None)by @adtzlr in https://github.com/adtzlr/felupe/pull/396 - Enhance
FieldsMixed(): Add support forRegionLagrange(family of Taylor-Hood elements) by @adtzlr in https://github.com/adtzlr/felupe/pull/400 - Characteristic Curve - Job plot: Add items-argument for custom slicing by @adtzlr in https://github.com/adtzlr/felupe/pull/390
- Enhance
Mesh.disconnect(points_per_cell=None, calc_points=True)by @adtzlr in https://github.com/adtzlr/felupe/pull/403 Step: Make argumentsrampandboundariesoptional by @adtzlr in https://github.com/adtzlr/felupe/pull/405
Full Changelog: https://github.com/adtzlr/felupe/compare/v6.3.0...v6.4.0
Notes
Files
adtzlr/felupe-v6.4.0.zip
Files
(5.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0a697306766595fffdb8a34c5a8e6674
|
5.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/adtzlr/felupe/tree/v6.4.0 (URL)