Re: [deal.II] interface between dealii and matlab for data transfer (using mex files?)

2022-08-18 Thread Simon Wiesheier
Hi Andreas, Hi Simon, your approaches work for me. Thank you for pointing out! Best regards Simon Am Di., 16. Aug. 2022 um 11:10 Uhr schrieb 'Andreas Hegendörfer' via deal.II User Group : > Hi Simon, > maybe you can solve your problem with Matlab's C++ interface ( >

Re: [deal.II] interface between dealii and matlab for data transfer (using mex files?)

2022-08-16 Thread 'Andreas Hegendörfer' via deal . II User Group
Hi Simon, maybe you can solve your problem with Matlab's C++ interface ( https://de.mathworks.com/help/matlab/matlab_external/call-matlab-functions-from-c-1.html ). The interface allows you to access Matlab's command line via C++ code, and, thus, you can use the full capabilities of Matlab within

[deal.II] interface between dealii and matlab for data transfer (using mex files?)

2022-08-14 Thread Simon
Dear all, my question is specific and regards the data transfer between Matlab and a dealii program. In a nutshell, I have to call my dealii program from Matlab with a Matlab vector as argument (my dealii program needs the values in the vector). I figured out that Mex files are one way to