Changeset 6534 for anuga_core/source/anuga/utilities/numerical_tools.py
- Timestamp:
- Mar 17, 2009, 5:44:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/numerical_tools.py
r6438 r6534 84 84 p = num.innerproduct(v1, v2) 85 85 c = num.innerproduct(v1, normal_vector(v2)) # Projection onto normal 86 # (negative cross product)86 # (negative cross product) 87 87 88 88 theta = safe_acos(p)
Note: See TracChangeset
for help on using the changeset viewer.