Skip to content

Some dolfin c++ issues (fixing in forked dolfin repo) #39

@justinlaughlin

Description

@justinlaughlin

The MeshView.cell_map() and vertex_map() methods have a value of 0 when there is no connection - however 0 could be the index of a cell or vertex that is connected - so we need to check for this. Also, there is a message that pops up when a connection can't be found (which is very often when a surface mesh is a superset of the boundary of a volume mesh), this leads to thousands of messages which fill the screen and make it difficult to see what stubs is doing.

BoundingBoxTree() MPI bug (#38)

These will be fixed in the forked repository:
https://github.com/justinlaughlin/dolfinstubs/issues/new

Metadata

Metadata

Labels

enhancement: non-criticalA nice enhancement to have but not critical to the alpha release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions