shells/fem/selementLoad.h File Reference
#include "definitions.h"
Go to the source code of this file.
Define Documentation
#define DECLARE_EXTERN extern |
Function Documentation
DECLARE_EXTERN void addLocalLoad |
( |
double |
loadelem[3][MAXVAL], |
|
|
struct InterpolationS * |
interpo | |
|
) |
| | |
DECLARE_EXTERN void selementDeadLoad |
( |
double |
loadelem[3][MAXVAL], |
|
|
double |
xref[3][MAXVAL], |
|
|
double |
loadVec[3], |
|
|
struct SElementS * |
element, |
|
|
int |
numSurf | |
|
) |
| | |
DECLARE_EXTERN void selementLoadPressure |
( |
double |
loadelem[3][MAXVAL], |
|
|
double |
xcur[3][MAXVAL], |
|
|
struct SElementS * |
element, |
|
|
double |
loadfac, |
|
|
int |
numSurf | |
|
) |
| | |