← Back to team overview

dolfin team mailing list archive

Re: Install Dolfin

 

Naboulsi, Samir K CTR USAF ASC/HP wrote:
> 
> I finally being able to build DOLFIN in a local directory after
> modifying the configure file and setup the appropriate path for the
> local BOOST, PYTHON and SWIG.
>

Great!

> I am trying to get familiar with DOLFIN and my first step is the the
> manual/demo problem. I also have interest in the following and could
> not find the files in the distribution. Are the files available for
> 
> 
> 1- the contact in an updated Lagrange elasticity model using
> DOLFIN/FFC. 2- the adaptive FEM for inverse acoustic scattering
> problem.
> 

DOLFIN doesn't do this out of the box. You would have to develop your
own model using FFC and the tools that DOLFIN provides.

> Finally, is it possible to use  DOLFIN/FFC to solve explicit FEM
> problems (e.g. impact problem..etc.), and is there a demo examples
> available?
> 

DOLFIN can solve explicit problem, although there is no simple demo for
explicit time stepping (we should add one). You just need to use FFC to
produce a header file to compute the mass matrix and RHS vector, and use
DOLFIN to assemble them. DOLFIN provides a function to lump the matrix
(FEM::lump(...)).

Garth


> Thanks Sam
> 


References