v0.1.0
ONSAS v0.1.0
Closed issues:
- Add Strain model as a parametric type into
Trusselements (#64) - Remove the
Vector[p(t)]fromLocalPressureBoundaryCondition(#207) - Update wrt style according to CONTRIBUTING.md (#232)
- Refactor modules with new style guide and only one level of submodules (#265)
- Check
create_entitiydoes not create newNodes (#281) - Constructors for
Meshes (#285) - Delete
push!methods and useappend!forMeshes operations (#286) - Crate a release (#291)
- Cleanup
@reexportusage (#298) - Maybe define
DofinUtils(#301) - Reorder Structural... (#302)
- Add a
SVKTrussexample (#305) - Delete StrainModel as a parametric type and use a
Materialmodel instead (#309) - Update converge check (#315)
- Revamp
FixedDoffor only oneField(#320) - Merge
StructuralModelandStructures(#321)
Merged pull requests:
- CompatHelper: bump compat for SafeTestsets to 0.1, (keep existing compat) (#292) (@github-actions[bot])
- Revamp Meshes module (#293) (@mforets)
- Cross sections modules refactor (#294) (@mforets)
- refactor solvers (#295) (@mforets)
- refactor assemblers (#296) (@mforets)
- refactor states sol (#297) (@mforets)
- Entities revmap (#299) (@mvanzulli)
- structure refactor (#300) (@mforets)
- structural model (#303) (@mforets)
- state (#304) (@mforets)
- Strain models into
Trusselement (#306) (@mvanzulli) - Strain into truss test (#64) (#308) (@mvanzulli)
- SVK truss model (#310) (@mvanzulli)
- SVK truss 1D validation (#311) (@mvanzulli)
- Fix von_misses truss example into tests (#312) (@mvanzulli)
- Convergence relaxation (#317) (@mvanzulli)
- Reexport clean up in modules (#319) (@mvanzulli)
- Mesh constructor from a
MshFilewithNodesSubArrays (#322) (@mvanzulli) - StrucutreModel merged into Structures module (#324) (@mvanzulli)
- Searches module and docstrings (#328) (@mvanzulli)
- Use single field in
FixedDofboundary condition (#329) (@mforets) - Update Project.toml (#330) (@mforets)