Skip to content

Commit

Permalink
preCICE23: Add registration information (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Dec 2, 2022
1 parent a018a2c commit 78f73c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion pages/community/precice-workshop-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ toc: false
redirect_from: /preCICE2023/
---

{% note %}
Registration is now open - register early till January 9.
{% endnote %}

<img class="img-responsive center-block" src="images/events/precice2023.svg" alt="preCICE Workshop banner" style="max-width: 500px; margin:auto;">

The 4th preCICE Workshop will be held in-presence at the campus Garching of the [Technical University of Munich](https://www.tum.de/), on February 13-16, 2023. The workshop is a coming together of the preCICE community to share ideas, experiences and knowledge about using preCICE, and to learn from others in the process.
Expand Down Expand Up @@ -110,4 +114,17 @@ We will soon reserve hotel rooms in Garching for you to book with some discount

## Registration

We will open the registration soon. We will be offering discounts for early registrations and for participants from academia.
Fill the [registration form](https://ipvs.informatik.uni-stuttgart.de/cloud/apps/forms/P3mcXayss5c3WrNA) till the (early) registration deadline and follow the payment instructions in the form.

Ticket pices:

- For members of universities and public research institutes: 300€ (early), 450€ (late)
- For all other participants: 600€ (early), 900€ (late)

The ticket includes access to the hands-on preCICE course, all talks, the consulting/user-support sessions (during the workshop and the post-workshop session on March 31st), invited dinner on February 14, as well as lunch and coffee breaks on all days.

See the [important dates](#important-dates) for the early and late registration deadlines.

## Contact

In case of any questions, contact the organizers at `precice2023` at `mailsccs.in.tum.de`.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please add breaking changes here when merged to the `develop` branch.
## preCICE API

- Migrate connectivity information to the vertex-only API. All `setMeshX` methods take vertex IDs as input and return nothing.
- Directly define face elements or cells of your coupling mesh available in your solver by passing their vectices to preCICE, which automatically handles edges of triangles etc. See [Mesh Connectivity](couple-your-code-defining-mesh-connectivity) for more information.
- Directly define face elements or cells of your coupling mesh available in your solver by passing their vectices to preCICE, which automatically handles edges of triangles etc. See [Mesh Connectivity](couple-your-code-defining-mesh-connectivity) for more information.
- Rename `setMeshTriangleWithEdges` to `setMeshTriangle` and `setMeshQuadWithEdges` to `setMeshQuad`. The edge-based implementation was removed.
- Use the new bulk functions to reduce sanitization overhead: `setMeshEdges`, `setMeshTriangles`, `setMeshQuads`, `setMeshTetrahedra`
- Remove `mapWriteDataFrom()` and `mapReadDataTo()`.
Expand Down

0 comments on commit 78f73c1

Please sign in to comment.