Dear Wolfgang,

Thanks for your answer. To be clearer, Yidong and I have been working on 
the material point method (MPM) which is an offspring of the particle in 
cell method. We have implemented in using deal.ii as described in our arxiv 
preprint https://arxiv.org/abs/1905.00671. We are now working on 
parallelizing our implementation of MPM.

As the MPM is developed for solid, a particle in MPM may contain a number 
of tensors (e.g. stains, stresses, and internal variables) as well as 
velocities, especially when the constitutive model is complex (typical for 
geomaterials that we deal with). While it is technically possible to write 
a function that converts a series of tensors into an array of double, it'd 
be absolutely better if a particle can carry more general types of 
properties. (If so, I think it can also be used for general nonlinear FE 
for solid mechanics.) We'd appreciate it if you could think this as a 
possible feature in the future!

Best,
Jinhyun


On Saturday, September 14, 2019 at 4:29:30 AM UTC+8, Wolfgang Bangerth 
wrote:
>
> On 9/13/19 1:53 AM, Yidong ZHAO wrote: 
> > 
> > I want to store some material properties in particle properties. If it's 
> > complicated, I think a better way is to write an interpretation 
> function. 
>
> Yes, do the interpretation function. 
>
> I've put my thoughts into some of the documentation. See here: 
>    https://github.com/dealii/dealii/pull/8752/files 
>
> Best 
>   W. 
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth          email:                 bang...@colostate.edu 
> <javascript:> 
>                             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/25810148-ffe9-4f9c-81a4-12004e3f9b50%40googlegroups.com.

Reply via email to