Changeset 4039 for issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
- Timestamp:
- 06/11/10 11:10:11 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/PentaVertexInput.h
r4037 r4039 14 14 class PentaVertexInput: public Input{ 15 15 16 p rivate:16 public: 17 17 /*just hold 3 values for 3 vertices: */ 18 18 int enum_type; 19 19 double values[6]; 20 21 public:22 20 23 21 /*constructors, destructors: {{{1*/ … … 84 82 void GetBPattyn(double* B, double* xyz_list, double* gauss_coord); 85 83 void GetBStokes(double* B, double* xyz_list, double* gauss_coord); 86 int PatchSize(void);87 void PatchFill(double* patches, int max_vertices,Parameters* parameters);88 84 /*}}}*/ 89 85
Note:
See TracChangeset
for help on using the changeset viewer.