FieldData structs implemented

This commit is contained in:
Robin
2024-12-20 18:46:18 +01:00
parent ac63abe93a
commit 0db764c52f
10 changed files with 196 additions and 90 deletions

View File

@@ -0,0 +1,12 @@
#include "fielddata.h"
// __device__ float getVal(
// const FieldMetadata &md,
// const FieldData &d,
// const size_t &timeInd,
// const size_t &lonInd,
// const size_t &latInd,
// const size_t &levInd
// ) {
// return d.valArrays[0][timeInd];
// }