|
ASL
0.1.6
Advanced Simulation Library
|
#include "math/aslVectors.h"#include "aslGenerators.h"#include "writers/aslVTKFormatWriters.h"#include "aslGeomInc.h"#include <stdlib.h>#include <time.h>#include "data/aslDataWithGhostNodes.h"#include "num/aslDFOptimizer.h"#include "math/aslTemplates.h"Go to the source code of this file.
Typedefs | |
| typedef double | FlT |
Functions | |
| bool | testDistFOperations2D () |
| bool | testDistFOperations3D () |
| bool | testDistFOrderedCylinders () |
| bool | testDistFUnorderedCylinders () |
| bool | testDistFNormalization2D () |
| bool | testDistFNormalization3D () |
| bool | testDistFOperations3DPrism () |
| bool | testDistFOperations3DBlock () |
| bool | testDistFAdvanced3D () |
| bool | testDistFOptimizer () |
| int | main () |
| typedef double FlT |
Definition at line 39 of file testDistanceFunction.cc.
| int main | ( | ) |
Definition at line 369 of file testDistanceFunction.cc.
| bool testDistFAdvanced3D | ( | ) |
Definition at line 242 of file testDistanceFunction.cc.
| bool testDistFNormalization2D | ( | ) |
Definition at line 163 of file testDistanceFunction.cc.
| bool testDistFNormalization3D | ( | ) |
Definition at line 181 of file testDistanceFunction.cc.
| bool testDistFOperations2D | ( | ) |
Definition at line 44 of file testDistanceFunction.cc.
| bool testDistFOperations3D | ( | ) |
Definition at line 79 of file testDistanceFunction.cc.
| bool testDistFOperations3DBlock | ( | ) |
Definition at line 222 of file testDistanceFunction.cc.
| bool testDistFOperations3DPrism | ( | ) |
Definition at line 199 of file testDistanceFunction.cc.
| bool testDistFOptimizer | ( | ) |
Definition at line 347 of file testDistanceFunction.cc.
| bool testDistFOrderedCylinders | ( | ) |
Definition at line 99 of file testDistanceFunction.cc.
| bool testDistFUnorderedCylinders | ( | ) |
Definition at line 129 of file testDistanceFunction.cc.
1.8.9.1