Skip to content
Snippets Groups Projects
Commit 897baf81 authored by Mark Olesen's avatar Mark Olesen
Browse files

blockMesh: most mesh data are now demand-driven

- Unless the points(), cells(), patches() methods are called, the classes
  should know maintain a lightweight representation for as long as possible.

- bugfix: old-code used xferMove() instead of xferCopy() when creating the
  topology mesh - causing const pointField& to break if the code order was
  changed

- relocate blockMesh from src/meshing -> src/mesh
parent c2ad2d1b
Branches
Tags
Showing
with 456 additions and 234 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment