Changes between Version 64 and Version 65 of debugging
- Timestamp:
- 08/25/10 13:22:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
debugging
v64 v65 45 45 == Bugs to be fixed == 46 46 47 - uppernode (field does not work for DG for example) -> Get rid of it. Use only upperelement48 47 - Update element: node indexing assumes P1 elements!!! (See Penta for example) 49 - control method: RheologyB is found in inputs but it is a material property50 48 - SpawnTria assumes that the Penta has 6 nodes and Tria 3. (What if P2?) 51 - if no nodes in a model -> max_sid++ => same result if 0 or 1 node (in Container/Nodes.cpp l264)52 49 - 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 53 50 - 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 54 51 - How to create velocity results from discontinuous velocity (Hutter/MacAyeal create a different velocity at the interface) 55 52 - We should use the depth-averaged velocity of Hutter at the boundary of MacAyeal (in Hutter/MacAyeal models) instead of the velocity on the lower layer 56 - when do you update B (beginning of thermal steady ? thermal transient ? steadystate ? transient ?) and what temperature do you use (temp ? temp_average ?)57 - use temp_average all the time for MacAyeal