Search found 46 matches

by fgillet
04 Apr 2018, 16:12
Forum: Bug reports
Topic: Pb with conditional Dirichlet
Replies: 4
Views: 4558

Re: Pb with conditional Dirichlet

ok.
Thanks!

Fabien
by fgillet
04 Apr 2018, 13:00
Forum: Bug reports
Topic: Pb with conditional Dirichlet
Replies: 4
Views: 4558

Re: Pb with conditional Dirichlet

Hi Peter; Yes a call to DefaultInitialize() will also solve our problem. Currently we have this problem with the Navier-Stokes solver, I see that it is calling InitializeToZero(). Replacing the InitializeToZero() line by CALL DefaultInitialize() will sove our problem. I see that there is few other s...
by fgillet
03 Apr 2018, 19:10
Forum: Bug reports
Topic: Pb with conditional Dirichlet
Replies: 4
Views: 4558

Pb with conditional Dirichlet

Hello; It seems that Solver % Matrix % ConstrainedDOF is never reinitailised to FALSE so that when a node get a Dirichlet condition, it will always apply a Dirichlet condition. This could be a problem when using a "Condition" for the dirichlet condition and when the condition change from T...
by fgillet
02 Feb 2018, 14:00
Forum: Bug reports
Topic: Passive condition
Replies: 3
Views: 4544

Re: Passive condition

Hello Peter; Here is two tests for the passive condition keyword. I have been a bit confused as I get the expected behaviour for solvers with DOFs > 1 (e.g. Stokes); this is because the values for each component are set in a second round where it does not visit the section that reset the values to t...
by fgillet
25 Jan 2018, 14:12
Forum: Bug reports
Topic: Passive condition
Replies: 3
Views: 4544

Passive condition

Hello, Dirichlet conditions for passive elements (set with the keywords VarName Condition Passive = Logical in Body Forces) are not taken into account anymore due to changes in how Dirichlet conditions are set. Lines 4700 to 4728 of SolverUtils.F90 take care of the matrix entries for the passive ele...
by fgillet
26 Oct 2017, 09:24
Forum: Elmer/Ice
Topic: YAMS installation problem
Replies: 6
Views: 8433

Re: YAMS installation problem

ok; thanks for the report.
I will update the wiki page and try to sort out the errors for versions from 5.3.0

Hope you will find the examples in the Test directory usefull. If you need more details on the mesh adaptation; dont hesitate to ask.

best regards

fabien
by fgillet
25 Oct 2017, 17:16
Forum: Elmer/Ice
Topic: YAMS installation problem
Replies: 6
Views: 8433

Re: YAMS installation problem

It seems that there is some incompatibilities with the newest revisions of mmg. - In your mmg clone directory could you revert to an old revision: git checkout 6acfa9e7b20e41134d56af10eba1bb8fd1283f8f - compile and install mmg from this revison - and try again to install Elmer. Please let me know if...
by fgillet
25 Oct 2017, 10:23
Forum: Elmer/Ice
Topic: YAMS installation problem
Replies: 6
Views: 8433

Re: YAMS installation problem

Hello, Yams was used in a pre-processing stesp to adapt the mesh using an error estimator. I have recently implemented very similar codes directly in Elmer. Documentation can be found here: http://elmerice.elmerfem.org/wiki/doku.php?id=mesh:meshadaptation It requires to install an external library M...
by fgillet
11 Nov 2016, 10:15
Forum: Elmer/Ice
Topic: Transfer basal drag from one mesh to another mesh
Replies: 14
Views: 17972

Re: Transfer basal drag from one mesh to another mesh

Good,

compilation of the ScatteredDataInterpolator and Griddatareader can now be done automatically with cmake if you provide paths to the required library.
cf e.g. http://elmerice.elmerfem.org/wiki/doku. ... :scattered
Thanks to Laure Tavard.

cheers
fabien
by fgillet
10 Nov 2016, 18:44
Forum: Elmer/Ice
Topic: Transfer basal drag from one mesh to another mesh
Replies: 14
Views: 17972

Re: Transfer basal drag from one mesh to another mesh

for massively parrallel you can use the keyword: Bounding Box dx = Real XX Only data points that are within Max/Min mesh corrdinates (of the current partition) + the real Value XX will be transfered to the interpolation library ((Default) no bounding box); This could become problematic with very lar...