I'm now just using your dockerfile (thanks for the tips on it), and I am
trying to install deal.ii at the end.
Adding this to the end of it:
RUN apt update && apt install -y libblas-dev liblapack-dev
WORKDIR /opt
ENV DEALII_VERSION 9.5.1
RUN wget --no-verbose https://www.dealii.org/downloads/de
Hey no worries, I have also been caught posting questions that were in the
FAQ.
- Lucas
On Fri, Jul 28, 2023, 4:59 PM Sean Johnson wrote:
> I'm so sorry that it was in the FAQ.
>
> Thanks for the fast response. I will try this immediately. Thanks again
>
> On Friday, July 28, 2023 at 3:56:47 PM
I'm so sorry that it was in the FAQ.
Thanks for the fast response. I will try this immediately. Thanks again
On Friday, July 28, 2023 at 3:56:47 PM UTC-6 lucasm...@gmail.com wrote:
> Hi Sean,
>
> Is this what you're looking for?
>
>
> https://github.com/dealii/dealii/wiki/Frequently-Asked-Questi
Hi Sean,
Is this what you're looking for?
https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-to-get-the-mapped-position-of-support-points-of-my-element
- Lucas
On Fri, Jul 28, 2023, 4:51 PM Sean Johnson wrote:
> Is there a way to findout the "coordinates" of a degree of free
Is there a way to findout the "coordinates" of a degree of freedom? I want
to strongly enforce all degrees of freedom on a boundary be 0 in a DG
dof_handler. I know this is not normal for DG. It is done to avoid an edge
that otherwise contains a singularity. However, the degrees of freedom are