assignment of attributes to element More...
#include <attribute.h>
Public Member Functions | |
ElemAttribs (const Element *ow, long p, ElAttLevel eal) | |
CONSTRUCTOR. More... | |
ElemAttribs (const Element *ow, const ElemAttribs *src, char samegeom) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ElemAttribs () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const =0 |
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 | finitialize (void) |
finalize preprocessing More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
void | integrate_duplicated_one (const ElemAttribs *slv) |
void | EALdirectCheck (void) const |
check this is nongeneral == this has to have owner More... | |
void | set_Patt (void) |
void | set_FETS (const FiniteElementTypeSet *val) |
void | set_dpn (DOFsPerNode val) |
void | set_sst (SStype val) |
void | set_approx (FEApproximation val) |
void | set_cs (int i) |
void set_NIP (int val) { NIP = val; } More... | |
void | set_cs_of_type (CrossSectType type, int id) |
void | set_mat (int i) |
void | set_load (int i, char flag='\0', int indx=-1) |
void | set_load (const BoundaryCond *bc, char flag='\0', int indx=-1) |
void | set_HNmstr (bool val) |
void | set_nlgeo (bool val) |
void | set_MatStiffMtrx (int n, double *src) |
void | set_mat_of_type (MaterialType type, int id) |
void | set_lcs (LCSdirection dir, LCStype typ, long num) |
void | set_lcs (LCSdirection dir, LCStype typ, const double *auxDv) |
DOFsPerNode | give_dpn_default (void) const |
DEFAULT. More... | |
SStype | give_sst_default (void) const |
DOFsPerNode | give_dpn_loc (void) const |
LOCAL. More... | |
SStype | give_sst_loc (void) const |
FEApproximation | give_approx_loc (void) const |
FiniteElementType | give_expltype_loc (void) const |
int | give_ord (void) const |
IntPointSet | give_IPset_loc (void) const |
bool * | give_HNmstr_loc (void) const |
const CrossSection * | give_cs_loc (void) const |
const Material * | give_mat_loc (void) const |
const LCS_beam * | give_lcs_loc (void) const |
const GPA< PointDOFsCondense > * | give_conDOFs (void) const |
const PointDOFsCondense * | give_conDOFs (const Point *p) const |
FiniteElementTypeSet * | give_FETS (FiniteElementTypeSet *set) const |
GLOBAL, EAL_direct only. More... | |
DOFsPerNode | give_dpn (void) const |
SStype | give_sst (void) const |
FEApproximation | give_approx (void) const |
FiniteElementType | give_expltype (void) const |
IntPointSet | give_IPset (void) const |
bool | give_HNmstr (void) const |
const CrossSection * | give_cs (void) const |
const Material * | give_mat (void) const |
const LCS_beam * | give_lcs (void) const |
const LCS_beam * | give_lcs_global (void) const |
void | set_fullhinge_at (int point) |
bool | has_fullhinge_ends (void) const |
void | switch_dpn_Line (void) |
long | give_mat_ID (void) |
give material ID, or -1 if mat==NULL More... | |
void | print_Bbc_SIFEL (FILE *stream) const |
void | print_Fbc_SIFEL (FILE *stream) const |
void | print_Ebc_SIFEL (FILE *stream) const |
![]() | |
CellAttribs (const Cell *owner, long p) | |
CONSTRUCTOR. More... | |
CellAttribs (const Cell *owner, const CellAttribs *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~CellAttribs () |
DESTRUCTOR. More... | |
![]() | |
Attributes (const GeometryComponent *owner, long p) | |
CONSTRUCTOR. More... | |
Attributes (const GeometryComponent *owner, const Attributes *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~Attributes () |
DESTRUCTOR. More... | |
virtual void | print_row (FILE *stream, femFileFormat fff, long did) const =0 |
print row to solver input file 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 Member Functions | |
const Element * | owner () const |
POINTERS TO SUPERIORS. More... | |
Protected Attributes | |
ElAttLevel | EAL |
LEVEL. More... | |
const ElemAttribs * | Patt |
const ElemAttribs * | Gatt |
const ElemAttribs * | Datt |
DOFsPerNode | dpn |
FINITE ELEMENT TYPE SET // viz alias.h. More... | |
SStype | sst |
FEApproximation | approx |
FiniteElementType | expltype |
IntPointSet | IPset |
VALUES. More... | |
bool * | HNmstr |
bool * | nlgeo |
const CrossSection * | cs |
POINTERS TO ATTRIBUTES listed in problem class cs, mat, ... More... | |
const Material * | mat |
LCS_beam * | lcs |
OWNED OBJECTS. More... | |
Dvctr * | MatStiffMtrx |
GPA< PointDOFsCondense > * | conDOFs |
![]() | |
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... | |
Static Protected Attributes | |
static const int | ord = -4 |
assignment of attributes to element
Definition at line 707 of file attribute.h.
midaspace::ElemAttribs::ElemAttribs | ( | const Element * | ow, |
long | p, | ||
ElAttLevel | eal | ||
) |
CONSTRUCTOR.
Definition at line 946 of file attribute.cpp.
References approx, conDOFs, cs, Datt, dpn, midaspace::DPN_Void, EAL, expltype, midaspace::FEA_Void, midaspace::FET_Void, Gatt, midaspace::Problem::give_ElAt_of_domain(), midaspace::Problem::give_ElAt_with_geom(), midaspace::Problem::give_ElAt_with_prop(), midaspace::GeometryComponent::give_mproperty_cnt(), HNmstr, midaspace::IPS_Void, IPset, lcs, mat, MatStiffMtrx, nlgeo, owner(), Patt, midaspace::ProblemSubject::Pd, sst, and midaspace::SST_Void.
midaspace::ElemAttribs::ElemAttribs | ( | const Element * | ow, |
const ElemAttribs * | src, | ||
char | samegeom | ||
) |
CONSTRUCTOR COPY.
this->owner and src->owner has same geometry, points has same coords
different geometry, subdivision of quadrangle to two triangles
src->owner is mdl_master
Definition at line 974 of file attribute.cpp.
References approx, conDOFs, cs, Datt, dpn, EAL, midaspace::EAL_direct, errol, expltype, Gatt, HNmstr, IPset, lcs, mat, MatStiffMtrx, nlgeo, Patt, and sst.
|
virtual |
DESTRUCTOR.
Definition at line 1016 of file attribute.cpp.
References conDOFs, HNmstr, MatStiffMtrx, and nlgeo.
|
virtual |
Checks data consistency.
Function checks data consistency.
tady udelat kontrolu, ze kdyz je cs layered tak material musi byt null
Reimplemented from midaspace::ProblemSubject.
Reimplemented in midaspace::GelemAttribs.
Definition at line 1147 of file attribute.cpp.
References _errorr2, midaspace::BC_CBL, midaspace::BC_DW, midaspace::ProblemSubject::checkConsistency(), midaspace::CST_2d, midaspace::CST_3d, midaspace::CST_Beam, midaspace::CST_LayeredCS, midaspace::CST_OOFEM, midaspace::CST_SIFEL, midaspace::CST_Truss, Datt, midaspace::DPN_DxyzR___, EAL, midaspace::EAL_direct, midaspace::EAL_Void, errol, Gatt, give_cs(), midaspace::PointAttribs::give_cs(), give_dpn(), midaspace::Problem::give_fulldata(), midaspace::ProblemSubject::give_ID(), midaspace::CrossSection::give_loctype_or_type(), give_mat(), midaspace::Cell::give_nno(), midaspace::Cell::give_point(), midaspace::Point::give_pointAttribs(), midaspace::GelemAttribs::give_virtual(), midaspace::Attributes::loads, midaspace::MAT_RIGID, owner(), Patt, and midaspace::ProblemSubject::Pd.
Referenced by midaspace::GelemAttribs::checkConsistency().
|
inline |
check this is nongeneral == this has to have owner
Definition at line 779 of file attribute.h.
References _errorr, EAL, and midaspace::EAL_direct.
Referenced by give_approx(), give_cs(), give_dpn(), give_expltype(), give_HNmstr(), give_IPset(), give_lcs(), give_mat(), give_sst(), midaspace::FElemAttribs::initialize(), and midaspace::FElemAttribs::print_row().
|
virtual |
finalize preprocessing
Reimplemented from midaspace::ProblemSubject.
Definition at line 1142 of file attribute.cpp.
|
inline |
Definition at line 839 of file attribute.h.
References Datt, EALdirectCheck(), midaspace::FEA_default, Gatt, give_approx_loc(), and Patt.
Referenced by give_FETS().
|
inline |
|
pure virtual |
Returns classID - class identification.
Reimplemented from midaspace::ProblemSubject.
Implemented in midaspace::GelemAttribs, and midaspace::FElemAttribs.
Referenced by initialize_from().
|
inline |
Definition at line 830 of file attribute.h.
References conDOFs.
Referenced by midaspace::FElemAttribs::initialize(), and midaspace::Beam::print_row().
const PointDOFsCondense * midaspace::ElemAttribs::give_conDOFs | ( | const Point * | p | ) | const |
Definition at line 1313 of file attribute.cpp.
References conDOFs, midaspace::Cell::give_point_indx(), and owner().
|
inline |
Definition at line 845 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_cs_loc(), and Patt.
Referenced by checkConsistency(), midaspace::Beam::compute_maxSigmaEq(), midaspace::Triangle::compute_maxSigmaEq(), midaspace::Point::finitialize(), midaspace::FElement::give_CSusage_elast(), midaspace::FElement::give_CSusage_elast_rel(), give_lcs_global(), midaspace::Triangle::give_volume(), midaspace::Quadrangle::give_volume(), midaspace::FElemAttribs::print_row(), midaspace::Triangle::read_output_OOFEM(), midaspace::Quadrangle::read_output_OOFEM(), and midaspace::FElement::setup_maxSigmaEq().
|
inline |
|
inline |
Definition at line 837 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_dpn_default(), give_dpn_loc(), and Patt.
Referenced by checkConsistency(), midaspace::Tetra::checkConsistency(), midaspace::Brick::checkConsistency(), midaspace::PolyLine::findout_segment_domain(), give_FETS(), initialize_from(), midaspace::PointDOFsCondense::PointDOFsCondense(), set_fullhinge_at(), and switch_dpn_Line().
DOFsPerNode midaspace::ElemAttribs::give_dpn_default | ( | void | ) | const |
DEFAULT.
Definition at line 1308 of file attribute.cpp.
References midaspace::Element::give_DOFsPerNode_default(), and owner().
Referenced by give_dpn().
|
inline |
|
inline |
Definition at line 840 of file attribute.h.
References Datt, EALdirectCheck(), midaspace::FET_Void, Gatt, give_expltype_loc(), and Patt.
Referenced by give_FETS().
|
inline |
FiniteElementTypeSet * midaspace::ElemAttribs::give_FETS | ( | FiniteElementTypeSet * | set | ) | const |
GLOBAL, EAL_direct only.
Definition at line 1295 of file attribute.cpp.
References midaspace::FiniteElementTypeSet::approx, midaspace::FiniteElementTypeSet::cg, midaspace::FiniteElementTypeSet::dpn, midaspace::FiniteElementTypeSet::expltype, give_approx(), midaspace::Cell::give_cellGeom(), give_dpn(), give_expltype(), give_sst(), ord, midaspace::FiniteElementTypeSet::ord, owner(), and midaspace::FiniteElementTypeSet::sst.
Referenced by midaspace::Triangle::checkConsistency(), midaspace::Quadrangle::checkConsistency(), initialize_from(), midaspace::FElement::integrate_duplicated_cell(), and midaspace::Quadrangle::read_output_OOFEM().
|
inline |
Definition at line 843 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_HNmstr_loc(), and Patt.
|
inline |
|
inline |
Definition at line 842 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_IPset_loc(), midaspace::IPS_Void, and Patt.
Referenced by midaspace::FElement::give_IPset_comp(), and midaspace::FElemAttribs::print_row().
|
inline |
|
inline |
Definition at line 848 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_lcs_loc(), and Patt.
Referenced by give_lcs_global().
|
inline |
Definition at line 850 of file attribute.h.
References give_cs(), midaspace::CrossSection::give_lcs(), and give_lcs().
Referenced by midaspace::ComponentGeometry2D::initialize(), and midaspace::FElemAttribs::print_row().
|
inline |
|
inline |
Definition at line 846 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_mat_loc(), and Patt.
Referenced by checkConsistency(), midaspace::FElement::give_CSusage_elast_rel(), midaspace::Edge::give_elemSize(), midaspace::Face::give_elemSize(), give_mat_ID(), midaspace::FElemAttribs::print_row(), and midaspace::Triangle::read_output_OOFEM().
|
inline |
give material ID, or -1 if mat==NULL
Definition at line 890 of file attribute.h.
References midaspace::ProblemSubject::give_ID(), and give_mat().
|
inline |
|
inline |
Definition at line 821 of file attribute.h.
References ord.
Referenced by midaspace::FElement::give_ord(), print_Ebc_SIFEL(), print_Fbc_SIFEL(), and midaspace::FElemAttribs::print_row().
|
inline |
Definition at line 838 of file attribute.h.
References Datt, EALdirectCheck(), Gatt, give_sst_default(), give_sst_loc(), and Patt.
Referenced by midaspace::Beam::compute_maxSigmaEq(), give_FETS(), and midaspace::Mesh::print_results().
SStype midaspace::ElemAttribs::give_sst_default | ( | void | ) | const |
Definition at line 1309 of file attribute.cpp.
References midaspace::Element::give_SSType_default(), and owner().
Referenced by give_sst().
|
inline |
bool midaspace::ElemAttribs::has_fullhinge_ends | ( | void | ) | const |
|
virtual |
initialize yourself
Reimplemented from midaspace::ProblemSubject.
Reimplemented in midaspace::FElemAttribs.
Definition at line 1134 of file attribute.cpp.
References midaspace::GeometrySubject::Geom, midaspace::ProblemSubject::initialize(), midaspace::LCS_beam::initialize(), and lcs.
Referenced by midaspace::Problem::initialization(), and midaspace::FElemAttribs::initialize().
|
virtual |
initialize form input string
Implements midaspace::Attributes.
Definition at line 1030 of file attribute.cpp.
References _errorr, _errorr2, approx, midaspace::classBrick, conDOFs, midaspace::CrossSectType_i2e_SIFEL(), cs, midaspace::DOFsPerNode2nDOFs(), midaspace::DOFsPerNode_s2e(), dpn, EAL, midaspace::EAL_direct, errol, expltype, midaspace::FEApproximation_s2e(), midaspace::FET_s2e(), midaspace::FFF_MIDAS, midaspace::FFF_OOFEM, midaspace::FFF_SIFEL, midaspace::Problem::give_analgroup(), give_classid(), give_dpn(), give_FETS(), midaspace::Cell::give_nno(), HNmstr, midaspace::LCS_beam::initialize_from(), midaspace::IntPointSet_s2e(), midaspace::IPS_inputfile_value_i2e_OOFEM(), IPset, lcs, midaspace::MaterialType_i2e_SIFEL(), MatStiffMtrx, owner(), midaspace::PAG_mechanics, midaspace::ProblemSubject::Pd, set_cs(), set_cs_of_type(), set_load(), set_mat(), set_mat_of_type(), set_nlgeo(), SP_scan_expected_number_exit, midaspace::SP_scan_number(), midaspace::SP_scan_word(), midaspace::SP_scan_Xvctr(), sst, midaspace::SStype_s2e(), and STRCMP.
Referenced by midaspace::Problem::domainElAt_initialize_from(), and midaspace::FElement::read_input().
void midaspace::ElemAttribs::integrate_duplicated_one | ( | const ElemAttribs * | slv | ) |
Definition at line 1237 of file attribute.cpp.
References _errorr, approx, cs, Datt, dpn, EAL, expltype, Gatt, HNmstr, IPset, lcs, midaspace::Attributes::loads, mat, MatStiffMtrx, nlgeo, Patt, midaspace::Attributes::prop, and sst.
Referenced by midaspace::Element::integrate_duplicated_cell().
|
inlineprotected |
POINTERS TO SUPERIORS.
Definition at line 719 of file attribute.h.
References midaspace::GeomCompSubject::GC.
Referenced by checkConsistency(), ElemAttribs(), give_conDOFs(), give_dpn_default(), give_FETS(), give_sst_default(), midaspace::FElemAttribs::initialize(), initialize_from(), print_Bbc_SIFEL(), print_Ebc_SIFEL(), print_Fbc_SIFEL(), midaspace::FElemAttribs::print_row(), set_FETS(), set_fullhinge_at(), midaspace::GelemAttribs::set_nDOFs_BC(), and set_Patt().
void midaspace::ElemAttribs::print_Bbc_SIFEL | ( | FILE * | stream | ) | const |
Definition at line 1374 of file attribute.cpp.
References errol, midaspace::ProblemSubject::give_ID(), midaspace::Attributes::loads, and owner().
void midaspace::ElemAttribs::print_Ebc_SIFEL | ( | FILE * | stream | ) | const |
Definition at line 1385 of file attribute.cpp.
References midaspace::ECN_convert_i2e(), errol, midaspace::FFF_SIFEL, midaspace::Cell::give_edges(), midaspace::ProblemSubject::give_ID(), give_ord(), midaspace::GPA< T >::give_size(), and owner().
void midaspace::ElemAttribs::print_Fbc_SIFEL | ( | FILE * | stream | ) | const |
Definition at line 1412 of file attribute.cpp.
References midaspace::ECN_convert_i2e(), errol, midaspace::FFF_SIFEL, midaspace::Cell::give_faces(), midaspace::ProblemSubject::give_ID(), give_ord(), midaspace::GPA< T >::give_size(), and owner().
|
inline |
Definition at line 786 of file attribute.h.
References approx.
Referenced by midaspace::Problem::set_domainElAt().
|
inline |
void set_NIP (int val) { NIP = val; }
Definition at line 790 of file attribute.h.
References _errorr2, cs, midaspace::Problem::give_CS(), and midaspace::ProblemSubject::Pd.
Referenced by initialize_from().
|
inline |
Definition at line 791 of file attribute.h.
References cs, midaspace::Problem::give_CS_of_type(), and midaspace::ProblemSubject::Pd.
Referenced by initialize_from().
|
inline |
void midaspace::ElemAttribs::set_FETS | ( | const FiniteElementTypeSet * | val | ) |
Definition at line 1273 of file attribute.cpp.
References approx, midaspace::FiniteElementTypeSet::approx, midaspace::FiniteElementTypeSet::cg, dpn, midaspace::FiniteElementTypeSet::dpn, errol, expltype, midaspace::FiniteElementTypeSet::expltype, owner(), sst, and midaspace::FiniteElementTypeSet::sst.
Referenced by midaspace::Mesh::read_mesh_OOFEM(), and midaspace::Mesh::read_mesh_SIFEL().
void midaspace::ElemAttribs::set_fullhinge_at | ( | int | point | ) |
Definition at line 1321 of file attribute.cpp.
References conDOFs, midaspace::DPN_DxyzR___, midaspace::DPN_DxyzRxyz, errol, give_dpn(), midaspace::Cell::give_nno(), and owner().
Referenced by midaspace::Element::set_fullhinge_at().
|
inline |
Definition at line 795 of file attribute.h.
References HNmstr.
|
inline |
Definition at line 806 of file attribute.h.
Referenced by midaspace::Problem::set_lcs().
|
inline |
Definition at line 807 of file attribute.h.
void midaspace::ElemAttribs::set_load | ( | int | i, |
char | flag = '\0' , |
||
int | indx = -1 |
||
) |
Referenced by initialize_from().
void midaspace::ElemAttribs::set_load | ( | const BoundaryCond * | bc, |
char | flag = '\0' , |
||
int | indx = -1 |
||
) |
|
inline |
Definition at line 792 of file attribute.h.
References _errorr2, midaspace::Problem::give_Mat(), mat, and midaspace::ProblemSubject::Pd.
Referenced by initialize_from().
|
inline |
Definition at line 798 of file attribute.h.
References midaspace::Problem::give_Mat_of_type(), mat, and midaspace::ProblemSubject::Pd.
Referenced by initialize_from().
void midaspace::ElemAttribs::set_MatStiffMtrx | ( | int | n, |
double * | src | ||
) |
Definition at line 1284 of file attribute.cpp.
References midaspace::Dvctr::beCopyOf(), and MatStiffMtrx.
|
inline |
void midaspace::ElemAttribs::set_Patt | ( | void | ) |
Definition at line 1267 of file attribute.cpp.
References midaspace::Problem::give_ElAt_with_prop(), owner(), Patt, and midaspace::ProblemSubject::Pd.
Referenced by midaspace::Element::set_mprop().
|
inline |
Definition at line 785 of file attribute.h.
References sst.
Referenced by midaspace::Triangle::read_input(), and midaspace::Quadrangle::read_input().
void midaspace::ElemAttribs::switch_dpn_Line | ( | void | ) |
Definition at line 1348 of file attribute.cpp.
References midaspace::BC_DW, conDOFs, midaspace::DPN_DxyzR___, midaspace::DPN_DxyzRxyz, errol, give_dpn(), has_fullhinge_ends(), midaspace::Attributes::loads, midaspace::ProblemSubject::Pd, and set_dpn().
Referenced by midaspace::Line::initialize().
|
protected |
Definition at line 729 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_approx_loc(), initialize_from(), integrate_duplicated_one(), set_approx(), and set_FETS().
|
protected |
Definition at line 753 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_conDOFs(), has_fullhinge_ends(), midaspace::FElemAttribs::initialize(), initialize_from(), set_fullhinge_at(), switch_dpn_Line(), and ~ElemAttribs().
|
protected |
POINTERS TO ATTRIBUTES listed in problem class cs, mat, ...
Definition at line 740 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_cs_loc(), initialize_from(), integrate_duplicated_one(), set_cs(), and set_cs_of_type().
|
protected |
Definition at line 723 of file attribute.h.
Referenced by checkConsistency(), ElemAttribs(), give_approx(), give_cs(), give_dpn(), give_expltype(), give_HNmstr(), give_IPset(), give_lcs(), give_mat(), give_sst(), and integrate_duplicated_one().
|
protected |
FINITE ELEMENT TYPE SET // viz alias.h.
Definition at line 727 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_dpn_loc(), initialize_from(), integrate_duplicated_one(), set_dpn(), and set_FETS().
|
protected |
LEVEL.
Definition at line 716 of file attribute.h.
Referenced by checkConsistency(), EALdirectCheck(), ElemAttribs(), initialize_from(), and integrate_duplicated_one().
|
protected |
Definition at line 731 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_expltype_loc(), initialize_from(), integrate_duplicated_one(), and set_FETS().
|
protected |
Definition at line 721 of file attribute.h.
Referenced by checkConsistency(), ElemAttribs(), give_approx(), give_cs(), give_dpn(), give_expltype(), give_HNmstr(), give_IPset(), give_lcs(), give_mat(), give_sst(), and integrate_duplicated_one().
|
protected |
Definition at line 735 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_HNmstr_loc(), initialize_from(), integrate_duplicated_one(), set_HNmstr(), and ~ElemAttribs().
|
protected |
VALUES.
Definition at line 734 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_IPset_loc(), initialize_from(), and integrate_duplicated_one().
|
protected |
OWNED OBJECTS.
Definition at line 751 of file attribute.h.
Referenced by ElemAttribs(), midaspace::FElemAttribs::FElemAttribs(), midaspace::GelemAttribs::GelemAttribs(), give_lcs_loc(), initialize(), initialize_from(), integrate_duplicated_one(), set_lcs(), midaspace::FElemAttribs::~FElemAttribs(), and midaspace::GelemAttribs::~GelemAttribs().
|
protected |
Definition at line 741 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_mat_loc(), integrate_duplicated_one(), set_mat(), and set_mat_of_type().
|
protected |
Definition at line 752 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), initialize_from(), integrate_duplicated_one(), midaspace::FElemAttribs::print_row(), set_MatStiffMtrx(), and ~ElemAttribs().
|
protected |
Definition at line 736 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), integrate_duplicated_one(), set_nlgeo(), and ~ElemAttribs().
|
staticprotected |
Definition at line 730 of file attribute.h.
Referenced by give_FETS(), and give_ord().
|
protected |
Definition at line 720 of file attribute.h.
Referenced by checkConsistency(), ElemAttribs(), give_approx(), give_cs(), give_dpn(), give_expltype(), give_HNmstr(), give_IPset(), give_lcs(), give_mat(), give_sst(), integrate_duplicated_one(), and set_Patt().
|
protected |
Definition at line 728 of file attribute.h.
Referenced by midaspace::GelemAttribs::checkConsistency(), ElemAttribs(), give_sst_loc(), initialize_from(), integrate_duplicated_one(), set_FETS(), and set_sst().