Search found 42 matches

by KaiMartin
05 Apr 2016, 23:37
Forum: General
Topic: Python and Elmer
Replies: 9
Views: 10143

Re: Python and Elmer

Haven't heard of Salomé before. So I checked the projects website and found: What can you do with SALOME? Create/modify, import/export (IGES, STEP, BREP), repair/clean CAD models Mesh CAD models, edit mesh, check mesh quality, import/export mesh (MED, UNV, DAT, STL) Handle physical properties and qu...
by KaiMartin
05 Apr 2016, 20:58
Forum: ElmerGUI
Topic: How hard would it be to have units indicated in Elmer GUI?
Replies: 7
Views: 7336

Re: How hard would it be to have units indicated in Elmer GUI?

mzenker wrote:

Code: Select all

<Name>Density /kg m-1</Name>
I'd suggest a slightly more verbose format:

Code: Select all

<Name>Density [kg·m−1]</Name>
Square brackets are quite widespread to indicate units of measurement. Hopefully, qt can render the centered dot.

Any thoughts?
by KaiMartin
05 Apr 2016, 20:47
Forum: ElmerGUI
Topic: How hard would it be to have units indicated in Elmer GUI?
Replies: 7
Views: 7336

Re: How hard would it be to have units indicated in Elmer GUI?

It might be necessary to decide somehow which way to adopt - I would opt for the second possibility. I'd say, the name label would be appropriate. The tool tips are well hidden. I for one didn't know about [shift F1] in the first place. SI units tend to be quite dense. So the dialogs don't get over...
by KaiMartin
05 Apr 2016, 01:26
Forum: Installation & compilation
Topic: Build report Debian testing (stretch)
Replies: 2
Views: 4466

Re: Build report Debian testing (stretch)

Here is the log cmake produced for my build of Elmer on current Debian testing. I highlighted the two warnings it contains. ----------------------------------------------------------------------------------- Checking whether GFortran version >= 4.8 -- yes A library with BLAS API found. A library wit...
by KaiMartin
05 Apr 2016, 00:57
Forum: ElmerGUI
Topic: How hard would it be to have units indicated in Elmer GUI?
Replies: 7
Views: 7336

Re: How hard would it be to have units indicated in Elmer GUI?

I find it bothersome checking what units I have to use by going back and forth between forums, manuals, and other literature. +1 from me. The GUI should explicitly give units. While it may be theoretically possible to switch to some alternative units, the application is married to the SI via the nu...
by KaiMartin
05 Apr 2016, 00:33
Forum: Installation & compilation
Topic: Build report Debian testing (stretch)
Replies: 2
Views: 4466

Build report Debian testing (stretch)

Here is a report of an effort to build elmer on a machine running current Debian testing, akka "stretch". I used the messages presented by cmake-gui to guide me which packages to install. Turns out, libvtk as offered by stretch leads to build failures because it is based on QT5 but elmer r...
by KaiMartin
04 Apr 2016, 23:41
Forum: Installation & compilation
Topic: cmake compile looks for *.ui files in the wrong place
Replies: 6
Views: 8368

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

I just did a fresh build on Debian testing (stretch). The *.ui files are still located in the folder Application/forms. But cmake of ElmerGUI did not need the symlinks anymore. However, ElmerGUItester still requires a fix: ln -s ../elmerfem/ElmerGUItester/forms/mainform.ui ../elmerfem/ElmerGUItester...
by KaiMartin
27 Mar 2016, 10:05
Forum: Installation & compilation
Topic: Elmer compilation problem on Cray cluster
Replies: 3
Views: 5671

Re: Elmer compilation problem on Cray cluster

I probably don't see this because my elmer build takes mepis precompiled from the Debian distribution. Maybe, this provides a way to work around the bug: Compile mepis separately from source directly pulled http://glaros.dtc.umn.edu/gkhome/metis/metis/download .

---<)kaimartin(>---
by KaiMartin
13 Mar 2015, 21:07
Forum: Installation & compilation
Topic: Problem with compilation WITH_OCC
Replies: 2
Views: 4754

Re: Problem with compilation WITH_OCC

Could not find a package configuration file provided by "OCE" with any of the following names: OCEConfig.cmake oce-config.cmake (...) Anyone has an idea how to fix this error? I too had this error. It went away after I installed the package liboce-foundation-dev . My desktop runs Debian/J...
by KaiMartin
03 Mar 2015, 00:04
Forum: Installation & compilation
Topic: Compile WITH_MATC fails at the linker stage
Replies: 5
Views: 5614

Re: Compile WITH_MATC fails at the linker stage

Hi Kai, Did you succeed in installing OpenMP, OCC along with the ElmerGUI? Yes. I got cmake to compile elmer with all optional components included except for two. The two exceptions are "WITH_TRILINOS" and "WITH_MATC". Matc had the build problems mentioned above. And trilinos is...