![]() |
OpenLB 1.8.1
|
#include <vector>#include "utilities/omath.h"#include <cassert>#include <sstream>#include "indicatorF3D.h"#include "indicComb3D.h"#include "utilities/vectorHelpers.h"
Include dependency graph for indicatorF3D.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
Functions | |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorCircle3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorSphere3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorCylinder3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorCone3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorCuboid3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorUnion3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorWithout3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorIntersection3D (XMLreader const ¶ms, bool verbose=false) |
| template<typename S > | |
| std::shared_ptr< IndicatorF3D< S > > | olb::createIndicatorF3D (XMLreader const ¶ms, bool verbose=false) |