Changeset 400
- Timestamp:
- 05/13/09 16:13:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@icefront/CreatePVector.m
r384 r400 273 273 complete_list=zeros(3,3); %a third coordinate is needed for the jacobian determinant calculation, here it is zero 274 274 complete_list(1:3,1:2)=xyz_tria(3*i-2:3*i,:); 275 J(i)=GetJacobianDeterminant 3d(tria,complete_list,l1l2l3_tria);275 J(i)=GetJacobianDeterminant2d(tria,complete_list,l1l2l3_tria); 276 276 end 277 277 … … 295 295 water_pressure_tria=0; 296 296 else 297 error('QuadPressureLoad error message: unknow fill type for icefront boundary condition');297 error('QuadPressureLoadStokes error message: unknow fill type for icefront boundary condition'); 298 298 end 299 299 … … 710 710 complete_list=zeros(3,3); %a third coordinate is needed for the jacobian determinant calculation, here it is zero 711 711 complete_list(1:3,1:2)=xyz_tria(3*i-2:3*i,:); 712 J(i)=GetJacobianDeterminant 3d(tria,complete_list,l1l2l3_tria);712 J(i)=GetJacobianDeterminant2d(tria,complete_list,l1l2l3_tria); 713 713 end 714 714
Note:
See TracChangeset
for help on using the changeset viewer.