Zcaic

Results 6 issues of Zcaic

Hello, Now I am working on a multidisciplinary optimization design, does su2 support aeroacoustic simulation? I found some boundary keywords "**MARKER_INTERNAL= ( FWH1 )**" in some .cfg files, but when...

Hello, I found it's good that when I use `save_as(... overwrite=True)` ,the `DisplayFileAlerts` will be auto set to be `False`. But when I export `stp` format with command `export_data (......

### Xmake Version 2.9.5 ### Operating System Version and Architecture Windows10 ### Describe Bug 我电脑由于不能联网,所以安装的是便携版的msvc,并设置好相应的`PATH`、`INLCUDE`、`LIB``环境变量,用cmake是能够正确识别和编译的,但是用xmake的时候,发现会提示找不到vs。 ### Expected Behavior 无 ### Project Configuration 无 ### Additional Information and Error Logs 无

bug

I found there is `blackbox` to define user function, but the gradient is get by finite difference. If I have gradient info, even Hessian information, can I offer these informations...

Hello, when I use `DynamicsPointMass2DSpeedGamma` to compute `brachistochrone`, I found the result is error. The brachistochrone question is ![Image](https://github.com/user-attachments/assets/964713ee-e271-4a64-a22c-dba2e192bc31) The initial conditions are: $$x_0$$=0, $$y_0$$=0, $$v_0$$=0 The final conditions are:...

Hello, I write a callback and want use `map` to accelerated computing, but it does not work. For example, ``` from casadi import * import time import numpy as np...