#include <attribute.h>
Public Member Functions | |
RANAttribs (const Point *ow, long p, const Problem *pd=NULL, const PointAttribs *gena=NULL) | |
CONSTRUCTOR. More... | |
RANAttribs (const Point *ow, const PointAttribs *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~RANAttribs () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
virtual bool | initialize_from (const char *&str, femFileFormat ff, bool all=true) |
initialize form input string More... | |
virtual void | initialize (void) |
initialize yourself More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
void | complete_setup_yourself (const Node *mstr) |
void | add_master_to_domain (long did) |
virtual void | print_row (FILE *stream, femFileFormat fff, long did) const |
print row to solver input file More... | |
![]() | |
PointAttribs (const Point *ow, long p, const Problem *pd=NULL, const PointAttribs *gena=NULL) | |
CONSTRUCTOR. More... | |
PointAttribs (const Point *ow, const Attributes *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~PointAttribs () |
DESTRUCTOR. More... | |
virtual void | finitialize (void) |
finalize preprocessing More... | |
void | set_dofbc_with_ID (int i) |
check this is nongeneral == this has to have owner More... | |
void | set_nDOFs_BC (int nd, int *bc) |
void | set_nDOFs_BC (int nd, long *bc) |
void | set_nDOFs_BC (const PointDOFsBCPM *src) |
void | set_hinge (int val) |
void | set_cs_of_type (CrossSectType type, int id) |
void | set_dofbc (const char *str, femFileFormat ff=FFF_Void) |
void | set_dofbc_copy_of (const PointDOFsBCPM *src) |
void | reset_dofbc_support_all_rot_dofs (void) |
int | give_nDOFs (void) const |
const PointDOFsBCPM * | give_DOFbc (void) const |
const CrossSection * | give_cs (void) const |
int | give_hinge (void) const |
const int * | give_dofBCmask (void) const |
bool | is_supported (void) const |
void | assemble_full_constrained (Lvctr *aa) const |
void | setup_full_alloc_DOFvals (Dvctr *answer, const Dvctr *values) const |
void | checkEqualityWith (const PointAttribs *slave) const |
void | read_bc (FILE *stream, femFileFormat fff) |
bool | print_prescribed_values (FILE *stream, femFileFormat fff) const |
oofem a ansys berou podepreni jako predepsane posunuti velikosti 0.0 ale sifel zadava podepreni jako ano/ne hodnotu a nenulove predepsane posunuti definuje jinde proto sifel musi mit zvlasti fce More... | |
void | print_supported_BC_to_line (FILE *stream, femFileFormat fff) const |
void | print_DofIDMask_OOFEM (FILE *stream) const |
void | print_bc (FILE *stream, femFileFormat fff) const |
![]() | |
Attributes (const GeometryComponent *owner, long p) | |
CONSTRUCTOR. More... | |
Attributes (const GeometryComponent *owner, const Attributes *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~Attributes () |
DESTRUCTOR. More... | |
void | set_prop (long val) |
void | add_load (const BoundaryCond *val) |
void | add_load (int i) |
long | give_prop (void) const |
const GPA< const BoundaryCond > * | give_loads (void) const |
const BoundaryCond * | give_load (int i) const |
long | give_cloads (void) const |
bool | is_loaded (void) const |
![]() | |
GeomCompSubject (long gid) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const Geometry *owner) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const GeometryComponent *owner) | |
CONSTRUCTOR. More... | |
virtual | ~GeomCompSubject () |
DESTRUCTOR. More... | |
void | set_GC (const GeometryComponent *owner) |
const GeometryComponent * | give_GC (void) const |
![]() | |
GeometrySubject (long gid) | |
CONSTRUCTOR. More... | |
GeometrySubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
GeometrySubject (long gid, const Geometry *owner) | |
CONSTRUCTOR. More... | |
virtual | ~GeometrySubject () |
DESTRUCTOR. More... | |
void | set_Geom (const Geometry *owner) |
void | reset_Geom (const Geometry *owner) |
const Geometry * | give_Geom (void) const |
![]() | |
ProblemSubject (long gid) | |
CONSTRUCTOR. More... | |
ProblemSubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
virtual | ~ProblemSubject () |
DESTRUCTOR. More... | |
void | set_ID (long val) |
long | give_ID () const |
void | set_Pd (const Problem *owner) |
const Problem * | give_Pd (void) const |
Protected Attributes | |
long | AUX_msprop |
long | AUX_mslid |
const Node * | master |
PointDOFsRANHN * | doftype |
RAN DOF types - contain ndofs, dof type array, master mask array. More... | |
![]() | |
const PointAttribs * | genatt |
int | hinge |
VALUES. More... | |
PointDOFsBCPM * | dofbc |
OWNED OBJECTS. More... | |
const CrossSection * | cs |
POINTERS TO ATTRIBUTES listed in problem class. More... | |
LCS_pure * | lcs |
local coordinate systen at node More... | |
![]() | |
long | prop |
GPA< const BoundaryCond > | loads |
POINTERS TO ATTRIBUTES listed in problem class. More... | |
![]() | |
const GeometryComponent * | GC |
Pointer to owner == parent geometry component. More... | |
![]() | |
const Geometry * | Geom |
Pointer to owner == parent geometry. More... | |
![]() | |
long | ID |
(global) identification number == position in list of members; zero-based numbering. More... | |
const Problem * | Pd |
Pointer to owner = parent problem. More... | |
Additional Inherited Members | |
![]() | |
const Point * | owner () const |
POINTERS TO SUPERIORS. More... | |
Definition at line 1101 of file attribute.h.
midaspace::RANAttribs::RANAttribs | ( | const Point * | ow, |
long | p, | ||
const Problem * | pd = NULL , |
||
const PointAttribs * | gena = NULL |
||
) |
CONSTRUCTOR.
Definition at line 2055 of file attribute.cpp.
References AUX_mslid, AUX_msprop, doftype, and master.
|
inline |
CONSTRUCTOR COPY.
Definition at line 1114 of file attribute.h.
References AUX_mslid, AUX_msprop, midaspace::classPointAttribs, doftype, errol, midaspace::PointAttribs::give_classid(), and master.
|
virtual |
void midaspace::RANAttribs::add_master_to_domain | ( | long | did | ) |
Definition at line 2160 of file attribute.cpp.
References midaspace::PointAttribs::genatt, and master.
|
virtual |
Checks data consistency.
Reimplemented from midaspace::PointAttribs.
Definition at line 2135 of file attribute.cpp.
References _errorr, _errorr0, AUX_mslid, AUX_msprop, midaspace::PointDOFsAttributes::checkConsistency(), midaspace::PointAttribs::checkConsistency(), midaspace::PointAttribs::dofbc, doftype, midaspace::PointAttribs::genatt, midaspace::PointDOFsAttributes::give_ndofs(), and master.
void midaspace::RANAttribs::complete_setup_yourself | ( | const Node * | mstr | ) |
Definition at line 2151 of file attribute.cpp.
References doftype, midaspace::PointAttribs::give_nDOFs(), master, midaspace::PointAttribs::owner(), midaspace::PointDOFsRANHN::RAN_set_full_slave_node(), and midaspace::PointDOFsAttributes::set_ndofs().
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::PointAttribs.
Definition at line 1126 of file attribute.h.
References midaspace::classRANAttribs.
|
virtual |
initialize yourself
Initializes yourself.
Reimplemented from midaspace::PointAttribs.
Definition at line 2097 of file attribute.cpp.
References _errorr0, _errorr2, AUX_mslid, AUX_msprop, doftype, midaspace::Problem::give_Mesh(), midaspace::Mesh::give_Node(), midaspace::Geometry::give_Pjnts(), midaspace::PointDOFsRANHN::HN_initialize_slave_node(), midaspace::PointAttribs::initialize(), master, midaspace::ProblemSubject::Pd, and midaspace::Attributes::prop.
|
virtual |
initialize form input string
Reimplemented from midaspace::PointAttribs.
Definition at line 2070 of file attribute.cpp.
References _errorr3, AUX_mslid, AUX_msprop, doftype, errol, midaspace::PointAttribs::initialize_from(), midaspace::PointAttribs::owner(), midaspace::Attributes::prop, midaspace::PointDOFsAttributes::scan_att_ndofs_new(), midaspace::PointDOFsAttributes::scan_mask_ndofs_expected(), midaspace::PointDOFsAttributes::scan_mask_ndofs_new(), midaspace::SP_scan_number(), midaspace::SP_scan_word(), and midaspace::SP_unscan_word().
|
virtual |
print row to solver input file
Prints row of solver input file.
Reimplemented from midaspace::PointAttribs.
Definition at line 2168 of file attribute.cpp.
References _errorr, doftype, errol, midaspace::FFF_OOFEM, midaspace::FFF_SIFEL, midaspace::PointAttribs::genatt, midaspace::PointDOFsAttributes::give_att(), midaspace::Node::give_lid_id(), midaspace::PointDOFsAttributes::give_mask(), midaspace::PointAttribs::give_nDOFs(), master, midaspace::PointAttribs::owner(), and midaspace::PointAttribs::print_row().
|
protected |
Definition at line 1105 of file attribute.h.
Referenced by checkConsistency(), initialize(), initialize_from(), and RANAttribs().
|
protected |
Definition at line 1104 of file attribute.h.
Referenced by checkConsistency(), initialize(), initialize_from(), and RANAttribs().
|
protected |
RAN DOF types - contain ndofs, dof type array, master mask array.
Definition at line 1108 of file attribute.h.
Referenced by checkConsistency(), complete_setup_yourself(), initialize(), initialize_from(), print_row(), RANAttribs(), and ~RANAttribs().
|
protected |
Definition at line 1106 of file attribute.h.
Referenced by add_master_to_domain(), checkConsistency(), complete_setup_yourself(), initialize(), print_row(), RANAttribs(), and ~RANAttribs().