MCPcopy Create free account
hub / github.com/cselab/aphros / GetMesh

Function GetMesh

src/test/debug/main.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35using M = MeshCartesian<Scal, dim>;
36
37M GetMesh() {
38 const Rect<Vect> dom(Vect(0), Vect(1));
39 const MIdx begin(0, 0, 0);
40 const MIdx size(2, 2, 1);
41 const int halos = 0;
42 return {begin, size, dom, halos, true, true, size, 0};
43}
44
45void TestRange() {
46 PF;

Callers 1

TestMeshFunction · 0.70

Calls 1

VectClass · 0.85

Tested by

no test coverage detected