Changeset 3550
- Timestamp:
- 04/16/10 09:56:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticStokes/CreateElementsNodesAndMaterialsDiagnosticStokes.cpp
r3476 r3550 59 59 60 60 if(iomodel->my_elements[i]){ 61 if (*(iomodel->elements_type+2*i+1)==StokesFormulationEnum()){ 61 62 62 /*Create and add penta element to elements dataset: */63 elements->AddObject(new Penta(i,iomodel));63 /*Create and add penta element to elements dataset: */ 64 elements->AddObject(new Penta(i,iomodel)); 64 65 65 /*Create and add material property to materials dataset: */ 66 materials->AddObject(new Matice(i,iomodel,6)); 66 /*Create and add material property to materials dataset: */ 67 materials->AddObject(new Matice(i,iomodel,6)); 68 } 67 69 68 70 }
Note:
See TracChangeset
for help on using the changeset viewer.