![]() |
MoCSI API Reference
|
This is the complete list of members for OneDimLinearElement< T >, including all inherited members.
| GenericElement(bool is_boundary_point, std::map< std::string_view, std::vector< int > > all_boundary_points, std::vector< int > nodal_values, SimulationClassBase< T > *sim, int num_cell, ElementProperties< T > properties) | GenericElement< T > | |
| getBoundaryCondition() | GenericElement< T > | inline |
| getReferenceToElements(GenericMatrix< T > &capacitance_matrix, GenericMatrix< T > &stiffness_matrix, std::valarray< T > &forcing_vector) | GenericElement< T > | |
| isBoundary() | GenericElement< T > | inline |
| m_boundary_conditions | GenericElement< T > | protected |
| m_boundary_points | GenericElement< T > | protected |
| m_capacitance_matrix_elements | GenericElement< T > | protected |
| m_element_nr | GenericElement< T > | protected |
| m_forcing_vector_elements | GenericElement< T > | protected |
| m_is_boundary | GenericElement< T > | protected |
| m_nodal_values | GenericElement< T > | protected |
| m_properties | GenericElement< T > | protected |
| m_sim | GenericElement< T > | protected |
| m_stiffness_matrix_elements | GenericElement< T > | protected |
| OneDimLinearElement(bool is_boundary_point, std::map< std::string_view, std::vector< int > > all_boundary_points, std::vector< int > nodal_values, SimulationClassBase< T > *sim, int cell_nr, ElementProperties< T > props) | OneDimLinearElement< T > | |
| setBoundaryConditions(std::map< std::string_view, std::unique_ptr< GenericBoundaryCondition< T > > > &boundary_cond) | GenericElement< T > | |
| writeBoundaryCondition() override | OneDimLinearElement< T > | virtual |
| writeMatrixVectorBlock() override | OneDimLinearElement< T > | virtual |
| ~GenericElement()=default | GenericElement< T > | virtual |
| ~OneDimLinearElement() override=default | OneDimLinearElement< T > |