Public Member Functions | Private Attributes | List of all members
GeomObjectAsGeneralisedElementProblem Class Reference
Inheritance diagram for GeomObjectAsGeneralisedElementProblem:

Public Member Functions

 GeomObjectAsGeneralisedElementProblem ()
 Constructor. More...
 
void actions_after_newton_solve ()
 Update the problem specs after solve (empty) More...
 
void actions_before_newton_solve ()
 Update the problem specs before solve (empty) More...
 
void doc_solution ()
 Doc the solution. More...
 
double & load ()
 Return value of the "load" on the elastically supported ring. More...
 
DocInfo & doc_info ()
 Access to DocInfo object. More...
 

Private Attributes

ofstream Trace_file
 Trace file. More...
 
Data * Load_pt
 Pointer to data item that stores the "load" on the ring. More...
 
DocInfo Doc_info
 Doc info object. More...
 

Detailed Description

Problem to demonstrate the use of a GeomObject as a GeneralisedElement: A geometric object (a Circle) is "upgraded" to a GeneralisedElement. The position of the Circle is determined by a balance of forces, assuming that the Circle is mounted on an elastic spring of specified stiffness and loaded by a vertical "load".

Definition at line 56 of file geom_object_element.cc.

Constructor & Destructor Documentation

◆ GeomObjectAsGeneralisedElementProblem()

GeomObjectAsGeneralisedElementProblem::GeomObjectAsGeneralisedElementProblem ( )

Member Function Documentation

◆ actions_after_newton_solve()

void GeomObjectAsGeneralisedElementProblem::actions_after_newton_solve ( )
inline

Update the problem specs after solve (empty)

Definition at line 65 of file geom_object_element.cc.

◆ actions_before_newton_solve()

void GeomObjectAsGeneralisedElementProblem::actions_before_newton_solve ( )
inline

Update the problem specs before solve (empty)

Definition at line 68 of file geom_object_element.cc.

◆ doc_info()

DocInfo& GeomObjectAsGeneralisedElementProblem::doc_info ( )
inline

Access to DocInfo object.

Definition at line 80 of file geom_object_element.cc.

Referenced by main().

◆ doc_solution()

void GeomObjectAsGeneralisedElementProblem::doc_solution ( )

Doc the solution.

Doc the solution in tecplot format.

Definition at line 155 of file geom_object_element.cc.

Referenced by main().

◆ load()

double& GeomObjectAsGeneralisedElementProblem::load ( )
inline

Return value of the "load" on the elastically supported ring.

Definition at line 74 of file geom_object_element.cc.

Referenced by main().

Member Data Documentation

◆ Doc_info

DocInfo GeomObjectAsGeneralisedElementProblem::Doc_info
private

Doc info object.

Definition at line 91 of file geom_object_element.cc.

◆ Load_pt

Data* GeomObjectAsGeneralisedElementProblem::Load_pt
private

Pointer to data item that stores the "load" on the ring.

Definition at line 88 of file geom_object_element.cc.

◆ Trace_file

ofstream GeomObjectAsGeneralisedElementProblem::Trace_file
private

Trace file.

Definition at line 85 of file geom_object_element.cc.


The documentation for this class was generated from the following file: