OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::EModelDefaultPrescribedEquationNumbering Class Reference

The representation of EngngModel default prescribed unknown numbering. More...

#include <unknownnumberingscheme.h>

+ Inheritance diagram for oofem::EModelDefaultPrescribedEquationNumbering:
+ Collaboration diagram for oofem::EModelDefaultPrescribedEquationNumbering:

Public Member Functions

 EModelDefaultPrescribedEquationNumbering (void)
 
virtual int giveDofEquationNumber (Dof *dof) const
 Returns the equation number for corresponding DOF. More...
 
- Public Member Functions inherited from oofem::UnknownNumberingScheme
 UnknownNumberingScheme (void)
 
virtual ~UnknownNumberingScheme ()
 
virtual void init ()
 Initializes the receiver, if necessary. More...
 
virtual bool isDefault () const
 Returns true, if receiver is the default engngModel equation numbering scheme; This is useful for some components (typically elements), that cache their code numbers for default numbering to avoid repeated evaluation. More...
 
virtual int giveRequiredNumberOfDomainEquation () const
 Returns required number of domain equation. More...
 

Detailed Description

The representation of EngngModel default prescribed unknown numbering.

The equation numbers are assigned by the engineering model itself to individual DOFs. Therefore, this call is a simple shell around DofEquationNumbering interface, forwarding all the requests to individual DOFs.

Definition at line 97 of file unknownnumberingscheme.h.

Constructor & Destructor Documentation

oofem::EModelDefaultPrescribedEquationNumbering::EModelDefaultPrescribedEquationNumbering ( void  )
inline

Definition at line 100 of file unknownnumberingscheme.h.

Member Function Documentation

virtual int oofem::EModelDefaultPrescribedEquationNumbering::giveDofEquationNumber ( Dof dof) const
inlinevirtual

Returns the equation number for corresponding DOF.

The numbering should return nonzero value if the equation is assigned to the given DOF, zero otherwise.

Implements oofem::UnknownNumberingScheme.

Definition at line 102 of file unknownnumberingscheme.h.

References oofem::Dof::__givePrescribedEquationNumber().


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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:35 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011