Changeset 3870
- Timestamp:
- 05/20/10 16:22:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r3869 r3870 1523 1523 GetVerticesCoordinates(&xyz_list[0][0], nodes, numgrids); 1524 1524 GetDofList(&doflist[0],&numberofdofspernode); 1525 1526 1525 1527 1526 /*Get gaussian points and weights. Penta is an extrusion of a Tria, we therefore … … 2422 2421 int i; 2423 2422 2424 2425 2423 /* node data: */ 2426 2424 const int numgrids=6; … … 2473 2471 inputs->GetParameterValue(&onbed,ElementOnBedEnum); 2474 2472 2475 2476 2473 /*If on water, skip: */ 2477 2474 if(onwater)return; … … 2513 2510 2514 2511 inputs->GetParameterDerivativeValue(&du[0],&xyz_list[0][0],gauss_coord,VxEnum); 2515 inputs->GetParameterDerivativeValue(&d u[0],&xyz_list[0][0],gauss_coord,VyEnum);2512 inputs->GetParameterDerivativeValue(&dv[0],&xyz_list[0][0],gauss_coord,VyEnum); 2516 2513 dudx=du[0]; 2517 2514 dvdy=dv[1]; 2518 2519 2515 2520 2516 /* Get Jacobian determinant: */ … … 2609 2605 /*FUNCTION Penta::CreatePVectorThermal {{{1*/ 2610 2606 void Penta::CreatePVectorThermal( Vec pg, int analysis_type,int sub_analysis_type){ 2611 2612 2607 2613 2608 /*indexing: */
Note:
See TracChangeset
for help on using the changeset viewer.