Search found 4 matches

by hisham.noaman
03 Dec 2020, 15:33
Forum: Software development
Topic: User defined solver Dirichlet boundary conditions
Replies: 0
Views: 5940

User defined solver Dirichlet boundary conditions

Hey Guys i am trying to make a user defined solver, and i am only in the step of defining the Dirichlet boundary condition through a user defined function but it seems that the solver calls the user defined function normally but the calculated data are not saved. In the attached files,sorry it is a ...
by hisham.noaman
19 Oct 2020, 17:42
Forum: Software development
Topic: Setting values to specific nodes
Replies: 2
Views: 4436

Re: Setting values to specific nodes

Hi Peter

Actually i want to set the boundary values acquired from another solver provided the values of the nodes in an array but not to all boundaries but only to a certain edge, certain boundary condition defined in sif file to be specific.

Hisham
by hisham.noaman
19 Oct 2020, 16:24
Forum: Software development
Topic: Setting values to specific nodes
Replies: 2
Views: 4436

Setting values to specific nodes

Hi all I am writing a user defined solver and i am trying to set values to specific nodes on the boundary conditions, does a function similar to GetLocalScalarSolution where i can set values to a certain values inside the element, for example, i am looping over the boundary elements and for each bou...
by hisham.noaman
25 Sep 2020, 12:32
Forum: Software development
Topic: Compiling User defined solver
Replies: 1
Views: 3852

Compiling User defined solver

Hi All i am using Elmer and i want to defined a user defined solver, so i just wrote the code in fortran and compile it with the compiler wrapper provided by Elmer, using elmerf90 mysolver.f90 -o mysolver, but the problem is that i want to link another library to the user defined solver. In other pr...