 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _MeltingAnalysis_
6 #define _MeltingAnalysis_
18 int DofsPerNode(
int** doflist,
int domaintype,
int approximation);
Declaration of Nodes class.
Declaration of Parameters class.
Declaration of Constraints class.
Declaration of Elements class.
void GradientJ(Vector< IssmDouble > *gradient, Element *element, int control_type, int control_index)
void UpdateConstraints(FemModel *femmodel)
ElementVector * CreatePVector(Element *element)
ElementMatrix * CreateKMatrix(Element *element)
void CreateLoads(Loads *loads, IoModel *iomodel)
abstract class for Analysis objects
ElementMatrix * CreateJacobianMatrix(Element *element)
void GetSolutionFromInputs(Vector< IssmDouble > *solution, Element *element)
void InputUpdateFromSolution(IssmDouble *solution, Element *element)
void CreateConstraints(Constraints *constraints, IoModel *iomodel)
ElementVector * CreateDVector(Element *element)
Declaration of Loads class.
void Core(FemModel *femmodel)
void CreateNodes(Nodes *nodes, IoModel *iomodel, bool isamr=false)
int DofsPerNode(int **doflist, int domaintype, int approximation)
void UpdateParameters(Parameters *parameters, IoModel *iomodel, int solution_enum, int analysis_enum)
void UpdateElements(Elements *elements, Inputs2 *inputs2, IoModel *iomodel, int analysis_counter, int analysis_type)