Search found 15 matches

by dvlierop
18 Oct 2020, 13:43
Forum: Installation & compilation
Topic: Serious problems compiling ElmerGUI on Ubuntu 20.04
Replies: 5
Views: 5944

Re: Serious problems compiling ElmerGUI on Ubuntu 20.04

I just managed to compile ElmerGUI on Ubuntu 20.04, partly thanks to this comment: https://github.com/ElmerCSC/elmerfem/issues/225#issuecomment-633071695 Anyway, this is the script that I'm using: #!/bin/bash sudo apt-get install git cmake g++ gfortran sudo apt install qt5-default qtscript5-dev libq...
by dvlierop
06 Jan 2019, 00:40
Forum: General
Topic: Anomalies in output when using parallel workflow
Replies: 2
Views: 2472

Re: Anomalies in output when using parallel workflow

Thanks for fixing this Peter, within 24 hours! Amazing, keep up the good work!

Diederik
by dvlierop
02 Jan 2019, 19:24
Forum: General
Topic: Anomalies in output when using parallel workflow
Replies: 2
Views: 2472

Anomalies in output when using parallel workflow

Hello people, When I use ElmerGrid to partition the mesh from the electrostatics tuturial ("TwoBalls") as follows: ElmerGrid 2 2 mesh -metis 4 -partoptim -out two-balls-mesh-partitioned -removeunused and then calculate the solution with Elmer (using BiCGStab) and view the results in Paravi...
by dvlierop
16 Jan 2016, 00:09
Forum: Installation & compilation
Topic: cmake compile looks for *.ui files in the wrong place
Replies: 6
Views: 8463

Re: cmake compile looks for *.ui files in the wrong place

Confirmed! The problem is still there, and copying or linking the files into the right directory nicely works around this. I've spent quite a bit of time on this to find a proper solution, but I still don't understand though how this is supposed to work. Is it possible at all using CMAKE to store th...
by dvlierop
27 Nov 2014, 09:57
Forum: Installation & compilation
Topic: [FIXED] Compilation of current version from GIT is broken
Replies: 5
Views: 6663

Re: [FIXED] Compilation of current version from GIT is broken

Fix confirmed, thanks a lot! For the record, there are just these warnings remaining when compiling ElmerGUI from Github using CMake: /home/diederik/src_test/elmerfem/ElmerGUI/netgen/libsrc/meshing/ruler3.cpp: In member function ‘int netgen::Meshing3::ApplyRules(netgen::ARRAY<netgen::Point3d>&, ...
by dvlierop
26 Nov 2014, 11:38
Forum: Installation & compilation
Topic: [FIXED] Compilation of current version from GIT is broken
Replies: 5
Views: 6663

Re: Compilation of current version from GIT is broken

This was indeed the code from Github, as I believe this is the repository where the CMake development is happening. I've been testing this repository recently, and I really like it. It's so much easier and better than the old make system! It's just that I wanted to report this bug, which is likely d...
by dvlierop
25 Nov 2014, 18:02
Forum: Installation & compilation
Topic: [FIXED] Compilation of current version from GIT is broken
Replies: 5
Views: 6663

[FIXED] Compilation of current version from GIT is broken

Using today's version from the GIT repository, compilation fails on Ubuntu 14.04: CMake Error at fem/tests/CMakeLists.txt:34 (ADD_SUBDIRECTORY): The source directory /home/diederik/src_latest/elmerfem/fem/tests/CMakeFiles does not contain a CMakeLists.txt file. This is the full output: Cloning into ...
by dvlierop
25 Nov 2014, 12:40
Forum: Installation & compilation
Topic: ElmerGUI renders 3D model for one user but not for the other
Replies: 2
Views: 2976

Re: ElmerGUI renders 3D model for one user but not for the other

Hi Matthias,

Thanks for your feedback!

"View -> volume mesh" didn't do anything, neither did the other options in the view menu. I already looked at the egini.xml file, but that appeared to be loading just fine. I will recheck that though.

Diederik
by dvlierop
25 Nov 2014, 11:41
Forum: Installation & compilation
Topic: ElmerGUI renders 3D model for one user but not for the other
Replies: 2
Views: 2976

ElmerGUI renders 3D model for one user but not for the other

Hi all, Elmer and ElmerGUI seem to be running just fine on Ubuntu 14.10. I've installed everything using cmake (see details below), and all our test benches have passed the tests. However, there's this one annoying glitch that I haven't been able to work around. For one user (the one under which eve...