Chi-Tech
field_operation.cc
Go to the documentation of this file.
1#include "field_operation.h"
2
4{
5
6//Since there are no input parameters we will not register this object
7
8// ##################################################################
9/**Returns the input parameters.*/
11{
13}
14
15// ##################################################################
16/**Constructor.*/
18 : ChiObject(params)
19{
20}
21
22} // namespace chi_physics::field_operations
static chi::InputParameters GetInputParameters()
Definition: ChiObject.cc:4
FieldOperation(const chi::InputParameters &params)
static chi::InputParameters GetInputParameters()