X Tutup
The Wayback Machine - https://web.archive.org/web/20201013234600/https://github.com/precice/precice/issues/752
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

Implement ScaleByArea for 3D Meshes #752

Open
fsimonis opened this issue May 7, 2020 · 0 comments
Open

Implement ScaleByArea for 3D Meshes #752

fsimonis opened this issue May 7, 2020 · 0 comments

Comments

@fsimonis
Copy link
Member

@fsimonis fsimonis commented May 7, 2020

Please describe the problem you are trying to solve.
The ScaleByArea action is implemented only for the 2D case. It would be nice to have a working and tested implementation to handle the 3D case as well.

Describe the solution you propose.
Implement handling of the 3D case in following function:

void ScaleByAreaAction::performAction(
double time,
double dt,
double computedPartFullDt,
double fullDt)

Describe alternatives you've considered
do nothing

Additional context
The PR #727 already ran into issues when enforcing 2D-only on a configuration-basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup