#include <stdio.h>#include <stdlib.h>#include "load.h"#include "elm.h"#include "material.h"#include "node.h"#include "rio.h"

Go to the source code of this file.
Data Structures | |
| struct | sOrthData |
Functions | |
| void | MaterialTimeStep (sMaterial *, double *) |
| void | MaterialDensity (sMaterial *, double *) |
| static void | OrthotropicNew (int, sMaterial **) |
| static void | OrthotropicFree (sMaterial *) |
| static void | OrthotropicRead (sMaterial *) |
| static void | OrthotropicEParameter (sMaterial *, double *) |
| static void | OrthotropicNuParameter (sMaterial *, double *) |
| static void | OrthotropicCMatrix (sMaterial *, double[6][6]) |
| void | OrthotropicInit (void) |
| void MaterialDensity | ( | sMaterial * | , | |
| double * | ||||
| ) |
| void MaterialTimeStep | ( | sMaterial * | , | |
| double * | ||||
| ) |
| static void OrthotropicCMatrix | ( | sMaterial * | mat, | |
| double | cm[6][6] | |||
| ) | [static] |
Definition at line 208 of file orth.c.
References sMaterial::data, sOrthData::Ex, sOrthData::Ey, sOrthData::Ez, NDof, sOrthData::Nux, sOrthData::Nuy, and sOrthData::Nuz.
Referenced by OrthotropicInit().

| static void OrthotropicEParameter | ( | sMaterial * | mat, | |
| double * | e | |||
| ) | [static] |
Definition at line 172 of file orth.c.
References sMaterial::data, sOrthData::Ex, and sOrthData::Ey.
Referenced by OrthotropicInit().

| static void OrthotropicFree | ( | sMaterial * | mat | ) | [static] |
Definition at line 121 of file orth.c.
References sMaterial::data.
Referenced by OrthotropicInit().

| void OrthotropicInit | ( | void | ) |
| static void OrthotropicNew | ( | int | label, | |
| sMaterial ** | mat | |||
| ) | [static] |
Definition at line 82 of file orth.c.
References sOrthData::Ex, sOrthData::Ey, sOrthData::Ez, MatList, sOrthData::Nux, sOrthData::Nuy, sOrthData::Nuz, and ORTHOTROPIC.
Referenced by OrthotropicInit().

| static void OrthotropicNuParameter | ( | sMaterial * | mat, | |
| double * | nu | |||
| ) | [static] |
Definition at line 190 of file orth.c.
References sMaterial::data, sOrthData::Nux, and sOrthData::Nuy.
Referenced by OrthotropicInit().

| static void OrthotropicRead | ( | sMaterial * | mat | ) | [static] |
Definition at line 144 of file orth.c.
References sMaterial::data, sOrthData::Ex, sOrthData::Ey, sOrthData::Ez, nf, sOrthData::Nux, sOrthData::Nuy, and sOrthData::Nuz.
Referenced by OrthotropicInit().

1.5.3