#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 | StandardNew (sDriver **) |
| static void | StandardFree (sDriver *) |
| static int | StandardAnalysis (UI_State *) |
| static int | StandardPrintResult (int, double *, double *) |
| void | StandardInit (void) |
| static int StandardAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 94 of file standard.c.
References DRSolver(), ElmList, elmr, ElmWriteStress, IoStartSave(), ndlr, NDof, NumElements, NumNodes, PrescribedValues(), XGPBegin(), and XGPEnd().
Referenced by StandardInit().


| static void StandardFree | ( | sDriver * | drv | ) | [static] |
Definition at line 81 of file standard.c.
References sDriver::data.
Referenced by StandardInit().

| void StandardInit | ( | void | ) |
| static void StandardNew | ( | sDriver ** | drv | ) | [static] |
Definition at line 65 of file standard.c.
References STANDARD.
Referenced by StandardInit().

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


1.5.3