Changeset 3851
- Timestamp:
- 05/19/10 14:41:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/MassFluxx/MassFluxx.cpp
r3849 r3851 25 25 /*First, get elements and loads configured: */ 26 26 elements->Configure(elements,loads, nodes,vertices, materials,parameters); 27 nodes->Configure(elements, loads, nodes,vertices, materials,parameters); 27 28 loads->Configure(elements, loads, nodes,vertices, materials,parameters); 28 nodes->Configure(elements, loads, nodes,vertices, materials,parameters);29 29 parameters->Configure(elements,loads, nodes,vertices, materials,parameters); 30 30 … … 39 39 /*We found the element which owns this segment, use it to compute the mass flux: */ 40 40 mass_flux+=element->MassFlux(segments+5*i+0,ug); 41 break; 41 42 } 42 43 }
Note:
See TracChangeset
for help on using the changeset viewer.