Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FastPR] Export entities CalculateLeftHandSide to Python #12526

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

rubenzorrilla
Copy link
Member

📝 Description
This exposes the CalculateLeftHandSide method to Python.

@rubenzorrilla rubenzorrilla added Python FastPR This Pr is simple and / or has been already tested and the revision should be fast Inconsistent labels Jul 11, 2024
@rubenzorrilla rubenzorrilla self-assigned this Jul 11, 2024
@rubenzorrilla rubenzorrilla requested a review from a team as a code owner July 11, 2024 06:47
@rubenzorrilla rubenzorrilla enabled auto-merge July 11, 2024 06:47
Comment on lines -102 to -109
void ConditionCalculateLocalSystemStandard( Condition& dummy,
Matrix& rLeftHandSideMatrix,
Vector& rRightHandSideVector,
const ProcessInfo& rCurrentProcessInfo)
{
dummy.CalculateLocalSystem(rLeftHandSideMatrix,rRightHandSideVector,rCurrentProcessInfo);
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow we still have functions which are not used at all ... :O

@rubenzorrilla rubenzorrilla merged commit 729f4e4 into master Jul 15, 2024
9 of 11 checks passed
@rubenzorrilla rubenzorrilla deleted the core/export-entities-calculate-lhs-to-python branch July 15, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FastPR This Pr is simple and / or has been already tested and the revision should be fast Inconsistent Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants