Garth N. Wells

Results 81 issues of Garth N. Wells

Reported by @S-Stephen This would allow solutions be encapsulated in functions with prescribed names and interfaces.

Some students struggled in 2016 with the algorithmic complexity analysis. Expand material, either in the notebook or create some supplementary material.

enhancement

Support mixed topology (different cell) meshes. See https://github.com/FEniCS/dolfinx/projects/8

enhancement
proposal
in progress
high-priority

VTK now has an HDF5 format for unstructured grids - https://kitware.github.io/vtk-examples/site/VTKFileFormats/#unstructured-grid. This format exploits more VTKs features than XDMF, and the future of XMDF is uncertain. It would be helpful...

proposal

It would be helpful to add a matrix-free solver demo. Problem should include boundary conditions. - [x] #1959 - [ ] Python version

enhancement

This function is slow and no longer required now that we have improved interpolation support. Remaining use is the in the IO code. Was removed from the Python interface in...

performance
task

Some assembly-related functions are still missing to fully support assembly into a `la::MatrixCSR`, e.g. managing boundary conditions.

enhancement

All MPI returned error codes should be checked.

task

A long standing issue is the 'magic' behind the scenes if interpolation to another space (usually P1) before output to a file. This is not sufficiently explicit, can be unexpectedly...

enhancement
performance