[deal.II] Re: dealii on Apple M1

2021-09-13 Thread Alexey Ozeritskiy
Hi,
Yes, i got success. I used gcc,cmake, and other app/libs from homebrew. 
Everything works fine. I had some problems with homebrew at december, but 
now it works fine.

понедельник, 13 сентября 2021 г. в 15:10:36 UTC+3, deepak@gmail.com: 

> Hi Alex, 
>
> I have the same struggle. Did you get any success yet? 
>
>
> On Wednesday, 9 December 2020 at 18:19:05 UTC+8 Alexey Ozeritskiy wrote:
>
>> Hi All,
>>
>> Has anyone tried to compile dealii for Apple M1 ? Can you share your 
>> experience? I've tried to do this for version 9.2 without success.
>>
>

-- 
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 are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/3862f8d4-f2e2-4ed9-8673-c06a457a6d11n%40googlegroups.com.


[deal.II] dealii on Apple M1

2020-12-09 Thread Alexey Ozeritskiy
Hi All,

Has anyone tried to compile dealii for Apple M1 ? Can you share your 
experience? I've tried to do this for version 9.2 without success.

-- 
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 are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/21fe9dee-2c83-45e4-9626-1da3bd19a7fan%40googlegroups.com.


Re: [deal.II] Please explain the projection method (tutorial step-35)

2020-06-01 Thread Alexey Ozeritskiy


понедельник, 1 июня 2020 г., 6:14:49 UTC+3 пользователь Wolfgang Bangerth 
написал:
>
> On 5/29/20 9:42 AM, Alexey Ozeritskiy wrote: 
> > 
> > In step-35 we find u^{k+1} (diffusion step) 
> > Then we find \phi^{k+1} (projection step) and correct p^{k+1} pressure. 
> > But why we don't correct u^{k+1} velocity? I think u^{k+1} must be 
> solenoidal 
> > but it is not. 
>
> Alexey, 
> I'm not enough of an expert on projection methods, but you might want to 
> try 
> the review paper by Guermond from a few years ago to get some of the 
> background of these methods. I don't know whether u^{k+1} must be 
> solenoidal, 
> but it is quite possible that it doesn't have to be -- only that the 
> divergence is small (some power of h). 
>

Thanks, the answer is in the papers (Guermond, 1995, eq 5.11, Guermond, 
1998, eq 3.5). Actually we find and use non-solenoidal (intermediate) u^k 
on the diffusion step. 
"The _projected_ velocity can be completely _eliminated_ from the algorithm 
and the _intermediate_ velocity is the only one of interest." (Guermond, 
1998)
As I understand, we don't need the projected (solenoidal) velocity for the 
calculation.

 

>
> Best 
>   W. 
>
>
> -- 
>  
> Wolfgang Bangerth  email: bang...@colostate.edu 
>  
> www: http://www.math.colostate.edu/~bangerth/ 
>
>

-- 
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 are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/50e15873-fdd9-45aa-b5a9-e7c1d6377e44%40googlegroups.com.


[deal.II] Please explain the projection method (tutorial step-35)

2020-05-29 Thread Alexey Ozeritskiy
Hello,

In step-35 we find u^{k+1} (diffusion step)
Then we find \phi^{k+1} (projection step) and correct p^{k+1} pressure. 
But why we don't correct u^{k+1} velocity? I think u^{k+1} must be 
solenoidal but it is not.

-- 
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 are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/88d0faab-9653-4d91-9ace-cc8a13b5e79b%40googlegroups.com.