Search found 4 matches

by amonnier
12 May 2015, 18:52
Forum: Software development
Topic: NumberOfBoundaryElements
Replies: 0
Views: 3865

NumberOfBoundaryElements

Hello, I try to create boundaries elements within a regular mesh, positioned by a "Level-Set Method". With the aid of a first solver, I change the number of "mesh % NumberOfBoundaryElements" after manually creating new elements. in the following solver, the number remains unchang...
by amonnier
26 Mar 2015, 11:52
Forum: Software development
Topic: inDOFs utilisation
Replies: 1
Views: 3612

inDOFs utilisation

Hello, I need to create new boundaries elements inside my mesh for use the fluidic force subroutine after a level set description of the boundary position. I was inspired by the LoadMesh fonction on the MeshUtils module but I stopped by the call of EdgDOFs and FaceDOFs which used a inDOFs(10,6) arra...
by amonnier
24 Feb 2015, 12:38
Forum: Software development
Topic: EdgeIndexes
Replies: 2
Views: 4253

Re: EdgeIndexes

Hello Peter,

Thanks for your help, I will test that.
Regards,
by amonnier
23 Feb 2015, 12:07
Forum: Software development
Topic: EdgeIndexes
Replies: 2
Views: 4253

EdgeIndexes

Hello, For my project, I need to identify the element which are in a level set fonction and recreate the boundary with the exterior element edge. I didn't fine such subroutine an LevelSet module. So I make my own subroutine, but I have some difficulties this the EdgeIndexes. DO i=1,nbrEltSolid EltSo...