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

Variable bound method allows following real valued keyword syntax. ``` material 1 sigma = variable coordinate 1, phi % subgradient{2} real procedure "library_a" "procedure_b" end solver 1 ... procedure =...

Hello, The build chain on Ubuntu 20.04 is very difficult to source/maintain. Ubuntu 22.04 is right around the corner and it will be equally as difficult if not harder. libqt4...

I originally installed the non "eg" package before finding the listing for the "eg" package buried in the documentation. A polite suggestion would be to move that to the top...

Hello, I am packaging ElmerGUI as Flatpak on openSUSE Tumbleweed Linux. I encounter an error when building ElmerGUI. ``` [ 65%] Building Fortran object fem/src/CMakeFiles/elmersolver.dir/TimeIntegrate.F90.o [ 65%] Building Fortran object...

Hi, I recently stumbled upon this forum post (http://www.elmerfem.org/forum/viewtopic.php?f=3&t=7355) as I wanted to model a case with multiple discontinous boundaries and discovered the HeatSolveVec solver. I mostly managed to get...

Hi, every one. 1. There have some errors while "make" process: ---------------------------------------------------------------------- _[ 69%] Linking Fortran executable GebhardtFactors /usr/bin/ld: warning: libElas.so, needed by /usr/local/lib/libmmg.so, not found (try using -rpath or...

I'm trying to build elmerfer with GUI in an Ubuntu 21.04, and I'm getting errors related to qt. This is the command I'm using: ~~~ cmake .. -DWITH_OpenMP:BOOLEAN=TRUE -DWITH_MPI:BOOLEAN=TRUE -DWITH_ELMERGUI:BOOLEAN=TRUE...

Downloading [this binary from SourceForge](https://sourceforge.net/projects/elmerfem/files/WindowsBinaries/Win64InstallerMPI/elmerfem-mpi-nightly_Windows-AMD64.exe/download) I get these error messages: ![t3fg3f3vXr](https://user-images.githubusercontent.com/12762442/78828972-d9657c80-79e5-11ea-91c7-df0ea5aba7e4.png) and ![HZE3IgKrnc](https://user-images.githubusercontent.com/12762442/78828984-dd919a00-79e5-11ea-9ff6-596209f1534f.png) though it seems that the installer successfully finishes the installation.

annoying

In MeshPartition.F90:2343 you have: CALL CheckBuffer( nl + ni*4 + nr*8 + (NoPartitions-1)* ( 4*2 + & 2*MPI_BSEND_OVERHEAD ) ) This calculation is wrong for several reasons: 1. In `checkBuffer`...