Ice Sheet System Model  4.18
Code documentation
UzawaPressureAnalysis.h
Go to the documentation of this file.
1 
5 #ifndef _UzawaPressureAnalysis_
6 #define _UzawaPressureAnalysis_
7 
8 /*Headers*/
9 #include "./Analysis.h"
10 
12 
13  public:
14  /*Model processing*/
15  void CreateConstraints(Constraints* constraints,IoModel* iomodel);
16  void CreateLoads(Loads* loads, IoModel* iomodel);
17  void CreateNodes(Nodes* nodes,IoModel* iomodel,bool isamr=false);
18  int DofsPerNode(int** doflist,int domaintype,int approximation);
19  void UpdateElements(Elements* elements,Inputs2* inputs2,IoModel* iomodel,int analysis_counter,int analysis_type);
20  void UpdateParameters(Parameters* parameters,IoModel* iomodel,int solution_enum,int analysis_enum);
21 
22  /*Finite element Analysis*/
23  void Core(FemModel* femmodel);
28  void GetM(IssmDouble* M,Element* element,Gauss* gauss);
29  void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
30  void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);
31  void InputUpdateFromSolution(IssmDouble* solution,Element* element);
33 };
34 #endif
UzawaPressureAnalysis::CreateDVector
ElementVector * CreateDVector(Element *element)
Definition: UzawaPressureAnalysis.cpp:65
IssmDouble
double IssmDouble
Definition: types.h:37
Nodes
Declaration of Nodes class.
Definition: Nodes.h:19
UzawaPressureAnalysis::CreateKMatrix
ElementMatrix * CreateKMatrix(Element *element)
Definition: UzawaPressureAnalysis.cpp:72
UzawaPressureAnalysis::CreateLoads
void CreateLoads(Loads *loads, IoModel *iomodel)
Definition: UzawaPressureAnalysis.cpp:11
UzawaPressureAnalysis::CreateNodes
void CreateNodes(Nodes *nodes, IoModel *iomodel, bool isamr=false)
Definition: UzawaPressureAnalysis.cpp:14
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
Constraints
Declaration of Constraints class.
Definition: Constraints.h:13
UzawaPressureAnalysis::UpdateElements
void UpdateElements(Elements *elements, Inputs2 *inputs2, IoModel *iomodel, int analysis_counter, int analysis_type)
Definition: UzawaPressureAnalysis.cpp:29
UzawaPressureAnalysis::InputUpdateFromSolution
void InputUpdateFromSolution(IssmDouble *solution, Element *element)
Definition: UzawaPressureAnalysis.cpp:187
Elements
Declaration of Elements class.
Definition: Elements.h:17
UzawaPressureAnalysis::GradientJ
void GradientJ(Vector< IssmDouble > *gradient, Element *element, int control_type, int control_index)
Definition: UzawaPressureAnalysis.cpp:184
UzawaPressureAnalysis::GetSolutionFromInputs
void GetSolutionFromInputs(Vector< IssmDouble > *solution, Element *element)
Definition: UzawaPressureAnalysis.cpp:181
Element
Definition: Element.h:41
UzawaPressureAnalysis::CreateConstraints
void CreateConstraints(Constraints *constraints, IoModel *iomodel)
Definition: UzawaPressureAnalysis.cpp:8
Analysis.h
abstract class for Analysis objects
UzawaPressureAnalysis::DofsPerNode
int DofsPerNode(int **doflist, int domaintype, int approximation)
Definition: UzawaPressureAnalysis.cpp:26
UzawaPressureAnalysis::GetM
void GetM(IssmDouble *M, Element *element, Gauss *gauss)
Definition: UzawaPressureAnalysis.cpp:163
UzawaPressureAnalysis::CreatePVector
ElementVector * CreatePVector(Element *element)
Definition: UzawaPressureAnalysis.cpp:112
Inputs2
Declaration of Inputs class.
Definition: Inputs2.h:23
FemModel
Definition: FemModel.h:31
Loads
Declaration of Loads class.
Definition: Loads.h:16
UzawaPressureAnalysis
Definition: UzawaPressureAnalysis.h:11
UzawaPressureAnalysis::UpdateConstraints
void UpdateConstraints(FemModel *femmodel)
Definition: UzawaPressureAnalysis.cpp:296
UzawaPressureAnalysis::Core
void Core(FemModel *femmodel)
Definition: UzawaPressureAnalysis.cpp:62
ElementVector
Definition: ElementVector.h:20
IoModel
Definition: IoModel.h:48
UzawaPressureAnalysis::CreateJacobianMatrix
ElementMatrix * CreateJacobianMatrix(Element *element)
Definition: UzawaPressureAnalysis.cpp:69
ElementMatrix
Definition: ElementMatrix.h:19
Vector< IssmDouble >
UzawaPressureAnalysis::UpdateParameters
void UpdateParameters(Parameters *parameters, IoModel *iomodel, int solution_enum, int analysis_enum)
Definition: UzawaPressureAnalysis.cpp:55
Gauss
Definition: Gauss.h:8
Analysis
Definition: Analysis.h:30
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16