octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSOC 2013 - FEM LIBRARY


From: Max Brister
Subject: Re: GSOC 2013 - FEM LIBRARY
Date: Thu, 30 May 2013 08:56:07 -0500




On Wed, May 29, 2013 at 6:01 PM, Marco Vassallo <address@hidden> wrote:
Hi everyone,
my name is Marco and I'm working on the implementation of a Finite Elelment Library.
The idea is to create wrappers in Octave for Dolfin, which is the problem-solving
 C++ environment of Fenics.
Something similar has been done for Python, but we want to go directly from Octave
 to Dolfin instead of using the Octave interpreter for Python.
So, first of all, I need to check the compatibility between Octave and Dolfin.
I noted that, unfortunately, including in the same .h file both the Octave and
Dolfin header file generates some error at compilation time because both
 Octave and Dolfin define a class "Array". Does anyone encountered
 a similar problem somewhere?
Thus, as a first step, we want to write an Octave function for reading
Dolfin mesh (.xml) and converting it into the Octave format. This function
could be added to the msh package.
I will try to keep you updated/discuss also on this blog

http://gedeone-gsoc.blogspot.it/

Marco V.

The proper solution to multiple definitions of "Array" is to use namespaces in either Dolfin or Octave (preferably both).

--
Max Brister

reply via email to

[Prev in Thread] Current Thread [Next in Thread]