Hi everyone,

I am new to deal.ii but after reading through the documentation and the 
tutorials I'm very excited about all the functionality that the software 
offers! I'm aiming to link a finite element solver with a machine learning 
code that I have in python. To that end:

   - what is the best practice for exporting deal.ii solution data in a way 
   that Python / numpy can interact with it? 
   - Is there a good way for external software to 'hook' into the deal.ii 
   pipeline? Something like:
      - initialize a triangulation / grid
      - run the solver
      - make a call like: new_data = external_software(deal_ii_output, grid)
      - reinitialize the grid based on new_data
      - loop 
   
Apologies if this is explained elsewhere!

Corbin


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/4ffb7687-8af5-4c90-ba09-246d0c20dac1n%40googlegroups.com.

Reply via email to