Re: [deal.II] How can I get the global coordinate of Integrated Point

2019-07-17 Thread Jean-Paul Pelteret
Dear Jacob, You should have a look at step-8 , for example. In assemble_system() some local material properties are computed by evaluating some functions at all cell quadrature points: FEValues fe_values(fe, quadrature_formula, update

Re: [deal.II] How to set material id with MPI

2019-07-17 Thread Daniel Arndt
Kien, It is impossible for us to tell what is going wrong with this little information. Please provide us with some more details. What does the part of the code that is responsible for setting the material id look like? Are you trying to set the material id on all cells or only on the locally owne

[deal.II] How to set material id with MPI

2019-07-17 Thread Phạm Ngọc Kiên
Hi colleagues, I am trying to write codes to find a subset of cells that I want to set their material id. The codes run well with 1 processor. However, when testing with more than 1 processor, the codes did wrong things. This is because each processor only owns a subset of cells with distributed

[deal.II] How can I get the global coordinate of Integrated Point

2019-07-17 Thread Aquaman
Dear all What I'm looking for is the global coordinate of the this Integrated Point which the stress, strain, residual, and tangent are calculated based on. I guess a command like in Abaqus UMAT: *COORD(3)* But How I can get the X,Y,Z components in DEALII? Thanks in advance, Jacob -- The de

[deal.II] deal.II Newsletter #87

2019-07-17 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #87. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #8388: fix compilation error in tensor.h (proposed by tcclevenger) http

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Bruno Turcksin
Ramprasad, Le mer. 17 juil. 2019 à 11:24, Ramprasad R a écrit : > Yes I did recompile it. The details of the config files are in the attachment. There is something strange in you installation: detailed.log says that you are using PETSc but config.h says that you are not. It looks like you compile

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Ramprasad R
Hello, Yes I did recompile it. The details of the config files are in the attachment. Regards, Ramprasad Raghunath On Wed, Jul 17, 2019 at 2:14 PM Daniel Arndt wrote: > Ramprasad, > > Did you also recompile, i.e. run 'make', afterwards? Can you also show us > the file 'detailed.log' in your buil

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Daniel Arndt
Ramprasad, Did you also recompile, i.e. run 'make', afterwards? Can you also show us the file 'detailed.log' in your build directory and the the file 'base/config.h' in your installation directory? Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Ramprasad R
Hello Bruno, Yes I have used the option -DDEAL_II_WITH_PETSC=ON. and I have also used the command to specify the location of petsc. "-DPETSC_DIR=/home/ramprasad/petsc-3.10.5". The error still pertains. Thank you. Regards, Ramprasad On Tue, Jul 16, 2019 at 9:13 PM Bruno Turcksin wrote: > Rampra