OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Information about fullsolved domain in CQ simulation. More...
#include <fullsolveddomain.h>
Public Member Functions | |
QCFullsolveddomain () | |
virtual | ~QCFullsolveddomain () |
virtual IRResultType | initializeFrom (InputRecord *ir) |
virtual void | updateYourself () |
virtual bool | isNodeInside (Node *n) |
virtual const char * | giveClassName () const |
Protected Attributes | |
FloatArray | FullSolvedDomainNodes |
FloatArray | FullSolvedDomainElements |
FloatArray | FullSolvedDomainRadius |
FloatArray | FullSolvedDomainBox |
Information about fullsolved domain in CQ simulation.
Definition at line 56 of file fullsolveddomain.h.
oofem::QCFullsolveddomain::QCFullsolveddomain | ( | ) |
Definition at line 52 of file fullsolveddomain.C.
|
virtual |
Definition at line 57 of file fullsolveddomain.C.
|
inlinevirtual |
Definition at line 78 of file fullsolveddomain.h.
|
virtual |
Definition at line 62 of file fullsolveddomain.C.
References _IFT_FullSolvedDomain_box, _IFT_FullSolvedDomain_elements, _IFT_FullSolvedDomain_nodes, _IFT_FullSolvedDomain_radius, FullSolvedDomainBox, FullSolvedDomainElements, FullSolvedDomainNodes, FullSolvedDomainRadius, oofem::FloatArray::giveSize(), IR_GIVE_OPTIONAL_FIELD, oofem::IRRT_OK, and OOFEM_ERROR.
Referenced by oofem::QClinearStatic::initializeFrom().
|
virtual |
Definition at line 91 of file fullsolveddomain.C.
References oofem::FloatArray::at(), oofem::FloatArray::computeNorm(), FullSolvedDomainElements, FullSolvedDomainNodes, FullSolvedDomainRadius, oofem::Node::giveCoordinates(), oofem::DofManager::giveGlobalNumber(), oofem::FloatArray::giveSize(), and oofem::FloatArray::resize().
|
virtual |
Definition at line 84 of file fullsolveddomain.C.
|
protected |
Definition at line 63 of file fullsolveddomain.h.
Referenced by initializeFrom().
|
protected |
Definition at line 61 of file fullsolveddomain.h.
Referenced by initializeFrom(), and isNodeInside().
|
protected |
Definition at line 60 of file fullsolveddomain.h.
Referenced by initializeFrom(), and isNodeInside().
|
protected |
Definition at line 62 of file fullsolveddomain.h.
Referenced by initializeFrom(), and isNodeInside().