Kevin Mattheus Moerman

Results 136 comments of Kevin Mattheus Moerman

@arfon any updates on this? Over at https://github.com/openjournals/joss-reviews/issues/3736 a reviewers asked about reviews/ORCID.

Thanks for doing this. We'll see how they reply. If you do not hear anything soon we might follow up with an inquiry directly from the JOSS editorial team (I'll...

@arfon can you help here. Can we support no or "empty" affiliations?

You can use the [`tesgroup`](https://www.gibboncode.org/html/HELP_tesgroup.html) function. To do this. If `F` describes your faces for the mesh you use the following to get a node-connected group labeling for each face....

FYI the `tesgroup` (tessellation grouping) function shamefully requires MATLAB `for`-loops and can therefore be quite slow for large meshes.

@jpv20 the above uses "the most faces" rather than areas. You can use something like this to do it based on areas: ```matlab groupArea=nan(1,max(G(:))); %Initialize areas A=patchArea(F,V); %Compute areas for...

Yes, good point! I have some FSI codes that could form the basis of this. I'll work on this the coming months and will let you once it is online....

Good news we are currently formulating such as demo! I will let you know when it is ready .

Hi @MartinSnapform thanks for posting this issue. Yes the FEBio user manual has been a bit sparse explaining these details. @SteveMaas1978 is working hard to update the manual too so...

@MartinSnapform I reopened this issue. To me it now sounds like we might be missing a "secret setting" which FEBioStudio adds to the .feb file. Are you using the latest...