blender/extern/mantaflow/preprocessed/vortexsheet.h.reg.cpp
Sebastián Barschkis 4ff7c5eed6 Mantaflow [Part 1]: Added preprocessed Mantaflow source files
Includes preprocessed Mantaflow source files for both OpenMP and TBB (if OpenMP is not present, TBB files will be used instead).

These files come directly from the Mantaflow repository. Future updates to the core fluid solver will take place by updating the files.

Reviewed By: sergey, mont29

Maniphest Tasks: T59995

Differential Revision: https://developer.blender.org/D3850
2019-12-16 16:27:26 +01:00

26 lines
868 B
C++

// DO NOT EDIT !
// This file is generated using the MantaFlow preprocessor (prep link).
#include "vortexsheet.h"
namespace Manta {
#ifdef _C_VortexSheetMesh
static const Pb::Register _R_14("VortexSheetMesh", "VortexSheetMesh", "Mesh");
template<> const char *Namify<VortexSheetMesh>::S = "VortexSheetMesh";
static const Pb::Register _R_15("VortexSheetMesh", "VortexSheetMesh", VortexSheetMesh::_W_0);
static const Pb::Register _R_16("VortexSheetMesh", "calcCirculation", VortexSheetMesh::_W_1);
static const Pb::Register _R_17("VortexSheetMesh", "calcVorticity", VortexSheetMesh::_W_2);
static const Pb::Register _R_18("VortexSheetMesh", "reinitTexCoords", VortexSheetMesh::_W_3);
#endif
extern "C" {
void PbRegister_file_14()
{
KEEP_UNUSED(_R_14);
KEEP_UNUSED(_R_15);
KEEP_UNUSED(_R_16);
KEEP_UNUSED(_R_17);
KEEP_UNUSED(_R_18);
}
}
} // namespace Manta