Syun'ichi Shiraiwa
Syun'ichi Shiraiwa
Comparing mesh.vtk and converted_mesh.vtk from your script. even the number of vertices differs. The converted one record 400 points, instead of 45, which is 4 x 100, where 100 is...
@jtristano, may I ask how you generate self.attributefile? Note that GridFunction does not implement its own Load method. It simply inherits mfem::Vector::Load. Thus, I suspect the right way is to...
Thank you for heads-up. 3.12 removed distutiles. We needs to look into it, meantime can you use 3.11 or earlier?
Without reading ProjectCoefficient, I would guess as follows. This is probably because H1 element has DoF on mesh node and the projection is done element-wise. Suppose you have two elements...
mfem.IntegrationRule is an array of integration point, and thus, mfem.IntegrationRule(4) will return 4 integration points as array. Perhaps, what you want to do is to use mfem.IntegrationRules to construct a...
@dreamer2368, thank you for reaching out. Some of the links you put above is not accessible for me. Perhaps, they are private? Anyhow, I suspect that the cause of this...
@tzanio @mlstowell I added this for my specific need for Sheath BC. But, I am wondering if you think this is more useful to put it on MFEM itself? Please...
Can you please post the entire log? Thank you.
Hi @ddkn,. This visualization looks strange to me, although I don't use paraview. Also, I am not sure about the sleep thing. Can you put a short program which demonstrates...
@bclyons12 I realize that this is very late response, but I would like to summarize what was going on, for the sake of record. Recent setuptools have a line ```...