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

Select source points automatically #12

Open
carlos-adir opened this issue Dec 12, 2023 · 0 comments
Open

Select source points automatically #12

carlos-adir opened this issue Dec 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@carlos-adir
Copy link
Contributor

The warping function $\omega(x, \ y)$ is needed to compute torsion. Although we can let the user define the place of the source points, a method to decide the best points is desirable.

Description

The approximative solution $\overline{\omega}$ should be as near as possible of the exact (and unknown) solution $\omega$.

At first sight, there are three ways to mesure how good a solution $\overline{\omega}$ is

  1. Torsion constant $J$

$$J = I_{xx} + I_{yy} - \int_{t_{min}}^{t_{max}} \omega \cdot \langle \mathbf{p}, \ \mathbf{p}'\rangle \ dt$$

  1. Residual square on the domain

$$I_{\omega \omega} = \int_{\Omega} \omega^2 \ dx \ dy$$

  1. Residual square on the boundary

$$I = \int_{t_{min}}^{t_{max}} \omega^2 \ \langle \mathbf{p}, \ \mathbf{p}'\rangle dt$$

@carlos-adir carlos-adir added the enhancement New feature or request label Dec 12, 2023
@carlos-adir carlos-adir added this to the v0.4.0 - Torsion milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant