Classes | Namespaces | Functions | Variables
prescribed_displ_lagr_mult_precond.cc File Reference

Go to the source code of this file.

Classes

class  oomph::PseudoElasticBulkElement< ELEMENT >
 Pseudo-Elastic Solid element class to overload the block preconditioner methods ndof_types() and get_dof_numbers_for_unknowns() to differentiate between DOFs subject to Lagrange multiplier and those that are not. More...
 
class  oomph::FaceGeometry< PseudoElasticBulkElement< ELEMENT > >
 FaceGeometry of wrapped element is the same as the underlying element. More...
 
class  FiniteElementComp
 Function-type-object to compare finite elements based on their x coordinate. More...
 
class  WarpedLine
 Warped line in 2D space. More...
 
class  PrescribedBoundaryDisplacementProblem< ELEMENT >
 Problem class for deformation of elastic block by prescribed boundary motion. More...
 

Namespaces

namespace  oomph
 
namespace  DiagonalPreconditionerHelper
 Namespace to "hide" global function that creates an instance of oomph-lib's diagonal preconditioner.
 
namespace  Global_Physical_Variables
 Global parameters.
 

Functions

Preconditioner * DiagonalPreconditionerHelper::get_diagonal_preconditioner ()
 Create a matrix-based diagonal preconditioner for subsidiary linear systems.
 
int main (int argc, char *argv[])
 Driver code.
 

Variables

WarpedLine Global_Physical_Variables::Boundary_geom_object (0.0)
 GeomObject specifying the shape of the boundary: Initially it's flat.
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)