Muscat.FE.Integration module¶
- IntegrateGeneral(mesh, wform, constants, fields, unknownFields=None, testFields=None, integrationRuleName=None, onlyEvaluation=False, elementFilter=None, userIntegrator=None, integrationRule=None, nbThreads=None)[source]¶
Integration of a weak formulation
For more information about the argument please refer to IntegrationClass
- Returns:
K (coo_matrix) – the assembled matrix
rhs (ndarray) – Array with the values of the right hand side term
- IntegrateGeneralMonoThread(mesh, wform, constants, fields, unknownFields=None, testFields=None, integrationRuleName=None, onlyEvaluation=False, elementFilter=None, userIntegrator=None, integrationRule=None)[source]¶
Integration of a weak formulation using only one thread
For more information about the argument please refer to IntegrationClass
- Returns:
K (coo_matrix) – the assembled matrix
rhs (ndarray) – Array with the values of the right hand side term