|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
#include "DNDS/DeviceStorage.hpp"#include "DNDS/DeviceTransferable.hpp"#include "Elements.hpp"#include "DNDS/Array.hpp"#include "DNDS/ArrayDerived/ArrayAdjacency.hpp"#include "DNDS/ArrayDerived/ArrayEigenVector.hpp"#include "BoundaryCondition.hpp"#include "DNDS/ArrayPair.hpp"#include "PeriodicInfo.hpp"#include "RadialBasisFunction.hpp"#include "DNDS/ObjectUtils.hpp"#include "DNDS/ConfigParam.hpp"#include "Mesh_DeviceView.hpp"Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Direct |
| namespace | DNDS::Geom |
Typedefs | |
| using | DNDS::Geom::tFDataFieldName = std::function< std::string(int)> |
| using | DNDS::Geom::tFDataFieldQuery = tFGetData |
Enumerations | |
| enum class | DNDS::Geom::MeshLoc : uint8_t { DNDS::Geom::Unknown = 0 , DNDS::Geom::Node = 1 , DNDS::Geom::Face = 3 , DNDS::Geom::Cell = 4 } |
| enum | DNDS::Geom::MeshReaderMode { DNDS::Geom::UnknownMode , DNDS::Geom::SerialReadAndDistribute , DNDS::Geom::SerialOutput } |