Hi, I am using Dealii to do FE analysis. I have a .txt file which stores a 
permeability distribution in the z-direction as follows

z                 value
0                 0.1
1                 0.3
2                 0.5
3                 0.2
4                 0.8
5                 0.4
6                 0.7
7                 0.5
8                 0.6
......

Does Dealii have a function to read it into the code and apply the 
distribution in the model? Maybe, there is an interpolation function that 
can help me get the value at quadrature points. if there is no such a 
function, can I get the real coordinate at the quadrature point? I can 
wirte my own interpolation function to get the coefficient at the 
quadrature point. Thank you very much.

Best,

Xiang  

-- 
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/bee5ce5e-2e21-40e3-b224-68d1eedca07f%40googlegroups.com.

Reply via email to