#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.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"

Go to the source code of this file.
Functions | |
| static void | StandardVEViscoForces (double *) |
| static void | StandardVENew (sDriver **) |
| static void | StandardVEFree (sDriver *) |
| static int | StandardVEAnalysis (UI_State *) |
| static int | StandardVEPrintResult (int, double *, double *) |
| void | StandardVEInit (void) |
| static int StandardVEAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 142 of file stdve.c.
References Config, DRSolver(), DSP_YES, ElmList, elmr, ElmWriteStress, GpType, IoCloseFiles(), IoCloseTempFile(), IoStartSave(), ndlr, NDof, NodeVector, sConfig::num_time_step, NumCurves, NumElements, NumNodes, PrescribedValues(), StandardVEViscoForces(), sConfig::timeStep, sConfig::totalTime, XGPBegin(), XGPEnd(), and XGPSendPoint().
Referenced by StandardVEInit().


| static void StandardVEFree | ( | sDriver * | drv | ) | [static] |
Definition at line 129 of file stdve.c.
References sDriver::data.
Referenced by StandardVEInit().

| void StandardVEInit | ( | void | ) |
| static void StandardVENew | ( | sDriver ** | drv | ) | [static] |
Definition at line 113 of file stdve.c.
References STANDARD_VE.
Referenced by StandardVEInit().

| static int StandardVEPrintResult | ( | int | iteration, | |
| double * | U, | |||
| double * | V | |||
| ) | [static] |
Definition at line 258 of file stdve.c.
Referenced by StandardVEInit().

| static void StandardVEViscoForces | ( | double * | U | ) | [static] |
Definition at line 61 of file stdve.c.
References Config, sNode::dof, ElmConnect, ElmList, ElmNumNodes, ElmStressStrain, ElmViscoForce, FORCE, NDof, NodeVector, NONE, NumElements, sConfig::timeStep, sDof::vpx, sDof::vpy, and sDof::vpz.
Referenced by StandardVEAnalysis().

1.5.3