Ice Sheet System Model
4.18
Code documentation
src
c
modules
ConstraintsStatex
ConstraintsStateLocal.h
Go to the documentation of this file.
1
5
#ifndef _CONSTRAINTSSTATELOCAL_H
6
#define _CONSTRAINTSSTATELOCAL_H
7
8
9
#ifdef HAVE_CONFIG_H
10
#include <config.h>
11
#else
12
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
13
#endif
14
15
#include "../../classes/classes.h"
16
17
/*rifts module: */
18
void
RiftConstraintsState
(
int
* pconverged,
int
* pnum_unstable_constraints,
Loads
* loads,
int
min_mechanical_constraints,
int
analysis_type);
19
void
RiftConstrain
(
int
* pnum_unstable_constraints,
Loads
* loads,
int
analysis_type);
20
int
RiftIsFrozen
(
Loads
* loads,
int
analysis_type);
21
void
RiftFreezeConstraints
(
Loads
* loads,
int
analysis_type);
22
23
#endif
/* _CONSTRAINTSSTATEX_H */
RiftIsFrozen
int RiftIsFrozen(Loads *loads, int analysis_type)
Definition:
RiftConstraintsState.cpp:66
RiftConstraintsState
void RiftConstraintsState(int *pconverged, int *pnum_unstable_constraints, Loads *loads, int min_mechanical_constraints, int analysis_type)
Definition:
RiftConstraintsState.cpp:9
Loads
Declaration of Loads class.
Definition:
Loads.h:16
RiftFreezeConstraints
void RiftFreezeConstraints(Loads *loads, int analysis_type)
Definition:
RiftConstraintsState.cpp:99
RiftConstrain
void RiftConstrain(int *pnum_unstable_constraints, Loads *loads, int analysis_type)
Definition:
RiftConstraintsState.cpp:32
Generated on Thu Jul 2 2020 08:09:19 for Ice Sheet System Model by
1.8.19