Add a new element to a collection of Eulerian objects
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(eulerian_set), | intent(inout) | :: | this |
A collection of Eulerian objects |
||
character(len=*), | intent(in) | :: | name |
Name of variable |
||
integer, | intent(in) | :: | stag |
Staggering |
||
class(eulerian_obj_base), | intent(inout), | target | :: | obj |
Eulerian obj to link and initialize |