#include <stdio.h>#include <stdlib.h>#include <string.h>#include "drv.h"#include "fem.h"#include "load.h"#include "elm.h"#include "node.h"#include "alg.h"#include "rio.h"#include "nfi.h"#include "xgplib.h"#include "rui.h"

Go to the source code of this file.
Functions | |
| static void | ImpBFGSNew (sDriver **) |
| static void | ImpBFGSFree (sDriver *) |
| static int | ImpBFGSAnalysis (UI_State *) |
| static int | ImpBFGSPrintResult (int, double *, double *) |
| void | ImpBFGSInit (void) |
| static int ImpBFGSAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 75 of file impBFGS.c.
References ElmList, elmr, ElmWriteStress, IMPBFGSSolver(), IoStartSave(), ndlr, NDof, NumElements, NumNodes, PrescribedValues(), XGPBegin(), and XGPEnd().
Referenced by ImpBFGSInit().


| static void ImpBFGSFree | ( | sDriver * | drv | ) | [static] |
Definition at line 62 of file impBFGS.c.
References sDriver::data.
Referenced by ImpBFGSInit().

| void ImpBFGSInit | ( | void | ) |
| static void ImpBFGSNew | ( | sDriver ** | drv | ) | [static] |
Definition at line 46 of file impBFGS.c.
References IMPBFGS.
Referenced by ImpBFGSInit().

| static int ImpBFGSPrintResult | ( | int | iteration, | |
| double * | U, | |||
| double * | V | |||
| ) | [static] |
Definition at line 137 of file impBFGS.c.
References Config, ElmList, elmr, ElmWriteStress, IoStartSave(), ndlr, NDof, sConfig::num_step, NumElements, NumNodes, and sConfig::print_step.
Referenced by ImpBFGSInit().


1.5.3