Skip to content

#724 Method GridFactory::insertBoundarySegment should take a GeometryType argument

Metadata

Property Value
Reported by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Reported at Jan 25, 2010 06:57
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Andreas Dedner (A.S.Dedner@warwick.ac.uk)
Last edited at Apr 20, 2010 14:55

Description

For consistency of the interface, the method insertBoundarySegment should behave similar to the insertElement method, i.e., it should look as follows:

void insertElement( const GeometryType &, const std::vector< unsigned int > & );
void insertBoundarySegment( const GeometryType &, const std::vector< unsigned int > & );

Since we are obviously changing the factory last second, I would ask if this could be incorporated into the 2.0 release?