Ishaan Desai

Results 41 issues of Ishaan Desai

**Describe your setup** Operating system (e.g. Linux distribution and version): _Ubuntu 20.04_ preCICE Version: 2.4.0 commit: https://github.com/precice/precice/commit/67b0e6d9c9629b69d923cc540056bfd63a258a56 **Describe the problem** While using dynamic Aitken acceleration scheme in running a case...

bug

The XML configuration of the filter attribute [on-primary-rank](https://github.com/precice/precice/blob/115b97648f299401473cc6af993211acc61e0bb5/src/precice/config/ParticipantConfiguration.hpp#L105) is currently not tested in an integration test setting. This is presumable because the alternative tag [on-secondary-ranks](https://github.com/precice/precice/blob/115b97648f299401473cc6af993211acc61e0bb5/src/precice/config/ParticipantConfiguration.hpp#L103) is the default tag for...

maintainability

The change of the naming terminologies `master` and `slave` to `primary` and `secondary` was discussed in https://github.com/precice/precice/issues/1026 and incorporated in https://github.com/precice/precice/pull/1253 and https://github.com/precice/precice/pull/1274. In the naming change, the XML tag...

breaking change

The 2D lid-driven cavity is a classic CFD case, and it has been further worked into a relatively easy-to-do FSI case by having a flexible structural bottom surface. A lid-driven...

student
good first issue

A convergence study was conducted for the tutorial [HT/partitioned-heat/fenics-fenics](https://github.com/precice/tutorials/tree/master/HT/partitioned-heat/fenics-fenics) with `nearest-projection` and `nearest-neighbor` mappings for a simple interface (linear edge interface parallel to Y-axis) and a complex interface (Circular interface...

help wanted
question

- Tutorials state (last commit / release): https://github.com/precice/tutorials/tree/d2c70c09e6ae50c2a586edfe9008730902ebb980 - Versions of solvers and adapters used: Nutils `v7.0a0` - preCICE version: v2.2.1 The Nutils code in `perpendicular-flap/fluid-nutils` does not work and...

bug

Hello, I am struggling to compile `rttr` on a Ubuntu 22.04 machine. I am using the `master` branch and the commit: https://github.com/rttrorg/rttr/commit/7edbd580cfad509a3253c733e70144e36f02ecd4. The error I get is: ```bash ~/rttr/3rd_party/rapidjson-1.1.0/rapidjson/document.h:1953:24: error:...

This PR adds a new tutorial which simulates a composite laminate in a two-scale manner by also simulating the underlying micro structure. This case was developed at the [Composite Structures...

The word *precision* was incorrectly written.

Functionality to handle 3D cases was introduced in the adapter with https://github.com/precice/fenics-adapter/pull/133, https://github.com/precice/fenics-adapter/pull/146 and https://github.com/precice/fenics-adapter/pull/147 However there are still several restrictions on the use of this functionality. The restrictions are:...

bug
help wanted
student