#include "ortodam.h"#include "bmatrix.h"#include "matrix.h"#include "vector.h"#include "elastisomat.h"#include "global.h"#include "intpoints.h"#include "tensor.h"#include "vecttens.h"#include <math.h>#include <stdlib.h>Go to the source code of this file.
Defines | |
| #define | limit 1.0e-15 |
| #define | nijac 200 |
| #define | qlimit 1.0e-8 |
| #define | sqr(x) (x)*(x) |
| #define limit 1.0e-15 |
Definition at line 14 of file ortodam.cpp.
| #define nijac 200 |
Definition at line 13 of file ortodam.cpp.
| #define qlimit 1.0e-8 |
Definition at line 15 of file ortodam.cpp.
Referenced by ortodamrot::read(), and ortodam::read().
| #define sqr | ( | x | ) | (x)*(x) |
Definition at line 19 of file ortodam.cpp.
1.6.2