mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Add ScalarFV inputs to ScalarFV.hpp
This commit is contained in:
parent
54c10a42cc
commit
0c006fbfaa
@ -16,6 +16,11 @@ class ScalarFVPar: Serializable
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarFVPar,
|
GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarFVPar,
|
||||||
|
std::string, emField,
|
||||||
|
std::string, source,
|
||||||
|
double, mass,
|
||||||
|
double, charge,
|
||||||
|
std::string, output,
|
||||||
unsigned int, i);
|
unsigned int, i);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user