UpdatedLagrangianBeam2D.h File Reference#include <bool.h>
#include <Node.h>
#include <Matrix.h>
#include <Vector.h>
#include <Element.h>
#include <ID.h>
Go to the source code of this file.
|
Classes |
class | UpdatedLagrangianBeam2D |
Defines |
#define | min_(a, b) (((a) < (b)) ? (a) : (b)) |
#define | max_(a, b) (((a) > (b)) ? (a) : (b)) |
#define | sign(a) (((a) < (0)) ?(-1) : (1)) |
Define Documentation
#define max_ |
( |
a, |
|
|
b |
|
) |
(((a) > (b)) ? (a) : (b)) |
#define min_ |
( |
a, |
|
|
b |
|
) |
(((a) < (b)) ? (a) : (b)) |
#define sign |
( |
a |
|
) |
(((a) < (0)) ?(-1) : (1)) |
Generated on Mon Oct 23 15:05:32 2006 for OpenSees by 1.5.0
|