Tero Frondelius

Results 27 issues of Tero Frondelius

Answering #74 usage example: ```julia logo_urls = [ "https://github.com/JuliaFEM/JuliaFEM.jl/raw/master/docs/logo/JuliaFEMLogo_96x96.png", "https://user-images.githubusercontent.com/25916/36773410-843e61b0-1c7f-11e8-818b-3edb08da8f41.png", "http://docs.juliadiffeq.org/v2.0.0/assets/logo.png", "https://raw.githubusercontent.com/JuliaLang/IJulia.jl/master/deps/ijulialogo.png" ] fnames = [] for logo in logo_urls fname = tempname() push!(fnames,fname) download(logo,fname) end logos = read.(fnames) g...

Hi, Nice package. In my current use case, I would like to use logos as nodes. I think someone else would want to use a picture of faces or similar....

We should study, can we use https://github.com/dhoegh/BuildExecutable.jl at the moment.

How would we suppress these: WARNING: eval from module Calculus to FEMBasis:?`Its starts to be annoying when there are so many of them.

Julia style to handle citations: https://github.com/JuliaLang/julia/pull/31794 Also here: https://discourse.julialang.org/t/how-to-cite-julia-in-publications/23060

![juliafemlogo](https://user-images.githubusercontent.com/12501534/44254653-23e02700-a20c-11e8-94c0-2fe634155872.png) Any comments? Text with www.juliafem.org is not exactly the same font than earlier. Reasoning to change is that this now svg file.

I am building full Open source example and I used FreeCAD for geometry and because there is meshing I thought why not. The problem is that your option are Calculix...

@ahojukka5 as discussed we should add one basic usage example to the front page.

```julia julia> M, K, Kg, f, fg = get_field_assembly(specimen_freqs) ERROR: ArgumentError: column indices J[k] must satisfy 1 initialize!(specimen_freqs,time) ERROR: MethodError: no method matching initialize!(::FEMBase.Analysis{JuliaFEM.Modal}, ::Base.Libc.#time) Closest candidates are: initialize!(::FEMBase.Analysis) at...

I think we should at some point add support to Code Aster's rmed file format. https://www.code-aster.org/spip.php?article275