Ice Sheet System Model  4.18
Code documentation
FreeSurfaceTopAnalysis.h
Go to the documentation of this file.
1 
5 #ifndef _FreeSurfaceTopAnalysis_
6 #define _FreeSurfaceTopAnalysis_
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 GetB(IssmDouble* B,Element* element,int dim,IssmDouble* xyz_list,Gauss* gauss);
29  void GetBprime(IssmDouble* B,Element* element,int dim,IssmDouble* xyz_list,Gauss* gauss);
30  void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
31  void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);
32  void InputUpdateFromSolution(IssmDouble* solution,Element* element);
34 };
35 #endif
FreeSurfaceTopAnalysis::CreateLoads
void CreateLoads(Loads *loads, IoModel *iomodel)
Definition: FreeSurfaceTopAnalysis.cpp:10
FreeSurfaceTopAnalysis::CreateConstraints
void CreateConstraints(Constraints *constraints, IoModel *iomodel)
Definition: FreeSurfaceTopAnalysis.cpp:8
IssmDouble
double IssmDouble
Definition: types.h:37
Nodes
Declaration of Nodes class.
Definition: Nodes.h:19
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
FreeSurfaceTopAnalysis::CreateJacobianMatrix
ElementMatrix * CreateJacobianMatrix(Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:109
Constraints
Declaration of Constraints class.
Definition: Constraints.h:13
FreeSurfaceTopAnalysis::CreateKMatrix
ElementMatrix * CreateKMatrix(Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:112
Elements
Declaration of Elements class.
Definition: Elements.h:17
FreeSurfaceTopAnalysis::GetSolutionFromInputs
void GetSolutionFromInputs(Vector< IssmDouble > *solution, Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:365
Element
Definition: Element.h:41
Analysis.h
abstract class for Analysis objects
FreeSurfaceTopAnalysis
Definition: FreeSurfaceTopAnalysis.h:11
FreeSurfaceTopAnalysis::UpdateConstraints
void UpdateConstraints(FemModel *femmodel)
Definition: FreeSurfaceTopAnalysis.cpp:375
FreeSurfaceTopAnalysis::CreateDVector
ElementVector * CreateDVector(Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:105
FreeSurfaceTopAnalysis::GetB
void GetB(IssmDouble *B, Element *element, int dim, IssmDouble *xyz_list, Gauss *gauss)
Definition: FreeSurfaceTopAnalysis.cpp:308
Inputs2
Declaration of Inputs class.
Definition: Inputs2.h:23
FreeSurfaceTopAnalysis::GetBprime
void GetBprime(IssmDouble *B, Element *element, int dim, IssmDouble *xyz_list, Gauss *gauss)
Definition: FreeSurfaceTopAnalysis.cpp:336
FreeSurfaceTopAnalysis::InputUpdateFromSolution
void InputUpdateFromSolution(IssmDouble *solution, Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:371
FreeSurfaceTopAnalysis::CreatePVector
ElementVector * CreatePVector(Element *element)
Definition: FreeSurfaceTopAnalysis.cpp:237
FemModel
Definition: FemModel.h:31
FreeSurfaceTopAnalysis::CreateNodes
void CreateNodes(Nodes *nodes, IoModel *iomodel, bool isamr=false)
Definition: FreeSurfaceTopAnalysis.cpp:48
Loads
Declaration of Loads class.
Definition: Loads.h:16
FreeSurfaceTopAnalysis::UpdateElements
void UpdateElements(Elements *elements, Inputs2 *inputs2, IoModel *iomodel, int analysis_counter, int analysis_type)
Definition: FreeSurfaceTopAnalysis.cpp:57
ElementVector
Definition: ElementVector.h:20
FreeSurfaceTopAnalysis::Core
void Core(FemModel *femmodel)
Definition: FreeSurfaceTopAnalysis.cpp:102
IoModel
Definition: IoModel.h:48
FreeSurfaceTopAnalysis::UpdateParameters
void UpdateParameters(Parameters *parameters, IoModel *iomodel, int solution_enum, int analysis_enum)
Definition: FreeSurfaceTopAnalysis.cpp:98
ElementMatrix
Definition: ElementMatrix.h:19
Vector< IssmDouble >
FreeSurfaceTopAnalysis::GradientJ
void GradientJ(Vector< IssmDouble > *gradient, Element *element, int control_type, int control_index)
Definition: FreeSurfaceTopAnalysis.cpp:368
Gauss
Definition: Gauss.h:8
Analysis
Definition: Analysis.h:30
FreeSurfaceTopAnalysis::DofsPerNode
int DofsPerNode(int **doflist, int domaintype, int approximation)
Definition: FreeSurfaceTopAnalysis.cpp:54
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16