Changeset 9031
- Timestamp:
- 07/18/11 08:10:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r9028 r9031 5685 5685 double xyz_list[NUMVERTICES][3]; 5686 5686 int* doflist = NULL; 5687 double *vz_ptr = NULL;5688 5687 5689 5688 /*Get dof list: */ … … 5709 5708 Input* vz_input=inputs->GetInput(VzEnum); 5710 5709 if (vz_input){ 5711 if (vz_input->Enum()!=PentaVertexInputEnum){ 5712 _error_("Cannot compute Vel as Vz is of type %s",EnumToStringx(vz_input->Enum())); 5713 } 5714 vz_input->GetValuesPtr(&vz_ptr,&dummy); 5715 for(i=0;i<NUMVERTICES;i++) vz[i]=vz_ptr[i]; 5710 GetParameterListOnVertices(&vz[0],VzEnum); 5716 5711 } 5717 5712 else{
Note:
See TracChangeset
for help on using the changeset viewer.