Changeset 15567 for issm/trunk-jpl/src/c/classes/Elements/PentaRef.h
- Timestamp:
- 07/23/13 14:30:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/PentaRef.h
r15564 r15567 38 38 void GetSegmentJacobianDeterminant(IssmDouble* Jdet, IssmDouble* xyz_list,GaussPenta* gauss); 39 39 void GetJacobianInvert(IssmDouble* Jinv, IssmDouble* xyz_list,GaussPenta* gauss); 40 void GetB MacAyealHO(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss);41 void GetB MacAyealFS(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss);40 void GetBSSAHO(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 41 void GetBSSAFS(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 42 42 void GetBHO(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 43 43 void GetBFS(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 44 44 void GetBFSGLS(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 45 void GetBprime MacAyealFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussPenta* gauss);45 void GetBprimeSSAFS(IssmDouble* Bprime, IssmDouble* xyz_list, GaussPenta* gauss); 46 46 void GetBprimeHO(IssmDouble* B, IssmDouble* xyz_list, GaussPenta* gauss); 47 47 void GetBprimeFS(IssmDouble* B_prime, IssmDouble* xyz_list, GaussPenta* gauss); … … 55 55 void GetLFS(IssmDouble* LFS, GaussPenta* gauss); 56 56 void GetLprimeFS(IssmDouble* LprimeFS, IssmDouble* xyz_list, GaussPenta* gauss); 57 void GetL MacAyealFS(IssmDouble* LMacAyealFS, GaussPenta* gauss);58 void GetLprime MacAyealFS(IssmDouble* LprimeMacAyealFS, IssmDouble* xyz_list, GaussPenta* gauss);59 void GetLFS MacAyeal(IssmDouble* LFSMacAyeal, GaussPenta* gauss);60 void GetLprimeFS MacAyeal(IssmDouble* LprimeFSMacAyeal, IssmDouble* xyz_list, GaussPenta* gauss);57 void GetLSSAFS(IssmDouble* LSSAFS, GaussPenta* gauss); 58 void GetLprimeSSAFS(IssmDouble* LprimeSSAFS, IssmDouble* xyz_list, GaussPenta* gauss); 59 void GetLFSSSA(IssmDouble* LFSSSA, GaussPenta* gauss); 60 void GetLprimeFSSSA(IssmDouble* LprimeFSSSA, IssmDouble* xyz_list, GaussPenta* gauss); 61 61 void GetInputValue(IssmDouble* pvalue,IssmDouble* plist, GaussPenta* gauss); 62 62 void GetInputValue(IssmDouble* pvalue,IssmDouble* plist,GaussTria* gauss){_error_("only PentaGauss are supported");};
Note:
See TracChangeset
for help on using the changeset viewer.