50 void derivativeError()
const;
51 void boundaryConditionError()
const;
57 #define FUNCTION(type) \
58 COLLECTION_FUNCTION type(\
59 const Index & C1 = nullIndex, \
60 const Index & C2 = nullIndex, \
61 const Index & C3 = nullIndex, \
62 const Index & C4 = nullIndex, \
63 const Index & C5 = nullIndex ) const; \
64 COLLECTION_FUNCTION type(\
65 const GridFunctionParameters & gfType, \
66 const Index & C1 = nullIndex, \
67 const Index & C2 = nullIndex, \
68 const Index & C3 = nullIndex, \
69 const Index & C4 = nullIndex, \
70 const Index & C5 = nullIndex ) const;
73 #define FUNCTION_COEFFICIENTS(type) \
74 COLLECTION_FUNCTION type(const Index & C0 = nullIndex, \
75 const Index & C1 = nullIndex, \
76 const Index & C2 = nullIndex, \
77 const Index & C3 = nullIndex ) const; \
78 COLLECTION_FUNCTION type(const GridFunctionParameters & gfType, \
79 const Index & C0 = nullIndex, \
80 const Index & C1 = nullIndex, \
81 const Index & C2 = nullIndex, \
82 const Index & C3 = nullIndex ) const;
159 #undef FUNCTION_COEFFICIENTS
176 #define SCALAR_FUNCTION(type) \
177 COLLECTION_FUNCTION type(\
178 const COLLECTION_FUNCTION & s, \
179 const Index & C1 = nullIndex, \
180 const Index & C2 = nullIndex, \
181 const Index & C3 = nullIndex, \
182 const Index & C4 = nullIndex ) const; \
183 COLLECTION_FUNCTION type(\
184 const GridFunctionParameters & gfType, \
185 const COLLECTION_FUNCTION & s, \
186 const Index & C1 = nullIndex, \
187 const Index & C2 = nullIndex, \
188 const Index & C3 = nullIndex, \
189 const Index & C4 = nullIndex ) const;
191 #define SCALAR_FUNCTION_COEFFICIENTS(type) \
192 COLLECTION_FUNCTION type(const COLLECTION_FUNCTION & s, \
193 const Index & C0 = nullIndex, \
194 const Index & C1 = nullIndex, \
195 const Index & C2 = nullIndex, \
196 const Index & C3 = nullIndex ) const; \
197 COLLECTION_FUNCTION type(const GridFunctionParameters & gfType, \
198 const COLLECTION_FUNCTION & s, \
199 const Index & C0 = nullIndex, \
200 const Index & C1 = nullIndex, \
201 const Index & C2 = nullIndex, \
202 const Index & C3 = nullIndex ) const;
219 #undef SCALAR_FUNCTION
220 #undef SCALAR_FUNCTION_COEFFICIENTS
224 const int & direction1,
225 const int & direction2,
233 const int & direction1,
234 const int & direction2,
241 const int & direction1,
242 const int & direction2,
250 const int & direction1,
251 const int & direction2,
284 const real & time = 0.,
285 const int & grid =forAll);
288 const real & time = 0.,
289 const int & grid =forAll);
294 const real & forcing = 0.,
295 const real & time = 0.,
302 const int & boundaryCondition,
304 const real & time = 0.,
310 const int & boundaryCondition,
312 const real & time = 0.,
332 const Index & Components,