Ben Zwick
Ben Zwick
Attempting to install PyMFEM with option `--with-strumpack` as follows: ``` python3 setup.py install --with-parallel --with-strumpack --user ``` fails with the following error: ``` Moving to a directory : /home/ben/projects/mfem/PyMFEM/external/mfem/cmbuild_par calling...
The SkewedFlow example fails with: ``` Traceback (most recent call last): File "NSfracStep.py", line 178, in assemble_first_inner_iter(**vars()) File "/home/ben/projects/oasis/Oasis-BZ/oasis/solvers/NSfracStep/IPCS_ABCN.py", line 204, in assemble_first_inner_iter [bc.apply(A) for bc in bcs['u0']] File "/home/ben/projects/oasis/Oasis-BZ/oasis/solvers/NSfracStep/IPCS_ABCN.py",...
Mesh points to a local file that is not supplied with Oasis: https://github.com/mikaem/Oasis/blob/3de552ca7271b0f91bed51322bab4fce06e63a99/oasis/problems/NSfracStep/FlowPastSphere3D.py#L14
# New extension - [x] Extension has a reasonable name (not too general, not too narrow, suggests what the extension is for) - [x] Repository name is Slicer+ExtensionName - [x]...
It would be nice to show the number of doctests that passed or failed in the test summary as in other tests, e.g. (https://docs.julialang.org/en/v1/stdlib/Test/#Working-with-Test-Sets-1) ``` Test Summary: | Pass Fail...
## Summary Every time I try to open a URL in Slicer I get the following error: ``` [FD] kde-open: symbol lookup error: /lib/x86_64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: gss_wrap, version gssapi_krb5_2_MIT ```...
I am trying to develop a Slicer Custom App without a module panel. I tried to add the following code to `qTalk2ViewAppMainWindowPrivate::setupUi`: ``` this->PanelDockWidget->setVisible(false); ``` but the module panel is...