alistairbntl

Results 11 issues of alistairbntl

Two older tests that use quadrilateral elements (`/tests/mesh_tests/test_quads.py` and `/tests/solver_tests_slow/test_nseDC_THQuad_2D.py`) are not testing anything useful. I've noticed that Paraview is not displaying the solution of the .h5 correctly. This would...

It seems that in some cases, when the Dirichlet boundary flags are not set properly, the Dirichlet boundary conditions can be set across the entire domain rather than just on...

Looks like the Hessian for Q2 Elements is all zeros. I'll fix this once I clear up some more pressing issues.

@cekees, @adimako , @tridelat Do any of you know where the AnalysisTools module is used? The module has no documentation and it does not seem to be imported by any...

In the VelocityPostProcessingAlgorithmBase class (in the PostProcessing module), there is a function called getElementwiseFlux. This function is helpful for some debugging processes but remains a WIP. In particular in needs...

There is a lot Tetgen stuff that occurs in the NumericalSolution module. It would be helpful to refactor / organize this stuff into a seperate Tetgen Module. This is not...

I'm creating this issue to start a forum for discussing and generating a set of tutorials that describe and outline the use of different aspects of the library. Below is...

discussion
ipython

I'm opening this issue to start a forum for discussing the Proteus testing module. In general there are a few ways I think the testing framework can be improved. 1....

discussion
testing_framework

This is a truly horrible task but it really needs to be dealt with. In general it is not a great idea to use `from xxx import *` inside a...

It would be nice if the documentation for c-modules like superluWrappers could be included in the documentation API. It seems like it should be possible.