#include "hissplas.h"#include "global.h"#include "iotools.h"#include "matrix.h"#include "vector.h"#include "tensor.h"#include "vecttens.h"#include "intpoints.h"#include <stdlib.h>#include <math.h>Go to the source code of this file.
Functions | |
| void | changeparam (atsel &atm, vector &val) |
The function changes values of selected material parameters to the new ones. It is used for the stochastic calculations.
| atm | - selection of material parameters | |
| val | - vector of new values |
| The | function changes value of the material parameters. It does not return anything. |
Created by TKo 01.2010
Definition at line 795 of file hissplas.cpp.
1.6.2