Skip to content
Snippets Groups Projects
Commit 0568e22f authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

consider a 10x1 cantilever object

[[Imported from SVN: r7840]]
parent efe127e2
No related branches found
No related tags found
No related merge requests found
......@@ -161,9 +161,9 @@ int main (int argc, char *argv[]) try
typedef std::conditional<dim==1,OneDGrid,UGGrid<dim> >::type GridType;
array<unsigned int,dim> elements;
elements.fill(1);
elements[0] = 3;
elements[0] = 10;
FieldVector<double,dim> upper(1);
upper[0] = 3;
upper[0] = 10;
shared_ptr<GridType> gridPtr = StructuredGridFactory<GridType>::createSimplexGrid(FieldVector<double,dim>(0),
upper,
elements);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment