 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _HydrologyDCInefficientAnalysis_
6 #define _HydrologyDCInefficientAnalysis_
16 int DofsPerNode(
int** doflist,
int domaintype,
int approximation);
void UpdateConstraints(FemModel *femmodel)
ElementMatrix * CreateKMatrix(Element *element)
Declaration of Nodes class.
void GetSolutionFromInputs(Vector< IssmDouble > *solution, Element *element)
void GradientJ(Vector< IssmDouble > *gradient, Element *element, int control_type, int control_index)
void UpdateElements(Elements *elements, Inputs2 *inputs2, IoModel *iomodel, int analysis_counter, int analysis_type)
ElementMatrix * CreateJacobianMatrix(Element *element)
IssmDouble SedimentStoring(Element *element, Gauss *gauss, Input2 *sed_head_input, Input2 *base_input)
Declaration of Parameters class.
Declaration of Constraints class.
void CreateLoads(Loads *loads, IoModel *iomodel)
Declaration of Elements class.
void GetB(IssmDouble *B, Element *element, IssmDouble *xyz_list, Gauss *gauss)
IssmDouble GetHydrologyPVectorTransfer(Element *element, Gauss *gauss, Input2 *epl_head_input)
abstract class for Analysis objects
void ElementizeIdsMask(FemModel *femmodel)
IssmDouble SedimentTransmitivity(Element *element, Gauss *gauss, Input2 *sed_head_input, Input2 *base_input, Input2 *SedTrans_input)
ElementVector * CreatePVector(Element *element)
void GetHydrologyDCInefficientHmax(IssmDouble *ph_max, Element *element, Node *innode)
IssmDouble GetHydrologyKMatrixTransfer(Element *element)
void HydrologyIdsGetActive(Vector< IssmDouble > *active_vec, Element *element)
int DofsPerNode(int **doflist, int domaintype, int approximation)
Declaration of Loads class.
void CreateNodes(Nodes *nodes, IoModel *iomodel, bool isamr=false)
void Core(FemModel *femmodel)
void ElementizeEplMask(FemModel *femmodel)
void CreateConstraints(Constraints *constraints, IoModel *iomodel)
void UpdateParameters(Parameters *parameters, IoModel *iomodel, int solution_enum, int analysis_enum)
void InputUpdateFromSolution(IssmDouble *solution, Element *element)
ElementVector * CreateDVector(Element *element)
void HydrologyIDSGetMask(Vector< IssmDouble > *vec_mask, Element *element)