Search found 196 matches

by Franz Pichler
08 Aug 2016, 11:19
Forum: ElmerSolver
Topic: Change solver in Nonlinear iteration
Replies: 2
Views: 2860

Change solver in Nonlinear iteration

Hello dear elmer community, i currently struggling with a solver where i can easily get a solution with MUMPs in parallel, but most of the iterative solver have a problem because of the partitionoing. (No hypre available) My problem with the mumps solution is that i worry about its exactness. Now i ...
by Franz Pichler
02 Aug 2016, 10:42
Forum: General
Topic: pvd file time digits
Replies: 3
Views: 3543

Re: pvd file time digits

Hi there dear Elmer community, reopening this old post, i think that the digits are still not fixed in the source there is teh function WritePvdFile and it contains the part IF( nTime == 1 .OR. Reclen == 0 ) THEN ! Find the maximum record length (modulo four) WRITE( Str,'(A)') '<VTKFile type="C...
by Franz Pichler
23 May 2016, 11:04
Forum: ElmerSolver
Topic: Linking Elmer solver with OpenCalphad
Replies: 18
Views: 12290

Re: Linking Elmer solver with OpenCalphad

Very interesting,

could you provide a small sample function file that uses the library?

best regards
Franz
by Franz Pichler
25 Apr 2016, 11:23
Forum: Bug reports
Topic: PointInELement
Replies: 2
Views: 4043

Re: PointInELement

Then i apologize for being a smartass,
best regards
Franz
by Franz Pichler
14 Apr 2016, 19:21
Forum: Bug reports
Topic: PointInELement
Replies: 2
Views: 4043

PointInELement

HI dear elmer community, i think i found a bug in the pointinelement routine in the interpolation.F90 THere the distance to quadriterals (case 4) is calculated by CASE(4) sumdist = MAX( ug - 1.0, MAX( -ug -1.0, 0.0 ) ) sumdist = sumdist + MAX( vg - 1.0, MAX( -vg - 1.0, 0.0 ) ) i think this should be...
by Franz Pichler
12 Apr 2016, 09:50
Forum: Updates
Topic: Elmer version 8.2. is published
Replies: 9
Views: 14303

Re: Elmer version 8.2. is published

NIce,
thank you peter!
i will have a look at them. But first i need a coffee.
Its my how-to-whatever when it comes to computerwork: coffee.

best regrads
Franz
by Franz Pichler
11 Apr 2016, 14:19
Forum: Updates
Topic: Elmer version 8.2. is published
Replies: 9
Views: 14303

Re: Elmer version 8.2. is published

Hello,
me again on the topic of 2d and 3d mixed meshes. Is there an minimal example somewhere on how to realize such a mesh?

or cna anybody summarize a how to here?

best regards
Franz
by Franz Pichler
05 Apr 2016, 17:35
Forum: Updates
Topic: Elmer version 8.2. is published
Replies: 9
Views: 14303

Re: Elmer version 8.2. is published

HI there, so how would i realize a mesh with mixed elements? I just tried a naive approach where i meshed a rectangle and a box in salome and i exportedi t to unv. then with elmergrid i converted to elmer format. but here i only have 504 elements (tets) left in the mesh.bodies file. best regards Franz
by Franz Pichler
04 Apr 2016, 10:39
Forum: Updates
Topic: Elmer version 8.2. is published
Replies: 9
Views: 14303

Re: Elmer version 8.2. is published

Hello dear developers, quite excited to read the release notes of version 8.2. Specially the point: o Allow combination of 2D and 3D heat solver by adding a keyword for the 2D part thickness got my attention. Does this mean one can have a mesh now where we combine volume element bodies (e.g. tets) w...
by Franz Pichler
05 Feb 2016, 11:05
Forum: HPC
Topic: Multithreading
Replies: 1
Views: 7177

Re: Multithreading

Any thoughts?