Dear All,
I recently updated deal ii, but I am unable to run the programs. The main
problem appears as a set of warnings when starting to "make":
ld: warning: directory not found for option
'-L/Applications/deal.II.app/Contents/Resources/spack/opt/spack/darwin-catalina-x86_64/clang-11.0.3-app
Yes I can confirm, I am using QProjector with a dummy face Quadrature right
now it works as intended.
Doug
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you a
I just want to clarify that Dougs suggestion also works,
if we use the QProjector class to lift the points
on the face from R^(dim-1) to R^dim before we transform them:
// Create a dummy quadrature from support points on face.
const Quadrature dummy_face_quadrature(
fe.get_unit_face_support_points
Doug, thanks for sharing me your ideas and the discussion. -Lex
On Monday, June 22, 2020 at 2:13:25 PM UTC-7, Doug Shi-Dong wrote:
>
> Agreed. Sorry for the confusion. Looked back at my code and it's probably
> the most straightforward way.
>
> For some other unrelated reason I didn't want to us
Thousands of thanks, Simon, again you helped me a lot. -Lex
On Monday, June 22, 2020 at 2:05:57 PM UTC-7, Simon Sticko wrote:
>
> Hi,
>
> Lex, given your previous question:
>
> https://groups.google.com/forum/#!topic/dealii/xghVE7Km78o
>
> If you are already using an FEFaceValues object with a dum
Agreed. Sorry for the confusion. Looked back at my code and it's probably
the most straightforward way.
For some other unrelated reason I didn't want to use FEValues and directly
deal with the Mapping class.
Doug
On Monday, June 22, 2020 at 5:05:57 PM UTC-4, Simon Sticko wrote:
>
> Hi,
>
> Lex
Hi,
Lex, given your previous question:
https://groups.google.com/forum/#!topic/dealii/xghVE7Km78o
If you are already using an FEFaceValues object with a dummy-quadrature
(created from FiniteElement::get_unit_face_support_points())
then you can use one of the following functions on FEFaceValues
Hello Doug,
Thanks for your help.
However, I need to say, I just had done exactly what you described before I
posted this question.
"FiniteElement::get_unit_face_support_points()” returns Points;
“transform_unit_to_real_cell()” requires Point as input.
The dimensions of points in cells is di
On Mon, Jun 22, 2020 at 2:33 PM Zelu Xu wrote:
> Hello Prof. Bangerth
> Thank you very much for your response!
>
>
>> Jane,
>> let me take this to the deal.II mailing list, since that is the place
>> where
>> these kinds of questions should be asked:
>>
>> > I recently finished an SUPG based inco
Dear Martin,
Thank you very much! I have been working on making the test case not depend
on our in house flowsolver's functions.
I think that implementing Eq. 36 the "conservative curl" form would be
sufficient.
Yes this procedure sounds perfect to me, and I agree with the dimension of
the ob
Hi Bruno,
Thanks a lot for pointing me to the right direction! That is very helpful!
Best,
Jimmy
On Monday, June 22, 2020 at 7:37:28 AM UTC-5, Bruno Turcksin wrote:
>
> Jimmy,
>
> Is this
> https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-to-get-the-mapped-position-of-suppo
Jimmy,
Is this
https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-to-get-the-mapped-position-of-support-points-of-my-element
what you are looking for?
Best,
Bruno
On Monday, June 22, 2020 at 1:32:43 AM UTC-4, Jimmy Ho wrote:
>
> Dear All,
>
> I am trying to write a code to
12 matches
Mail list logo