Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adapters/Dockerfile.dealii-adapter
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ USER precice
WORKDIR /home/precice
ARG branch=develop
RUN git clone --branch $branch https://github.com/precice/dealii-adapter.git
RUN cd dealii-adapter && \
RUN cd dealii-adapter/coupled_elasto_dynamics/ && \
cmake -DDEAL_II_DIR=$HOME/dealii -DDIM=3 -DCMAKE_BUILD_TYPE=Release . && \
make -j $(nproc)
make -j $(nproc)

RUN mkdir -p Data/Input Data/Output Data/Exchange
WORKDIR /home/precice/dealii-adapter