1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Dirichlet option

This commit is contained in:
Peter Boyle 2022-05-19 16:45:19 -07:00
parent 8cedb45af2
commit 2594e3c230

View File

@ -52,6 +52,11 @@ public:
return arg;
}
};
class SimpleStencilParams{
public:
Coordinate dirichlet;
SimpleStencilParams() {};
};
NAMESPACE_END(Grid);