Ice Sheet System Model  4.18
Code documentation
ThermalAnalysis.h
Go to the documentation of this file.
1 
5 #ifndef _THERMALANALYSIS_
6 #define _THERMALANALYSIS_
7 
8 /*Headers*/
9 #include "./Analysis.h"
10 
11 class ThermalAnalysis: public Analysis{
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);
33  void GetBAdvec(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss);
34  void GetBAdvecprime(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss);
35  void GetBConduct(IssmDouble* B,Element* element,IssmDouble* xyz_list,Gauss* gauss);
36  void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
37  void GradientJ(Vector<IssmDouble>* gradient,Element* element,int control_type,int control_index);
38  void InputUpdateFromSolution(IssmDouble* solution,Element* element);
40 };
41 #endif
ThermalAnalysis::GetSolutionFromInputs
void GetSolutionFromInputs(Vector< IssmDouble > *solution, Element *element)
Definition: ThermalAnalysis.cpp:834
ThermalAnalysis::CreateKMatrixVolume
ElementMatrix * CreateKMatrixVolume(Element *element)
Definition: ThermalAnalysis.cpp:377
ThermalAnalysis::InputUpdateFromSolution
void InputUpdateFromSolution(IssmDouble *solution, Element *element)
Definition: ThermalAnalysis.cpp:840
IssmDouble
double IssmDouble
Definition: types.h:37
Nodes
Declaration of Nodes class.
Definition: Nodes.h:19
ThermalAnalysis::GetBAdvecprime
void GetBAdvecprime(IssmDouble *B, Element *element, IssmDouble *xyz_list, Gauss *gauss)
Definition: ThermalAnalysis.cpp:776
Parameters
Declaration of Parameters class.
Definition: Parameters.h:18
ThermalAnalysis::CreatePVector
ElementVector * CreatePVector(Element *element)
Definition: ThermalAnalysis.cpp:521
Constraints
Declaration of Constraints class.
Definition: Constraints.h:13
Elements
Declaration of Elements class.
Definition: Elements.h:17
ThermalAnalysis::CreateJacobianMatrix
ElementMatrix * CreateJacobianMatrix(Element *element)
Definition: ThermalAnalysis.cpp:305
ThermalAnalysis::GetBConduct
void GetBConduct(IssmDouble *B, Element *element, IssmDouble *xyz_list, Gauss *gauss)
Definition: ThermalAnalysis.cpp:805
ThermalAnalysis::CreateKMatrixShelf
ElementMatrix * CreateKMatrixShelf(Element *element)
Definition: ThermalAnalysis.cpp:323
ThermalAnalysis
Definition: ThermalAnalysis.h:11
ThermalAnalysis::CreatePVectorShelf
ElementVector * CreatePVectorShelf(Element *element)
Definition: ThermalAnalysis.cpp:600
ThermalAnalysis::CreatePVectorVolume
ElementVector * CreatePVectorVolume(Element *element)
Definition: ThermalAnalysis.cpp:652
ThermalAnalysis::UpdateConstraints
void UpdateConstraints(FemModel *femmodel)
Definition: ThermalAnalysis.cpp:943
Element
Definition: Element.h:41
Analysis.h
abstract class for Analysis objects
ThermalAnalysis::GetBAdvec
void GetBAdvec(IssmDouble *B, Element *element, IssmDouble *xyz_list, Gauss *gauss)
Definition: ThermalAnalysis.cpp:747
ThermalAnalysis::UpdateElements
void UpdateElements(Elements *elements, Inputs2 *inputs2, IoModel *iomodel, int analysis_counter, int analysis_type)
Definition: ThermalAnalysis.cpp:106
ThermalAnalysis::CreateNodes
void CreateNodes(Nodes *nodes, IoModel *iomodel, bool isamr=false)
Definition: ThermalAnalysis.cpp:93
ThermalAnalysis::CreateDVector
ElementVector * CreateDVector(Element *element)
Definition: ThermalAnalysis.cpp:301
ThermalAnalysis::DofsPerNode
int DofsPerNode(int **doflist, int domaintype, int approximation)
Definition: ThermalAnalysis.cpp:103
Inputs2
Declaration of Inputs class.
Definition: Inputs2.h:23
ThermalAnalysis::Core
void Core(FemModel *femmodel)
Definition: ThermalAnalysis.cpp:298
FemModel
Definition: FemModel.h:31
ThermalAnalysis::CreateLoads
void CreateLoads(Loads *loads, IoModel *iomodel)
Definition: ThermalAnalysis.cpp:73
ThermalAnalysis::CreatePVectorSheet
ElementVector * CreatePVectorSheet(Element *element)
Definition: ThermalAnalysis.cpp:538
Loads
Declaration of Loads class.
Definition: Loads.h:16
ThermalAnalysis::CreateKMatrix
ElementMatrix * CreateKMatrix(Element *element)
Definition: ThermalAnalysis.cpp:308
ThermalAnalysis::GradientJ
void GradientJ(Vector< IssmDouble > *gradient, Element *element, int control_type, int control_index)
Definition: ThermalAnalysis.cpp:837
ElementVector
Definition: ElementVector.h:20
IoModel
Definition: IoModel.h:48
ElementMatrix
Definition: ElementMatrix.h:19
Vector< IssmDouble >
ThermalAnalysis::UpdateParameters
void UpdateParameters(Parameters *parameters, IoModel *iomodel, int solution_enum, int analysis_enum)
Definition: ThermalAnalysis.cpp:255
Gauss
Definition: Gauss.h:8
Analysis
Definition: Analysis.h:30
ThermalAnalysis::CreateConstraints
void CreateConstraints(Constraints *constraints, IoModel *iomodel)
Definition: ThermalAnalysis.cpp:8
femmodel
FemModel * femmodel
Definition: esmfbinders.cpp:16