Releases: Cthonios/FiniteElementContainers.jl
Releases · Cthonios/FiniteElementContainers.jl
v0.11.0
v0.10.2
FiniteElementContainers v0.10.2
Merged pull requests:
- Mesh overhaul phase1 (#220) (@cmhamel)
- adding method to write mesh to file. (#223) (@cmhamel)
- periodic-bcs-and-constraints (#226) (@cmhamel)
- some simplifications of assemblers. Still need to work out how to smp… (#227) (@cmhamel)
- adding a permutation field to the sparse matrix pattern to alleviate … (#228) (@cmhamel)
Closed issues:
v0.10.1
v0.10.0
FiniteElementContainers v0.10.0
BREAKING: re-working the interface to quadrature level kernels.
Merged pull requests:
- changing physics interface. (#206) (@cmhamel)
- cleaning up assemblers typing among other things. (#207) (@cmhamel)
- Test cleanup (#210) (@cmhamel)
- rewoking state stuff tagging this as 0.10 (#211) (@cmhamel)
Closed issues:
- Change ordering of quadrature level function args (#185)
v0.9.5
v0.9.4
FiniteElementContainers v0.9.4
Merged pull requests:
v0.9.3
FiniteElementContainers v0.9.3
Merged pull requests:
v0.9.2
FiniteElementContainers v0.9.2
Merged pull requests:
v0.9.1
FiniteElementContainers v0.9.1
Merged pull requests:
Closed issues:
v0.9.0
FiniteElementContainers v0.9.0
BREAKING: Major changes to how dofs are managed to allow for either direct enforcement of dirichlet bcs are through a constraint matrix so the sparsity pattern does not need to be re-created.
Merged pull requests:
- initial stab at condensed bcs (maybe we need a better name) where the… (#171) (@cmhamel)
- reworking dirichlet bcs to hold onto velocity and acceleration values… (#172) (@cmhamel)
- initial implementation of intiial conditions. (#173) (@cmhamel)
- reworking sparse matrix stuff to enforce constraints without having t… (#174) (@cmhamel)
- reworking sparse implementation on GPU. (#175) (@cmhamel)
- more testing for new sparse implementation. (#176) (@cmhamel)
- a bunch of re-work for poisson regression tests. (#177) (@cmhamel)
- cleaning up duplications in mechanics test. (#178) (@cmhamel)
- fixes to multi-block stiffness assembly methods and adding tests for … (#180) (@cmhamel)
- adding initial conditions into params struct. (#182) (@cmhamel)
- some more testing. (#184) (@cmhamel)
Closed issues: