CREATION OF MultiFab WITH OBJECTS AT EACH COMPONENT #818
Unanswered
FernandoIGuerra
asked this question in
Q&A
Replies: 1 comment 3 replies
-
AFAIK, MultiFabs cannot contain arbitrary objects. They are defined for floats/doubles and ints ( |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Everyone,
Is it possible to allocate at each component of the MultiFab and object. So far, I implemented the code shown below. However, the compiler indicates that there is an conversion error from Array4 to non-scalar Array4<LEMElement> The intuitive idea behind this is ti create LEM elements inside each LES cell. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions