Re: [deal.II] How to get the coordinates of a given degree of freedom on an edge?

2019-02-22 Thread Phạm Ngọc Kiên
Yes. Thank you very much. I have just started coding with C++ in several month and this is really helpful for me. Best, Kien Vào Th 6, 22 thg 2, 2019 vào lúc 21:15 Jean-Paul Pelteret < jppelte...@gmail.com> đã viết: > Dear Kien, > > The problem that you’re facing (in the example that you gave

Re: [deal.II] Installation error

2019-02-22 Thread Wolfgang Bangerth
On 2/22/19 4:20 AM, 刘泽 wrote: > fatal: unable to access 'https://github.com/dealii/dealii.git/': Unable > to communicate securely with peer: requested domain name does not match > the server's certificate. I suspect you are calling candi from a node on the cluster that does not have access to

Re: [deal.II] Accuracy of Dirichlet condition for p in step-20

2019-02-22 Thread Wolfgang Bangerth
On 2/22/19 4:32 AM, jane@jandj-ltd.com wrote: > > Wolfgang, so that's exactly what I had done with MMS, and that was > verified, so i assumed the way i was imposing it was correct. When you say "correct", you mean that you have two uncoupled equations? > It then > fails to get the

Re: [deal.II] Loading solution in step 6

2019-02-22 Thread Bruno Turcksin
John, You say that you have a problem but you don't say what it is. There is no way we can help you if you don't tell us what's wrong. Best, Bruno On Friday, February 22, 2019 at 9:42:22 AM UTC-5, yswang wrote: > > Dear Paul, > > Thanks for your quick response. My “solution-…txt” file is

Re: [deal.II] Loading solution in step 6

2019-02-22 Thread yswang
Dear Paul, Thanks for your quick response. My “solution-…txt” file is created from other language (Julia), just an array. I want to use deal ii to get mesh, then solve the minimization problem in Julia language on the mesh, and then do mesh refinement according to the solution by using deal ii

[deal.II] Re: deal.II at SIAM CSE (Spokane, WA)

2019-02-22 Thread Bruno Turcksin
Matthias, Count me in! Best, Bruno On Thursday, February 21, 2019 at 6:29:30 PM UTC-5, Matthias Maier wrote: > > Dear all, > > I had a quick chat with Wolfgang today and we were wondering who else is > attending the SIAM CSE conference in Spokane next week? > > Also (in very German

Re: [deal.II] Loading solution in step 6

2019-02-22 Thread Jean-Paul Pelteret
Dear John, You don’t say how you write this "solution-…txt” file, so its difficult to say exactly what the best course of action is. Do you know about the block_write() and block_read()

Re: [deal.II] How to get the coordinates of a given degree of freedom on an edge?

2019-02-22 Thread Jean-Paul Pelteret
Dear Kien, The problem that you’re facing (in the example that you gave us) is not one to do with deal.II itself, but rather C++ and how you’ve structured your code. When I build your code in debug mode, I see this warning: $ make Scanning dependencies of target problem [ 50%] Building CXX

Re: [deal.II] Accuracy of Dirichlet condition for p in step-20

2019-02-22 Thread jane . lee
Hi Both, Thanks for your replies. Daniel, the weak forms are as in the steps, but with Neumann ocnditions on boundaries other than the top. With the chosen spaces, I believe the problem is well-posed. Wolfgang, so that's exactly what I had done with MMS, and that was verified, so i assumed

[deal.II] Installation error

2019-02-22 Thread 刘泽
Dear all, I was trying to install dealii version 9.0.1 on department cluster using candi, Before installing it, I install openmpi-3.0.0-intel git clone https://github.com/dealii/candi cd candi ./candi.sh -j 12

[deal.II] Loading solution in step 6

2019-02-22 Thread yswang2016
Dear all, I am a beginner of deal ii and C++. I want to modify some codes in step-6. I want to load the solution from outside but I meet some problem and have no idea how to fix it. The following is my modification, I just add a function: template <*int* dim> *void* Step6::read_solution