![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <Solver.h>
Public Member Functions | |
Solver () | |
Solver (Matrix< doubletype > *Kff_in, Vector< doubletype > *pf_in, Vector< doubletype > *uf0_in, Vector< doubletype > *df_in, Parameters *parameters_in) | |
~Solver () | |
Vector< doubletype > * | Solve (void) |
Private Attributes | |
Matrix< doubletype > * | Kff |
Vector< doubletype > * | pf |
Vector< doubletype > * | uf0 |
Vector< doubletype > * | df |
Parameters * | parameters |
|
inline |
|
private |