This issue is now tracked in https://sourceforge.net/p/xfemm/tickets/2/
Hi, Sorry, I'm quite late to the party - thanks for reporting this and even more for taking the time to find and link the Triangle bug report as well. No, this is not a known problem to me. Did you ever find a root cause, or can you share a file that triggers the bug? Cheers, Johannes
Hi, Sorry for the late reply (I don't look at the forum that often). I don't have Matlab/Octave set up here, but after removing the "PrevType" line in the .fem/.ans file it is at least opened correctly by cfemm. My guess is therefore that mfemm chokes on the same token, which is not yet supported by xfemm. HTH, Johannes
Remove CAirGapElement as template argument from feasolver.
Fix false positive for test femmcli_femfile.check.fem
Remove UI-related code.
Remove GUI-related code.
Fix test case result file name.
Fix femmcli_matlib check
Reorganize test cases.
Documentation
Fix typo.
Fix accidental code duplication.
CMaterialProp: adhere more closely to femm42.
Testcase femmcli_antiperiodicBC_flux: adjust tolerance so that femm42 on different PC conforms.
Fix misnomer in test file.
Fix typo in test definition
Silence -Wunused-parameter warnings.
Fix test output.
Add testcase for incorrect behaviour.
Closing branch "cleanup".
Make unit-test stricter
Add labels to tests.
Add test labels for lua tests.
Commit missing source file.
Update changelog
Disable hair-trigger tests by default
Fix testcase
Add epproc unit-test.
Add unit test for TorqueBenchmark.
Fix weird linker issue with mingw cross compilation.
lua commands: check against invalid property numbers
mi_modboundprop(): implement propnum 10 and 11.
Fix -Wunused-but-set-variable warning.
Fix (cross-)compilation with mingw.
Fix bug in enforcePSLG().
Const-correctness
Add option --lua-debug-geometry to femmcli
Rename femmcli parameter --lua-enable-tracing to --lua-trace-functions
Add "--lua-pedantic-mode" to femmcli.
Documentation.
Check parameter count in lua functions.
Fix clang warnings for -Wsign-compare
Fix -Wdelete-non-virtual-dtor warnings on clang
Fix uninitialized variable.
Allow versions without patch and extra parts.
Proposed solution to make versioning easier.
*Really* fix data directory issues on windows.
Write documentation on data files.
Sync version numbers for CPack to femmversion.h
Make location::baseDirectories work on windows.
Add "release" version of material libraries and init.lua
Install material libraries and init.lua by default.
Remove "release" from hgignore.
Use lcationTools for finding material library files.
locationTools: fix include guard
locationTools: fix incorredt default directory
finish locateFile.
Further work on standard location api.
update documentation
locationTools: minor cleanup
Start implementing standard location api.
Deduplicate code for lua *_getmaterial
Prepare MatlibReader for other file types
apidoc
Change string literal parsing according to FEMM semantics.
WIP: extract parse logic from LuaMagneticsCommands::luaGetMaterialFromLib
Extend unit-test for lua mi_getmaterial.
Fix clang warnings "catching polymorphic type by value"
Fix clang warning -Wformat-overflow in liblua
Add dummy lua command hide_console
Use std::swap
fmesher: code simplification.
fmesher: clear tags in cnt flags in the same places as in femm42.
fmesher: code simplification
fmesher: code simplification.
Fix off-by-one error in fmesher::discretizeInputSegments.
documentation
writePolyFile(): make output file better comparable to femm42
Change encoding of cfemm/INSTALL-MESSAGE.txt to UTF-8
Instructions for using an external triangle by wo80 on github.
Allow overriding the default behaviour for finding a suitable triangle.
Call loadPreviousSolution from fsolver::loadMesh
Port function fsolver::LoadPrev
Porting notes.
fsolver: print warning when encountering an incremental permeability problem.
Add basic support for incremental problems in fsolver.
FSolver::WriteHarmonic2D(): write previous solution data and info on boundary conditions
Port method CMSolverMaterialProp::incrementalPermeability()
Add field v12 to CMElement
Add debugging code.
