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

@MakisH

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions