This is the complete list of members for Element, including all inherited members.
| CommitState()=0 | Element | pure virtual |
| ComputeBodyForces(const std::shared_ptr< Load > &body, unsigned int k=0)=0 | Element | pure virtual |
| ComputeDampingMatrix()=0 | Element | pure virtual |
| ComputeDomainReductionForces(const std::shared_ptr< Load > &drm, unsigned int k)=0 | Element | pure virtual |
| ComputeEnergy()=0 | Element | pure virtual |
| ComputeInternalDynamicForces()=0 | Element | pure virtual |
| ComputeInternalForces()=0 | Element | pure virtual |
| ComputeMassMatrix()=0 | Element | pure virtual |
| ComputePMLMatrix()=0 | Element | pure virtual |
| ComputeStiffnessMatrix()=0 | Element | pure virtual |
| ComputeSurfaceForces(const std::shared_ptr< Load > &surface, unsigned int k)=0 | Element | pure virtual |
| Element(std::string name, const std::vector< unsigned int > nodes, unsigned int ndofs, unsigned int VTKcell, unsigned int SVLcell) | Element | |
| GetName() const | Element | |
| GetNodes() const | Element | |
| GetNumberOfDegreeOfFreedom() const | Element | |
| GetNumberOfNodes() const | Element | |
| GetStrain() const =0 | Element | pure virtual |
| GetStrainAt(double x3=0.0, double x2=0.0) const =0 | Element | pure virtual |
| GetStrainRate() const =0 | Element | pure virtual |
| GetStress() const =0 | Element | pure virtual |
| GetStressAt(double x3=0.0, double x2=0.0) const =0 | Element | pure virtual |
| GetTotalDegreeOfFreedom() const =0 | Element | pure virtual |
| GetVTKCellType() const | Element | |
| GetVTKGroupType() const | Element | |
| GetVTKResponse(std::string response) const =0 | Element | pure virtual |
| HasFixedNode(const std::vector< std::shared_ptr< Node > > &nodes) const | Element | |
| InitialState()=0 | Element | pure virtual |
| Name | Element | private |
| Nodes | Element | private |
| NumberOfDegreeOfFreedom | Element | private |
| NumberOfNodes | Element | private |
| ReverseState()=0 | Element | pure virtual |
| SetDamping(const std::shared_ptr< Damping > &damping)=0 | Element | pure virtual |
| SetDomain(std::map< unsigned int, std::shared_ptr< Node > > &nodes)=0 | Element | pure virtual |
| SVLCell | Element | private |
| UpdateState()=0 | Element | pure virtual |
| VTKCell | Element | private |
| ~Element()=0 | Element | pure virtual |