#include <winpast.h>
Public Member Functions | |
| void | elmatstiff (matrix &d, long ipp) |
| void | matstiff (matrix &d, long ipp) |
| void | matstiff_soilbeam (matrix &d) |
| void | matstiff_soilplate (matrix &d) |
| void | matstiff_soilplbeam (matrix &d) |
| void | matstiff_soilspacestr (matrix &d) |
| void | nlstresses (long ipp) |
| void | read (XFILE *in) |
| winpast (void) | |
| ~winpast (void) | |
Public Attributes | |
| vector | c1 |
| vector | c2 |
Definition at line 9 of file winpast.h.
| void elmatstiff | ( | matrix & | d, | |
| long | ipp | |||
| ) |
Definition at line 51 of file winpast.cpp.
References mechmat::ip, matstiff_soilbeam(), matstiff_soilplate(), matstiff_soilplbeam(), Mm, platek, plates, plbeam, spacebeam, spacestress, and intpoints::ssst.
| void matstiff | ( | matrix & | d, | |
| long | ipp | |||
| ) |
Definition at line 21 of file winpast.cpp.
References mechmat::ip, matstiff_soilbeam(), matstiff_soilplate(), matstiff_soilplbeam(), Mm, platek, plates, plbeam, spacebeam, spacestress, and intpoints::ssst.
Referenced by consol::matstiff(), mechmat::matstiff(), and nlstresses().
| void matstiff_soilbeam | ( | matrix & | d | ) |
Definition at line 97 of file winpast.cpp.
Referenced by elmatstiff(), and matstiff().
| void matstiff_soilplate | ( | matrix & | d | ) |
function creates stiffness matrix of the elastic isotropic material for plate elements
| d | - stiffness matrix |
19.7.2001
Definition at line 118 of file winpast.cpp.
Referenced by elmatstiff(), and matstiff().
| void matstiff_soilplbeam | ( | matrix & | d | ) |
function creates stiffness matrix of the elastic isotropic material for plane beam elements
| d | - stiffness matrix of the material |
11.9.2001
Definition at line 89 of file winpast.cpp.
Referenced by elmatstiff(), and matstiff().
| void matstiff_soilspacestr | ( | matrix & | d | ) |
function creates stiffness matrix of the elastic isotropic material for 3D problems
| d | - stiffness matrix of the material |
19.7.2001
Definition at line 136 of file winpast.cpp.
| void nlstresses | ( | long | ipp | ) |
Definition at line 155 of file winpast.cpp.
References mechmat::ip, matstiff(), Mm, mxv(), intpoints::ncompstr, intpoints::ssst, intpoints::strain, and intpoints::stress.
Referenced by mechmat::compnonloc_nlstresses(), and mechmat::computenlstresses().
| void read | ( | XFILE * | in | ) |
Definition at line 15 of file winpast.cpp.
References c1, c2, and xfscanf().
Referenced by mechmat::readmattype().
Definition at line 26 of file winpast.h.
Referenced by matstiff_soilbeam(), matstiff_soilplate(), matstiff_soilplbeam(), read(), winpast(), and ~winpast().
Definition at line 26 of file winpast.h.
Referenced by matstiff_soilbeam(), matstiff_soilplate(), matstiff_soilplbeam(), read(), winpast(), and ~winpast().
1.6.2