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