Jørgen Schartum Dokken

Results 276 comments of Jørgen Schartum Dokken

> It would also be good if DOLFINx explicitly specified it's dependency on UFCx through ranges rather than implicitly through its own version number. PR now coupled with: https://github.com/FEniCS/ffcx/pull/535 I...

Summary of `cmake`: Assume that we have DOLFINx 0.5.2.0 installed with ```cmake write_basic_package_version_file(${CMAKE_BINARY_DIR}/dolfinx/DOLFINXConfigVersion.cmake VERSION ${DOLFINX_VERSION} COMPATIBILITY AnyNewerVersion) ``` in `/cpp/dolfinx/CMakeLists.txt`. Then: 1. find_package(DOLFINX 0.4.0 REQUIRED) works, as we accept any...

This is not fixed yet. There are issues with the sub-spaces, i.e. `V.sub(i)` does not work.

@mscroggs is this resolved?

Im not too enthusiastic with this change. It now looks more complicated to create an element. Additionally, if we go ahead with this, it has to be propagated to the...

> Could you post the error message? > > On a broader note, we should perhaps throw an exception if string contains spaces... I think it is a general mistake...

A tangential issue is if one wants to have different expressions on different processes, say ```python if mesh.comm.rank == 0; expr = Expression(p, np.array([0.,0.]) else if mesh.comm.rank ==1: expr =...

> As a developer, I often want to report a bug differently. Can I delete the structured report and use free text entry? Other projects have a fixed report format...

> On the text, I'd suggest avoiding 'us', 'our', etc. This is somewhat excluding and also implies developers being the the service of users. I've tried to rephrase it now,...

Anything specific you want changed here @garth-wells ?