Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Add build step for non-linear deal.II example #243

Description

@MakisH

We currently only test for the linear example of deal.II:

RUN git clone --branch $branch https://github.com/precice/dealii-adapter.git
RUN cd dealii-adapter/linear_elasticity/ && \
cmake -DDEAL_II_DIR=$HOME/dealii -DDIM=3 -DCMAKE_BUILD_TYPE=Release . && \
make -j $(nproc)
WORKDIR /home/precice/dealii-adapter

It would be very helpful to at least build also the non-linear version. This way we could catch issues such as precice/dealii-adapter#30.

Adding a complete system test would also be nice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions