JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
251 stars 66 forks source link

xdmf export: Analysis(Linear) does not write results #203

Closed AndiMD closed 6 years ago

AndiMD commented 6 years ago

Hi,

Analysis(Linear) does not write results, while Analysis(Nonlinear) does. this is the same test case as issue #202. bug.tar.gz

Cheers, Andi

TeroFrondelius commented 6 years ago

I can reproduce with my simple model.

TeroFrondelius commented 6 years ago

@AndiMD do you know how to make a minimum working example that we can use as a test? It would make an excellent contribution to JuliaFEM.

ahojukka5 commented 6 years ago

Here are the lines in Nonlinear solver taking care of postprocessing and results writing. I think if we add those lines to the end of this function which runs linear analysis, it would be working.

AndiMD commented 6 years ago

@TeroFrondelius Sure, I would be happy to contribute some examples/tests to JuliaFEM. The next 2-3 weeks will be quite busy for me, after that I will hopefully have time for some coding.

ahojukka5 commented 6 years ago

This is fixed in PR #215.