Changes between Version 35 and Version 36 of debugging
- Timestamp:
- 07/09/10 10:39:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
debugging
v35 v36 52 52 - if no nodes in a model -> max_sid++ => same result if 0 or 1 node (in Container/Nodes.cpp l264) 53 53 - Discontinuous Galerkin: Numerical flux is linked to only one element. If Vx and Vy are discontinuous, we need to create 2 numerical flux: One one the right and one on the left to take into account the discontinuity in velocity 54 - in updateVertexPosition each vertices is looking for its new z using their VERTICES DOF in a vector built by the elements using their NODES DOFS