Changeset 27718
- Timestamp:
- 05/03/23 10:39:39 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/PentaRef.cpp
r24933 r27718 298 298 basis[5]=gauss->coord3*(1.+zeta)/2.; 299 299 return; 300 #ifndef _HAVE_AD_ 300 301 case P1bubbleEnum: case P1bubblecondensedEnum: 301 302 basis[0]=gauss->coord1*(1.-zeta)/2.; … … 459 460 basis[14]=gauss->coord3*(-8./3.)*(zeta-1.0)*zeta*(zeta+0.5)*(zeta+1.); 460 461 return; 462 #endif 461 463 default: 462 464 _error_("Element type "<<EnumToStringx(finiteelement)<<" not supported yet"); … … 541 543 dbasis[NUMNODESP1*2+5] = .5*gauss->coord3; 542 544 return; 545 #ifndef _HAVE_AD_ 543 546 case P1bubbleEnum: case P1bubblecondensedEnum: 544 547 /*Nodal function 1*/ … … 1057 1060 1058 1061 return; 1062 #endif 1059 1063 default: 1060 1064 _error_("Element type "<<EnumToStringx(finiteelement)<<" not supported yet");
Note:
See TracChangeset
for help on using the changeset viewer.