#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 | ImpNRMNew (sDriver **) |
| static void | ImpNRMFree (sDriver *) |
| static int | ImpNRMAnalysis (UI_State *) |
| static int | ImpNRMPrintResult (int, double *, double *) |
| void | ImpNRMInit (void) |
| static int ImpNRMAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 75 of file impNRM.c.
References ElmList, elmr, ElmWriteStress, IMPNRMSolver(), IoStartSave(), ndlr, NDof, NumElements, NumNodes, PrescribedValues(), XGPBegin(), and XGPEnd().
Referenced by ImpNRMInit().


| static void ImpNRMFree | ( | sDriver * | drv | ) | [static] |
Definition at line 62 of file impNRM.c.
References sDriver::data.
Referenced by ImpNRMInit().

| void ImpNRMInit | ( | void | ) |
| static void ImpNRMNew | ( | sDriver ** | drv | ) | [static] |
Definition at line 46 of file impNRM.c.
References IMPNRM.
Referenced by ImpNRMInit().

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


1.5.3