Peano
Loading...
Searching...
No Matches
DynamicArrayOverPrimitives.py
Go to the documentation of this file.
1# This file is part of the Peano project. For conditions of distribution and
2# use, please see the copyright notice at www.peano-framework.org
3from .DoF import DoF
4from .DynamicArrayOverPrimitivesToStdVector import DynamicArrayOverPrimitivesToStdVector
5
6
8 def __init__(self, name, primitive_type="double"):
9 """
10 type should refer to a C++ primitive (which is also supported by MPI).
11
12 """
13 super(DynamicArrayOverPrimitives, self).__init__(name)
14 self.primitive_type = primitive_type
16
17
18
19
__init__(self, name, primitive_type="double")
type should refer to a C++ primitive (which is also supported by MPI).