Forward compatibility: flex
[foam-extend-3.2.git] / src / equationReader / equationReader / equationReaderGetSourceDimsP.H
blob0e08286365e23c6416d0eec251dcc7ef7fd5ea60
1     // Get source dimension functions
2     dimensionSet getDimsSrcNone
3     (
4         const equationReader * eqnReader,
5         const label equationIndex,
6         const label equationOperationIndex,
7         const label maxStoreIndex,
8         const label storageOffset
9     ) const;
11     dimensionSet getDimsSrcStorage
12     (
13         const equationReader * eqnReader,
14         const label equationIndex,
15         const label equationOperationIndex,
16         const label maxStoreIndex,
17         const label storageOffset
18     ) const;
20     dimensionSet getDimsSrcActiveSource
21     (
22         const equationReader * eqnReader,
23         const label equationIndex,
24         const label equationOperationIndex,
25         const label maxStoreIndex,
26         const label storageOffset
27     ) const;
29     dimensionSet getDimsSrcEquation
30     (
31         const equationReader * eqnReader,
32         const label equationIndex,
33         const label equationOperationIndex,
34         const label maxStoreIndex,
35         const label storageOffset
36     ) const;
38     dimensionSet getDimsSrcEquationCircRefDetect
39     (
40         const equationReader * eqnReader,
41         const label equationIndex,
42         const label equationOperationIndex,
43         const label maxStoreIndex,
44         const label storageOffset
45     ) const;
47     dimensionSet getDimsSrcInternalScalar
48     (
49         const equationReader * eqnReader,
50         const label equationIndex,
51         const label equationOperationIndex,
52         const label maxStoreIndex,
53         const label storageOffset
54     ) const;
56     dimensionSet getDimsSrcDictSourceDScalar
57     (
58         const equationReader * eqnReader,
59         const label equationIndex,
60         const label equationOperationIndex,
61         const label maxStoreIndex,
62         const label storageOffset
63     ) const;
65     dimensionSet getDimsSrcDictSourceScalar
66     (
67         const equationReader * eqnReader,
68         const label equationIndex,
69         const label equationOperationIndex,
70         const label maxStoreIndex,
71         const label storageOffset
72     ) const;
74     dimensionSet getDimsSrcScalarSource
75     (
76         const equationReader * eqnReader,
77         const label equationIndex,
78         const label equationOperationIndex,
79         const label maxStoreIndex,
80         const label storageOffset
81     ) const;
83     dimensionSet getDimsSrcScalarFieldSource
84     (
85         const equationReader * eqnReader,
86         const label equationIndex,
87         const label equationOperationIndex,
88         const label maxStoreIndex,
89         const label storageOffset
90     ) const;
92     dimensionSet getDimsSrcVectorSource
93     (
94         const equationReader * eqnReader,
95         const label equationIndex,
96         const label equationOperationIndex,
97         const label maxStoreIndex,
98         const label storageOffset
99     ) const;
101     dimensionSet getDimsSrcVectorFieldSource
102     (
103         const equationReader * eqnReader,
104         const label equationIndex,
105         const label equationOperationIndex,
106         const label maxStoreIndex,
107         const label storageOffset
108     ) const;
110     dimensionSet getDimsSrcTensorSource
111     (
112         const equationReader * eqnReader,
113         const label equationIndex,
114         const label equationOperationIndex,
115         const label maxStoreIndex,
116         const label storageOffset
117     ) const;
119     dimensionSet getDimsSrcTensorFieldSource
120     (
121         const equationReader * eqnReader,
122         const label equationIndex,
123         const label equationOperationIndex,
124         const label maxStoreIndex,
125         const label storageOffset
126     ) const;
128     dimensionSet getDimsSrcDiagTensorSource
129     (
130         const equationReader * eqnReader,
131         const label equationIndex,
132         const label equationOperationIndex,
133         const label maxStoreIndex,
134         const label storageOffset
135     ) const;
137     dimensionSet getDimsSrcDiagTensorFieldSource
138     (
139         const equationReader * eqnReader,
140         const label equationIndex,
141         const label equationOperationIndex,
142         const label maxStoreIndex,
143         const label storageOffset
144     ) const;
146     dimensionSet getDimsSrcSymmTensorSource
147     (
148         const equationReader * eqnReader,
149         const label equationIndex,
150         const label equationOperationIndex,
151         const label maxStoreIndex,
152         const label storageOffset
153     ) const;
155     dimensionSet getDimsSrcSymmTensorFieldSource
156     (
157         const equationReader * eqnReader,
158         const label equationIndex,
159         const label equationOperationIndex,
160         const label maxStoreIndex,
161         const label storageOffset
162     ) const;
164     dimensionSet getDimsSrcSphericalTensorSource
165     (
166         const equationReader * eqnReader,
167         const label equationIndex,
168         const label equationOperationIndex,
169         const label maxStoreIndex,
170         const label storageOffset
171     ) const;
173     dimensionSet getDimsSrcSphericalTensorFieldSource
174     (
175         const equationReader * eqnReader,
176         const label equationIndex,
177         const label equationOperationIndex,
178         const label maxStoreIndex,
179         const label storageOffset
180     ) const;