Hello all,
I've recently seen some issues opening the version 8.4.1 Mac OS binary
package. After downloading the .dmg file and copying the application to the
Applications folder, double-clicking it doesn't launch the terminal window
like it should. The "verifying..." dialog pops up and then the
you are right.
Sorry about that.
I may test and learn more by myself.
2017년 1월 23일 월요일 오후 1시 21분 56초 UTC-6, Bruno Turcksin 님의 말:
>
> Hi,
>
> On Monday, January 23, 2017 at 2:06:17 PM UTC-5, Jaekwang Kim wrote:
>>
>> I just wanted to make sure that whether I implemented it right,
>> but I stil
Hi,
On Monday, January 23, 2017 at 2:06:17 PM UTC-5, Jaekwang Kim wrote:
>
> I just wanted to make sure that whether I implemented it right,
> but I still cannot sure whether I am doing correctly. Let me be with
> more specific questions.
>
This is not the right way to do it. You cannot wri
Thanks for the reply,
I just wanted to make sure that whether I implemented it right,
but I still cannot sure whether I am doing correctly. Let me be with
more specific questions.
First, Yes I am considering 2-dimensional flow.
if I writes a code that looks as previous,
template
voi
> On Jan 15, 2017, at 9:24 PM, Wolfgang Bangerth wrote:
>
> After calling 'cmake' in the example program, compile everything using
> make VERBOSE=ON
> and it should tell you the command lines being used.
Thanks. That was useful. Apparently a file cmake_link_script is being executed.
After add
Jaekwang,
> [...]
>
My governing equation is same with that of step-22, stokes flow
> -nabla^2 u + grad p = f
> -grad u = 0
> but I want to impose 'f',
> To do this, I made function that gives me f value on each point.
> For example, if I want function of f thats looks like f=(x^2,y^2);
>