Classes | |
| class | NOX::GlobalData |
| Container class to hold "global" NOX objects. More... | |
| class | NOX::MultiVector |
| Default implementation for NOX::Abstract::MultiVector using an array of NOX::Abstract::MultiVector's. More... | |
| class | NOX::Random |
| A class to compute uniformly distributed random numbers in (-1,1). More... | |
| class | NOX::SharedObject< Object, Owner > |
| Holder for objects that are shared between NOX::Abstract::Groups. More... | |
| class | NOX::Utils |
| Provides printing utilities. More... | |
| class | NOX::Utils::Fill |
| Fill object - used to print the given character the number of times specified. More... | |
| class | NOX::Utils::Sci |
| Sci object - used to print the given value with the specified precision. More... | |
Enumerations | |
| enum | CopyType { DeepCopy, ShapeCopy } |
| Specify whether to copy using deep copy or just copy by shape. More... | |
Functions | |
| string | version () |
| Returns a string with the current version number of the NOX code. | |
|
|
Specify whether to copy using deep copy or just copy by shape.
|
1.3.9.1