Chi-Tech
FieldFunctionInterface.h
Go to the documentation of this file.
1#ifndef CHITECH_FIELDFUNCTIONINTERFACE_H
2#define CHITECH_FIELDFUNCTIONINTERFACE_H
3
5
6namespace chi_physics
7{
8
9class FieldFunction;
10
11/**Interface class to add a dependency on a logical volume. Two things need to
12* be done to use this interface. 1) Derive from it. 2) Add its parameters to
13* the child class. Now it will require a handle to a FieldFunction in
14* the input language.*/
16{
17protected:
19
20 explicit FieldFunctionInterface(const chi::InputParameters& params);
21
23
24private:
26};
27
28}
29
30#endif // CHITECH_FIELDFUNCTIONINTERFACE_H
FieldFunctionInterface(const chi::InputParameters &params)
static chi::InputParameters GetInputParameters()