<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Aptos;
        panose-1:2 11 0 4 2 2 2 2 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="en-AT" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Dear Sara,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">indeed, the only option to create a mesh for a FEM computation from a segmented MRI within FieldTrip is a hexahedral mesh. However, there are many options nowadays that easily allow you to create
 a tetrahedral head model outside of Fieldtrip (e.g., SimNIBS or ROAST). If you import a mesh created with one of these tools to matlab and bring it to the right format for FieldTrip (matlab struct as defined for a hexahedral mesh, but needs to have a field
 tet instead of hex and the tissues and conductivities defined according to your mesh), starting from ft_prepare_headmodel the pipeline described on
<a href="https://www.fieldtriptoolbox.org/workshop/ohbm2018/forward/">https://www.fieldtriptoolbox.org/workshop/ohbm2018/forward/</a> should work for example.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">However, please consider that the officially documented pipeline is for hexahedral head models. Most functions should also work for tetrahedral head models, but this functionality is not officially
 documented and therefore also not regularly tested.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">Best,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt">    Johannes<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-family:"Calibri",sans-serif;color:black">From:
</span></b><span style="font-family:"Calibri",sans-serif;color:black">fieldtrip <fieldtrip-bounces@science.ru.nl> on behalf of Sara Cinelli via fieldtrip <fieldtrip@science.ru.nl><br>
<b>Reply to: </b>FieldTrip discussion list <fieldtrip@science.ru.nl><br>
<b>Date: </b>Thursday, 18. July 2024 at 12:40<br>
<b>To: </b>"fieldtrip@science.ru.nl" <fieldtrip@science.ru.nl><br>
<b>Cc: </b>Sara Cinelli <sara.cinelli@studenti.unipd.it><br>
<b>Subject: </b>[FieldTrip] Mesh with FEM model<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Hello everyone,<o:p></o:p></p>
<div>
<p class="MsoNormal">I would like to make a question regarding the type of meshes that can be done starting from a segmented mri with a FEM model.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">I tried with hexahedral and it is ok, butwith tetrahedral it doesn't work. <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">In this page: <a href="https://www.fieldtriptoolbox.org/tutorial/headmodel_eeg_fem/#meshing">https://www.fieldtriptoolbox.org/tutorial/headmodel_eeg_fem/#meshing</a>, I read these lines: <span style="font-family:"Segoe UI",sans-serif;color:#212529">At
 the moment FieldTrip-SIMBIO only supports hexahedra.</span><o:p></o:p></p>
</div>
<p class="MsoNormal" style="text-align:justify">It is not very clear to me if this means that the only option I have to create a mesh form a FEM model is with hexahedra only.<o:p></o:p></p>
<p class="MsoNormal" style="text-align:justify"><o:p> </o:p></p>
<p class="MsoNormal" style="text-align:justify">Thanks,<o:p></o:p></p>
<p class="MsoNormal" style="text-align:justify"><o:p> </o:p></p>
<p class="MsoNormal" style="text-align:justify">Sara<o:p></o:p></p>
</div>
</div>
</body>
</html>