![]() |
AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
|
#include "adh.h"
Functions | |
int | fe_newton (SMODEL_SUPER *sm) |
The Newton solver using FE method and central finite difference approximation for Jacobian (aka a Secant method). The function takes in a SMODEL_SUPER and solves the nonlinear problem, for time dependent problems this effectively marches the solution forward one step. More... | |
This file collections functions responsible for the Netwon solve.
int fe_newton | ( | SMODEL_SUPER * | sm | ) |
The Newton solver using FE method and central finite difference approximation for Jacobian (aka a Secant method). The function takes in a SMODEL_SUPER and solves the nonlinear problem, for time dependent problems this effectively marches the solution forward one step.
[in,out] | sm | (SMODEL_SUPER *) - a pointer to an AdH super model |
[in] | isuperModel | (int) - the supermodel index |