#include <math.h>#include <string.h>#include "ppcsolver.h"#include "pglobalc.h"#include "globalc.h"#include "global.h"#include "globalt.h"#include "globmat.h"#include "globmatt.h"#include "globmatc.h"#include "elemswitcht.h"#include "gmatrix.h"#include "gtopology.h"#include "loadcase.h"#include "mechprint.h"#include "transprint.h"#include "mtsolver.h"#include "npsolvert.h"#include "elemswitch.h"#include "dloadcase.h"Go to the source code of this file.
Functions | |
| void | par_newton_raphson_parcoupl (long lcid) |
| void | par_newton_raphson_parcoupl_lin (long lcid) |
| void | par_solve_pcouplprob () |
| void par_newton_raphson_parcoupl | ( | long | lcid | ) |
function solves partially coupled thermo-hydro-mechanical time-dependent problem by the Newton-Raphson method
| lcid | - load case id |
11.6.2008
Definition at line 57 of file ppcsolver.cpp.
Referenced by par_solve_pcouplprob().
| void par_newton_raphson_parcoupl_lin | ( | long | lcid | ) |
function solves system of linear TRFEL algebraic and non-linear MEFEL equations by Newton-Raphson method for time-dependent problems
| lcid | - load case id |
15.7.2005 JK, corrected by TKr 5.4.2007
Function solves system of non-linear TRFEL algebraic and non-linear MEFEL equations by Newton-Raphson method for time-dependent problems.
| lcid | - load case id |
TKr 5.4.2007
function solves system of nonlinear algebraic equations by Newton-Raphson method
| lcid | - load case id |
19.5.2004 JK, corrected by TKr 5.4.2007
function solves system of nonlinear algebraic equations by Newton-Raphson method
| lcid | - load case id |
19.5.2004 - modified by TKr 31.10.2005
Definition at line 86 of file ppcsolver.cpp.
Referenced by par_newton_raphson_parcoupl().
| void par_solve_pcouplprob | ( | ) |
function solves partially coupled thermo-hydro-mechanical time-dependent problem transport problems are linear or nonlinear mechanical analysis is always nonlinear
JK
Definition at line 29 of file ppcsolver.cpp.
Referenced by par_solve_metr_problem().
1.6.2