701 this->add_time_stepper_pt(
new TIMESTEPPER);
705 nx,
ny,length,1.0,this->time_stepper_pt());
710 for(
unsigned e=0;
e<n_element;
e++)
713 ELEMENT *temp_pt =
dynamic_cast<ELEMENT*
>(
716 temp_pt->constitutive_law_pt() =
731 this->build_global_mesh();
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Create an Elastic mesh for the problem.
Definition: inclined_plane.cc:667
Definition: inclined_plane.cc:139
Mesh * Bulk_mesh_pt
Bulk fluid mesh.
Definition: inclined_plane.cc:144
void make_traction_elements()
Definition: inclined_plane.cc:193
std::string Output_prefix
Prefix for output files.
Definition: inclined_plane.cc:156
void make_free_surface_elements()
Definition: inclined_plane.cc:239
Mesh * Traction_mesh_pt
Mesh for the traction elements that are added at inlet and outlet.
Definition: inclined_plane.cc:147
Mesh * Surface_mesh_pt
Mesh for the free surface elements.
Definition: inclined_plane.cc:150
Mesh * Point_mesh_pt
Mesh for the point elements at each end of the free surface.
Definition: inclined_plane.cc:153
void complete_build()
Definition: inclined_plane.cc:300
GeneralisedElement *& element_pt(const unsigned long &e)
Return pointer to element e.
Definition: mesh.h:448
unsigned long nelement() const
Return number of elements in the mesh.
Definition: mesh.h:590
ConstitutiveLaw * Constitutive_law_pt
Pointer to constitutive law.
Definition: TwenteMeshGluing.cpp:65
const unsigned nx
Definition: ConstraintElementsUnitTest.cpp:30
const unsigned ny
Definition: ConstraintElementsUnitTest.cpp:31