elmerfem
elmerfem copied to clipboard
Official git repository of Elmer FEM software
Hi, I get a warning from CMake 3.10.2 on Ubuntu 18.04 that setting OLD is deprecated and won't be supported in future. ``` CMake Deprecation Warning at CMakeLists.txt:51 (CMAKE_POLICY): The...
I have been trying [here](https://stackoverflow.com/q/60659306/4999991) to compile the software on Windows using MinGW-MSYS2, with no success. Here is what I have tried so far: ~~~ cmake -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe -DCMAKE_Fortran_COMPILER=C:/msys64/mingw64/bin/gfortran.exe -DCMAKE_MAKE_PROGRAM=C:/msys64/mingw64/bin/mingw32-make.exe...
I'm trying to follow [these instructions](https://github.com/ElmerCSC/elmerfem/wiki/Compilation), but I get the error message: ~~~ CMake Error at /usr/local/Cellar/cmake/3.16.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS) Call Stack (most recent call...
ElmerGUI crashes when one try to open a binary stl mesh file. Error message from terminal: Selected nglib for stl-format Initializing nglib Start meshing... Segmentation fault The software should not...
I've been trying to install ElmerFEM under MacPorts. I have no problem building the package (I haven't tried all optional variants), but I have a failure when activating: elmerfem tries...
It would be nice to have the 2D option available via a check box for 2D models. Then, for the sake of calculation and final numerical values, a thickness should...
The main application for the y-axis and w based local coordinate system is the stranded homogenization model where the homogenization parameters are oriented using the RotM transformation. The RotM transformation...
When I try to install ElmerFEM-CSC on Ubuntu (running on WSL2 Windows 11) using ppa:elmer-csc-ubuntu/elmer-csc-ppa it wants to install libmetis-dev which will force remove libscotchmetis-dev that other programs need. Isn't...
setting "Discontinuous Galerkin = Logical True" in the vtu output solver change the solution; see e.g. the elmerice test elmerice/Tests/DGsolver/density.sif comment/uncomment the vtu output file. Tracking what's happening, VtuOutputSolver calls...
line length limitation, and add printf statements about using MATC when not compiled,