FEMBase.jl
FEMBase.jl copied to clipboard
JuliaFEM base package (core functionality)
``` (@v1.5) pkg> add FEMBase Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... Updating `~/.julia/environments/v1.5/Project.toml` [fbcbbc08] + FEMBase v0.3.1 Updating `~/.julia/environments/v1.5/Manifest.toml` [49dc2e85] + Calculus v0.5.1 [fbcbbc08] + FEMBase...
TimerOutputs
Error: **TimerOutputs in its dependencies** ``` ERROR: LoadError: ArgumentError: Package FEMBase does not have TimerOutputs in its dependencies: - If you have FEMBase checked out for development and have added...
Related to issue #57.
Currently, the location of degrees of freedom in matrix level is implemented somewhat naive way, given maximum number of degrees of freedom `max_dim`, node id `j`, and index of dof...
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
As mentioned in JuliaFEM/FEMBeam.jl#22 I had problems with the correct mapping of local to global DOFs for mixed problem with different number of DOFs. This solved the problem by using...
Hello, I cannot test FEMBase, i.e. **ERROR: LoadError: LoadError: invalid subtyping in definition of Poi1**
We should generate some usage examples using `Literate.jl`.
Now there's only couple of docstrings.
Explain the main goals of the package. Why this kind of package is needed? README.md should be written so that the user gets interested in the package. Maybe advertise, how...