Yiannis Simillides

Results 3 issues of Yiannis Simillides

Currently, we do not precompile the FEniCS.jl package. This is due to a known error documented here https://github.com/JuliaPy/PyCall.jl#using-pycall-from-julia-modules . The fix can be documented here https://gist.github.com/ysimillides/f7b6d01c646d1d13034ec1069eec4104 . To implement the...

Hello. When attempting to import the https://fenicsproject.org/olddocs/dolfin/2016.2.0/python/programmers-reference/functions/expression/Expression.html , the error below can be shown. I've tried searching for the error message online, but have had no luck. I cannot also...

Hello, does anyone know if it is possible to create variables of type XlfOper in c++ unit tests? Something such as TEST_METHOD(EXCEL) { XlfOper input(L"Test input"); Assert::AreEqual(input.AsString(), Test input); }