Changeset 24686 for issm/trunk/src/c/analyses/ExtrapolationAnalysis.h
- Timestamp:
- 04/01/20 21:54:40 (5 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 24314-24492,24494-24683
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/analyses/ExtrapolationAnalysis.h
r24313 r24686 17 17 void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false); 18 18 int DofsPerNode(int** doflist,int domaintype,int approximation); 19 void UpdateElements(Elements* elements,I oModel* iomodel,int analysis_counter,int analysis_type);19 void UpdateElements(Elements* elements,Inputs2* inputs2,IoModel* iomodel,int analysis_counter,int analysis_type); 20 20 void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum); 21 21 … … 26 26 ElementMatrix* CreateKMatrix(Element* element); 27 27 ElementVector* CreatePVector(Element* element); 28 void GetB(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss, int dim);29 void GetBprime(IssmDouble* Bprime,Element* element,IssmDouble* xyz_list,Gauss* gauss, int dim);30 28 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 31 29 void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);
Note:
See TracChangeset
for help on using the changeset viewer.