MoCSI API Reference
Loading...
Searching...
No Matches
GenericElement< T > Member List

This is the complete list of members for GenericElement< 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_conditionsGenericElement< T >protected
m_boundary_pointsGenericElement< T >protected
m_capacitance_matrix_elementsGenericElement< T >protected
m_element_nrGenericElement< T >protected
m_forcing_vector_elementsGenericElement< T >protected
m_is_boundaryGenericElement< T >protected
m_nodal_valuesGenericElement< T >protected
m_propertiesGenericElement< T >protected
m_simGenericElement< T >protected
m_stiffness_matrix_elementsGenericElement< T >protected
setBoundaryConditions(std::map< std::string_view, std::unique_ptr< GenericBoundaryCondition< T > > > &boundary_cond)GenericElement< T >
writeBoundaryCondition()=0GenericElement< T >pure virtual
writeMatrixVectorBlock()=0GenericElement< T >pure virtual
~GenericElement()=defaultGenericElement< T >virtual