-
- Downloads
Use a VariableBlockVector instead of a BlockVector of BlockVectors to store the data.
This makes the memory layout contiguous and removes one level of pointer indirection. Since the Matrix class is used by some as the element stiffness matrix we may expect some general speedup. I didn't measure, though. Further speedup may be possible by using the fact that all rows have the same length. This will need more programming, though. This fixes FS 623. [[Imported from SVN: r1193]]
Please register or sign in to comment