Skip to content

[FastPR][Core] Adding test utilities for future schemes/strategies#13727

Merged
rubenzorrilla merged 2 commits intomasterfrom
core/add-future-strategies-test-utilities
Aug 14, 2025
Merged

[FastPR][Core] Adding test utilities for future schemes/strategies#13727
rubenzorrilla merged 2 commits intomasterfrom
core/add-future-strategies-test-utilities

Conversation

@rubenzorrilla
Copy link
Member

📝 Description
This PR adds some auxiliary utilities to the future namespace. These are to be used in the new schemes & strategies testing. In short, these create a 1D and 2D mesh from two 1D and 2D Laplacian elements (hardcoded in there to avoid messing with another files).

The next PR will be the tough one with the new builders and schemes.

// Project includes
#include "containers/model.h"
#include "includes/define.h"
#include "includes/element.h"
Copy link
Member

Choose a reason for hiding this comment

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

Element and define.h are included in model part, please remove them to reduce dependencies

Copy link
Member

@loumalouomega loumalouomega Aug 13, 2025

Choose a reason for hiding this comment

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

De hecho model incluye modelpart, o al reves, pero ya dejalo, que me hago un lio

Copy link
Member Author

Choose a reason for hiding this comment

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

El Model al ModelPart (es más, el ModelPart tiene un forward declaration del Model por esto).

@rubenzorrilla rubenzorrilla merged commit be0518b into master Aug 14, 2025
10 checks passed
@rubenzorrilla rubenzorrilla deleted the core/add-future-strategies-test-utilities branch August 14, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants