Chi-Tech
GridBasedFieldFunctionInterface.h
Go to the documentation of this file.
1#ifndef CHITECH_GRIDBASEDFIELDFUNCTIONINTERFACE_H
2#define CHITECH_GRIDBASEDFIELDFUNCTIONINTERFACE_H
3
5
6namespace chi_physics
7{
8
9class FieldFunctionGridBased;
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 GridBasedFieldFunction in
14* the input language.*/
16{
17public:
19
21
23};
24
25}
26
27#endif // CHITECH_GRIDBASEDFIELDFUNCTIONINTERFACE_H
GridBasedFieldFunctionInterface(const chi::InputParameters &params)