Search found 49 matches

by pamakela
28 Feb 2013, 22:23
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Re: Compiling on OS X 10.7.4

The script I used is a very simple one, as follows: export ELMER_HOME="/opt/local/" export MPI_HOME="/opt/openmpi/" modules="matc umfpack mathlibs elmergrid meshgen2d eio hutiter fem" for m in $modules; do cd $m make clean ./configure --enable-mpirun-prefix-by-default -...
by pamakela
25 Feb 2013, 16:06
Forum: General
Topic: Topology Optimization
Replies: 0
Views: 2061

Topology Optimization

Hi,

are there any plans to include Topology Optimization features in the future?
by pamakela
25 Feb 2013, 16:04
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Re: Compiling on OS X 10.7.4

How did you solve the problem ? Mine is OS X 10.8.2 and I got the same error: checking for huti_d_gmres_ in -lhuti... no configure: error: Libhuti wasn't found make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. I made a single script that r...
by pamakela
15 Dec 2012, 19:22
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Re: Compiling on OS X 10.7.4

Okay, re-compiling OpenMPI was the actual problem and that is now solved! However I stumbled into this: http://www.elmerfem.org/forum/viewtopic.php?f=2&t=1955&p=6230&hilit=soname#p6230. Made the lil' edit into Makefile.in and now get the following: Undefined symbols for architecture i386...
by pamakela
15 Dec 2012, 14:41
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Re: Compiling on OS X 10.7.4

Hi,

has anyone succesfully compiled Elmer on Os X? If yes, I'd like to see the script that worked :)
by pamakela
18 Jun 2012, 13:47
Forum: Installation & compilation
Topic: Problems compiling ElmerGUI on Mac OSX 10.7.4
Replies: 2
Views: 4173

Re: Problems compiling ElmerGUI on Mac OSX 10.7.4

Hi,

does either of you use some script to compile? I am interested in seeing it, if any. I am having problems compiling Elmer on OS X, but have been succesful on Ubuntu though..
by pamakela
03 Jun 2012, 21:55
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Re: Compiling on OS X 10.7.4

Okay, managed to get up to the 'fem' module. Apparently ./configure can take --with-huti=/usr/local/lib/libhuti.a, but.. : checking for huti_d_gmres_ in /usr/local/lib/libhuti.a... no checking for huti_d_gmres_ in -lhuti... no configure: error: Libhuti wasn't found Hutiter was naturally compiled but...
by pamakela
03 Jun 2012, 10:01
Forum: Installation & compilation
Topic: Compiling on OS X 10.7.4
Replies: 7
Views: 7309

Compiling on OS X 10.7.4

Hi, need some assistance in compiling Elmer on topic's platform. Must have MPI, Hypre and MUMPS. I know how to do this in Linux but I am not yet that acquainted with Jobs's creation ;) I was using http://www.elmerfem.org/forum/viewtopic.php?f=2&t=823&p=5012&hilit=mumps#p5012 to compile p...
by pamakela
30 Nov 2011, 16:17
Forum: General
Topic: Sound / Vibration in structure
Replies: 1
Views: 3473

Sound / Vibration in structure

Hi, I'd like to evaluate different shapes and forms how they respond to external sources of sound and vibration. The point is to come up with a solution (structure) that has low sound reflectance as well as low sound transmittance. So sound insulation is the keyword here. Can Elmer be used to evalua...
by pamakela
22 Jun 2011, 16:01
Forum: General
Topic: Sailing boat hull design
Replies: 2
Views: 3459

Re: Sailing boat hull design

What if the system is broken into two separate simulations; one for the water medium and one for the air medium? Maybe if the surface of the water could be considered flat for simplicity. I'm seeing a possibility to combine the results in e.g. Paraview to get a glimpse of the total system. The water...