[deal.II] Re: Docker question - bash: cmake: command not found

2018-08-07 Thread 程迪
Hi Shawn, I think `docker exec -u root -it bash` would help you get root privilege and install cmake. On Friday, July 13, 2018 at 2:21:28 PM UTC-4, Yuxiang Wang wrote: > > (re-post from https://github.com/dealii/docker-files/issues/17) > > Hi all, > > > Quick question - after I used this

[deal.II] How to use intellisense to parse dealii code using visual studio remotely?

2018-08-07 Thread 程迪
Hi, everyone. I am trying to use visual studio 2017 linux dev workloads to compile and debug tutorial step1 remotely on docker container. I want to use intellisense of vs to help me. But I cannot figure out how. Here is my steps: 1. I followed

Re: [deal.II] UMAT subroutine in dealii.

2018-08-07 Thread Wolfgang Bangerth
On 08/07/2018 03:31 AM, Mahesh Prasad wrote: Thank you for the suggestions. I have already looked through the "Applications" and found that "PRISMS-Plasticity" is working on similar lines (Crystal Plasticity FEM). The nature of the problem is : Multi-scale simulations using Crystal

[deal.II] projecting values of the solution on the boundary

2018-08-07 Thread Alberto Salvadori
Dear community, I am asking some advices on the following issue. I am solving a simple problem, say a Poisson problem in the unknown field u, and a more involved problem separately. This second problem requires the values of u in the Neumann boundary conditions. Accordingly, I guess one could

Re: [deal.II] UMAT subroutine in dealii.

2018-08-07 Thread Mahesh Prasad
Dear Jean-Paul, Thank you for the suggestions. I have already looked through the "Applications" and found that "PRISMS-Plasticity" is working on similar lines (Crystal Plasticity FEM). The nature of the problem is : Multi-scale simulations using Crystal Plasticity FEM. Over the years we have