#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"
Go to the source code of this file.
Functions | |
static void | LoadStepNew (sDriver **) |
static void | LoadStepFree (sDriver *) |
static int | LoadStepAnalysis (UI_State *) |
static int | LoadStepPrintResult (int, double *, double *) |
void | LoadStepInit (void) |
static int LoadStepAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 88 of file loadstep.c.
References sConfig::algtype, Config, DRSolver(), ElmList, elmr, ElmWriteStress, HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), IMPNRMSolver(), IoStartSave(), ndlr, NDof, sConfig::num_load_step, NumElements, NumNodes, PrescribedValues(), XGPBegin(), and XGPEnd().
Referenced by LoadStepInit().
static void LoadStepFree | ( | sDriver * | drv | ) | [static] |
Definition at line 75 of file loadstep.c.
References sDriver::data.
Referenced by LoadStepInit().
void LoadStepInit | ( | void | ) |
static void LoadStepNew | ( | sDriver ** | drv | ) | [static] |
Definition at line 59 of file loadstep.c.
References LOAD_STEP.
Referenced by LoadStepInit().
static int LoadStepPrintResult | ( | int | iteration, | |
double * | U, | |||
double * | V | |||
) | [static] |
Definition at line 184 of file loadstep.c.
Referenced by LoadStepInit().