|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "oofemcfg.h"#include "contextioresulttype.h"#include "contextmode.h"#include <initializer_list>#include <vector>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | oofem::FloatArray |
| Class representing vector of real numbers. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Functions | |
IML compatibility | |
| FloatArray & | oofem::operator*= (FloatArray &x, const double &a) |
| Vector multiplication by scalar. More... | |
| FloatArray | oofem::operator* (const double &a, const FloatArray &x) |
| FloatArray | oofem::operator* (const FloatArray &x, const double &a) |
| FloatArray | oofem::operator+ (const FloatArray &x, const FloatArray &y) |
| FloatArray | oofem::operator- (const FloatArray &x, const FloatArray &y) |
| FloatArray & | oofem::operator+= (FloatArray &x, const FloatArray &y) |
| FloatArray & | oofem::operator-= (FloatArray &x, const FloatArray &y) |
| double | oofem::norm (const FloatArray &x) |
| double | oofem::dot (const FloatArray &x, const FloatArray &y) |
Variables | |
| const FloatArray | oofem::ZeroVector = {0.0,0.0,0.0} |