Changeset 91


Ignore:
Timestamp:
04/28/09 15:17:36 (16 years ago)
Author:
Eric.Larour
Message:

New diagnostic friction element interface. + new spawning of tria by penta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Tria.h

    r70 r91  
    4444                int    onbed;
    4545                double viscosity_overshoot;
    46        
     46
    4747        public:
    4848
     
    6767               
    6868                void  CreateKMatrixDiagnosticHoriz(Mat Kgg,ParameterInputs* inputs,int analysis_type);
     69                void  CreateKMatrixDiagnosticHorizFriction(Mat Kgg,ParameterInputs* inputs,int analysis_type);
    6970                void  GetParameterValue(double* pp, double* plist, double* gauss_l1l2l3);
    7071                void  GetParameterDerivativeValue(double* p, double* plist,double* xyz_list, double* gauss_l1l2l3);
     
    9495                void          GetBedList(double* bed_list);
    9596                Object* copy();
     97                void  NodeConfiguration(int* tria_node_ids,Node* tria_nodes[3],int* tria_node_offsets);
     98                void  MaticeConfiguration(Matice* matice,int matice_offset);
     99                void  MatparConfiguration(Matpar* matpar,int matpar_offset);
    96100
    97101
    98102};
    99103#endif  /* _TRIA_H */
    100 
Note: See TracChangeset for help on using the changeset viewer.