#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 | RezoneNew (sDriver **) |
static void | RezoneFree (sDriver *) |
static int | RezoneAnalysis (UI_State *) |
static int | RezonePrintResult (int, double *, double *) |
void | RezoneInit (void) |
static int RezoneAnalysis | ( | UI_State * | R | ) | [static] |
Definition at line 89 of file rezone.c.
References DoRezone(), DRSolver(), ElmList, elmr, ElmWriteStress, IoStartSave(), ndlr, NDof, NumElements, NumNodes, NumRezones, PrescribedValues(), XGPBegin(), and XGPEnd().
Referenced by RezoneInit().
static void RezoneFree | ( | sDriver * | drv | ) | [static] |
Definition at line 76 of file rezone.c.
References sDriver::data.
Referenced by RezoneInit().
void RezoneInit | ( | void | ) |
static void RezoneNew | ( | sDriver ** | drv | ) | [static] |
Definition at line 60 of file rezone.c.
References REZONE.
Referenced by RezoneInit().
static int RezonePrintResult | ( | int | iteration, | |
double * | U, | |||
double * | V | |||
) | [static] |
Definition at line 168 of file rezone.c.
Referenced by RezoneInit().