xfemm icon indicating copy to clipboard operation
xfemm copied to clipboard

Direct interface to the popular finite element codes from FEMM

Results 6 xfemm issues
Sort by recently updated
recently updated
newest added

Not really an 'issue' but i have been playing around with the spars solver files and managed to get some pretty notable performance improvements mostly by removing the linked list...

After making some minor code adjustments, I get the message below. It's too arcane for me to follow but I suspect that I need to invoke a different library rather...

When I compile CFEMM on my Mac M1 using cmake . make I get no compiler errors after fixing sincos -> __sincos and adding malloc.h to the necessary directory. However,...

[tmp.lua.zip](https://github.com/Reoptimize-Systems/xfemm/files/11745751/tmp.lua.zip) I attached a lua script, which should calculate the forces and the torque on the rotor. While it is possible to get the torque by: mo_gapintegral("SlidingBand", 0) the command...

Fixed a couple of out-of-bounds writes in `writepoly.cpp`. These cause crashes during the `femmcli_TorqueBenchmark.lua` and `femmcli_antiperiodicBC_AGE_TorqueBenchmark.lua` tests if the code is compiled using `-D_GLIBCXX_ASSERTIONS`.

While the lua command mi_moverotate(0,0,45,4) rotates a group by 45° around the origin if used in the lua console of femm itself, but if the same command is used through...