-
- Downloads
Store UGGeometry corner coordinates on the stack
Avoid storing coordinates on the heap by exploiting the fact that we only have cubes and simplices up to 3D. When the number of corners is the same use an std::array, otherwise use a ReservedVector. This avoid many allocations during grid iteration.
parent
75e259d2
No related tags found
Showing
- dune/grid/uggrid/uggridentity.cc 1 addition, 1 deletiondune/grid/uggrid/uggridentity.cc
- dune/grid/uggrid/uggridentity.hh 2 additions, 2 deletionsdune/grid/uggrid/uggridentity.hh
- dune/grid/uggrid/uggridgeometry.hh 40 additions, 19 deletionsdune/grid/uggrid/uggridgeometry.hh
- dune/grid/uggrid/uggridintersections.cc 18 additions, 18 deletionsdune/grid/uggrid/uggridintersections.cc
- dune/grid/uggrid/uggridlocalgeometry.hh 13 additions, 7 deletionsdune/grid/uggrid/uggridlocalgeometry.hh
Loading
Please register or sign in to comment