mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Dirichlet option
This commit is contained in:
parent
8cedb45af2
commit
2594e3c230
@ -52,6 +52,11 @@ public:
|
|||||||
return arg;
|
return arg;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
class SimpleStencilParams{
|
||||||
|
public:
|
||||||
|
Coordinate dirichlet;
|
||||||
|
SimpleStencilParams() {};
|
||||||
|
};
|
||||||
|
|
||||||
NAMESPACE_END(Grid);
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user