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

The element interface corresponding to ZZErrorEstimator. More...

#include <zzerrorestimator.h>

+ Inheritance diagram for oofem::ZZErrorEstimatorInterface:
+ Collaboration diagram for oofem::ZZErrorEstimatorInterface:

Public Member Functions

 ZZErrorEstimatorInterface (Element *element)
 Constructor. More...
 
virtual void ZZErrorEstimatorI_computeElementContributions (double &eNorm, double &sNorm, ZZErrorEstimator::NormType norm, InternalStateType type, TimeStep *tStep)
 Computes the element contributions to global norms. More...
 
virtual IntegrationRuleZZErrorEstimatorI_giveIntegrationRule ()
 Returns element integration rule used to evaluate error. More...
 
virtual void ZZErrorEstimatorI_computeLocalStress (FloatArray &answer, FloatArray &sig)
 Returns stress vector in global c.s. More...
 
- Public Member Functions inherited from oofem::Interface
 Interface ()
 Constructor. More...
 
virtual ~Interface ()
 
virtual const char * giveClassName () const =0
 

Private Attributes

Elementelement
 

Detailed Description

The element interface corresponding to ZZErrorEstimator.

It declares necessary services provided by element to be compatible with ZZErrorEstimator.

Definition at line 135 of file zzerrorestimator.h.

Constructor & Destructor Documentation

oofem::ZZErrorEstimatorInterface::ZZErrorEstimatorInterface ( Element element)
inline

Constructor.

Definition at line 142 of file zzerrorestimator.h.

References oofem::norm().

Member Function Documentation

void oofem::ZZErrorEstimatorInterface::ZZErrorEstimatorI_computeElementContributions ( double &  eNorm,
double &  sNorm,
ZZErrorEstimator::NormType  norm,
InternalStateType  type,
TimeStep tStep 
)
virtual
virtual void oofem::ZZErrorEstimatorInterface::ZZErrorEstimatorI_computeLocalStress ( FloatArray answer,
FloatArray sig 
)
inlinevirtual

Returns stress vector in global c.s.

transformed into element local c.s. Default is no transformation (global and element local c.s. coincide.

Reimplemented in oofem::TR_SHELL01, and oofem::TR_SHELL02.

Definition at line 166 of file zzerrorestimator.h.

virtual IntegrationRule* oofem::ZZErrorEstimatorInterface::ZZErrorEstimatorI_giveIntegrationRule ( )
inlinevirtual

Returns element integration rule used to evaluate error.

Default implementation returns element default rule.

Reimplemented in oofem::TR_SHELL01, and oofem::TR_SHELL02.

Definition at line 158 of file zzerrorestimator.h.

References oofem::Element::giveDefaultIntegrationRulePtr().

Member Data Documentation

Element* oofem::ZZErrorEstimatorInterface::element
private

Definition at line 138 of file zzerrorestimator.h.


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

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:44 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011