elmerfem icon indicating copy to clipboard operation
elmerfem copied to clipboard

Official git repository of Elmer FEM software

Results 102 elmerfem issues
Sort by recently updated
recently updated
newest added

Currently, I am working with large mesh imported from Salome in UNV format. The file import seems to be done without a problem. However, when I try to divide the...

Elmer macOS compilation with or without HomeBrew is very problematic at the moment. Things to be done: - the software must be compilable on the latest version of macOS some...

bug
enhancement

The more I dig into the Elmer code base and the more I use the tool, the more I'm surprised that the development team is dealing with massive issues that...

If some people wants to give it a try. https://github.com/vejmarie/homebrew-freecad within the elmer branch, I put an elmer.rb formula. To install it. Fork that branch locally and copy it into...

On Mac OS X, El Capitan, "make" would work. But "make -j4" failed.

bug

HI while I was following your steps I got this error: `-- Checking whether GFortran version >= 4.8 -- yes -- Checking whether /usr/bin/f95 supports OpenMP 4.0 -- Checking whether...

I took a look at Elmer's [codebase](https://github.com/ElmerCSC/elmerfem), and I should say, to be frank, it is not well organized at all. It seems more of a code dump written and...

Error info: -- Elmer/Ice package: Looking for [HDF5] & [HDF5 Fortran] libraries -- Library not found: >HDF5_FOUND< CMake Warning at elmerice/Solvers/CMakeLists.txt:49 (MESSAGE): I believe that I set the HDF5 path...

Now the METIS library is installed via MSYS2/MinGW-w64 packages

enhancement

I opened two new branches tonight, wip/windows for compiling on MSYS2 and a subbranch [wip/metis](https://github.com/ElmerCSC/elmerfem/tree/wip/metis) for removing the metis blob and use off the shelf libraries. Cleaned up the Cmake...