Skip to content

Tags: JuliaFEM/FEMBasis.jl

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaFEM/FEMBasis.jl/releases/tag/v0.3.1 for release n…

…otes

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaFEM/FEMBasis.jl/releases/tag/v0.3.0 for release n…

…otes

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make package work with Julia v1.0 (#25)

Don't use PkgTestSuite while testing package.

v0.1.8

Toggle v0.1.8's commit message
Fix deprecations (#23)

v0.1.7

Toggle v0.1.7's commit message
update call to Calculus.differentiate (simplify by default was disabl…

…ed) (#22)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix math (#21)

Determinant of Jacobian / size factor was miscalculated if Jacobian
is not square, i.e. curve / manifold. Fixed.

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prefer Expr over String (#19)

Basis can be created using Strings and Expressions. Prefer Expr way.
Strings are still working.

- Changed Expr syntax for documentation.
- Create test for Expr syntax.
- Cleanup of debug stuff from tests.

v0.1.4

Toggle v0.1.4's commit message
Simplified documentation generation

- README.md is now copied to src/index.md (same content)
- add docs/src/index.md to .gitignore
- export jacobian function

v0.1.3

Toggle v0.1.3's commit message
FEMBasis v0.1.3 [e19eaef]

v0.1.2

Toggle v0.1.2's commit message
FEMBasis v0.1.2 [ee8f2d9]