You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supply a dictionary with keys being element codes in the mesh file `filename` and the value being the corresponding concrete subtype of `Ferrite.AbstractCell`. Additionally, you have to overload the function
30
+
Supply a dictionary with keys being element codes in the mesh file `filename` and the value being the corresponding concrete subtype of `Ferrite.AbstractCell`.
31
+
32
+
Additionally, you may have to overload the function
if you have a `CellType` that is not a subtype of `Ferrite.Cell`, or if the node order of `CellType` is different from that in the input file. `create_cell` should return an instance of your subtype of `Ferrite.AbstractCell` with the given node_numbers.
36
+
Overloading is required if the constructor of your `CellType` needs different constructor input arguments than a tuple of node indices in the order given in the input file.
37
+
`create_cell` should return an instance of your subtype of `Ferrite.AbstractCell` with the given node_numbers.
0 commit comments