Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MakisH opened this issue Jul 2, 2020 · 0 comments
Open

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

MakisH opened this issue Jul 2, 2020 · 0 comments

Comments

@MakisH
Copy link
Member

MakisH commented Jul 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant