You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/flowsolver/creating_data/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ In addition to the five standard files (geombc.dat.1, restart.0.1, numstart.dat,
33
33
This will required an executable that implements a lumped parameter network model for the patient circulation. This will be covered in a later version of this tutorial. Stay tuned!
34
34
35
35
<br>
36
+
36
37
**HINT**: In both files geombc.data.1 and restart.0.1, the number “.1” refers to the **partition number** of the file. Remember **svSolver** has the ability of running a problem _in parallel_ (i.e., using multiple processors or computing cores), using MPI (message-passing interface). When we run a job using multiple processors, the first thing that happens is the “splitting” of these two files into as many processors we are going to use in our analysis, so the calculations can be performed faster. For example, if we use $4$ processors later in svSolver, these files will be split as follows:
Copy file name to clipboardExpand all lines: documentation/modeling/3D_seg/readme.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ Close the panel before creating or opening a SimVascular project.
84
84
</div>
85
85
86
86
<br>
87
-
The **3D Level Set Tool** creates a **level-set** node under the SV Data Manager <i>Images</i> node. The **level-set** node
88
-
itself has four sub-nodes used to store and display geometry created by each of the panels
87
+
88
+
The **3D Level Set Tool** creates a **level-set** node under the SV Data Manager <i>Images</i> node. The **level-set** node itself has four sub-nodes used to store and display geometry created by each of the panels
89
89
90
90
<ulstyle="list-style-type:none;">
91
91
<li> <b>seed-points</b> - Seed points, displayed as green or red spheres. </li>
@@ -261,8 +261,7 @@ Create a SimVascular project and read in the demo-image.vti image data file from
261
261
<br>
262
262
<b>Step 2 - Open the 3D Level Set Tool</b> <br>
263
263
Select the
264
-
<imgsrc="/documentation/modeling/imgs/3d-level-set/level-set-icon.png"width="20"height="20"> icon located at the top of the
265
-
SimVascular toolbar to open the **3D Level Set Tool** panel. Select the <i>Seeds</i> sub-panel.
264
+
<imgsrc="/documentation/modeling/imgs/3d-level-set/level-set-icon.png"width="20"height="20"> icon located at the top of the SimVascular toolbar to open the <strong>3D Level Set Tool</strong> panel. Select the <i>Seeds</i> sub-panel.
Copy file name to clipboardExpand all lines: documentation/modeling/level_set/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Now a new contour is created and added to the group.
65
65
66
66
In general, you should go with the normal approach above: making more segmentations than you will need and then selecting a subset to define the vessel. However, in the following exercise, we will try to gain some intuition that makes batch level set segmentation possible and efficient.
67
67
68
-
<fontcolor="red">**HELPFUL HINT:**</font> Finding suitable level set parameters based on a few cross sections and then doing batch segmentation can dramatically speed up model building. Make sure the seed fits within the lumen of the vessel for all the positions we’d like to segment in the batch.
68
+
<fontcolor="red"><strong>HELPFUL HINT:</strong></font> Finding suitable level set parameters based on a few cross sections and then doing batch segmentation can dramatically speed up model building. Make sure the seed fits within the lumen of the vessel for all the positions we’d like to segment in the batch.
69
69
70
70
Now let's try to create contours in batch model using levelset.
71
71
@@ -106,4 +106,4 @@ Secondly, you want to check to make sure that the segmentation does not include
106
106
<figcaptionclass="svCaption" ></figcaption>
107
107
</figure>
108
108
109
-
<fontcolor="red">**HELPFUL HINT:**</font> You want the spacing between locations to be sufficient to capture the curvature and other changes in the vessel. If the vessel is relatively straight, as is the case in this the abdominal aorta for this dataset, you can space the segmentations relatively far apart.
109
+
<fontcolor="red"><strong>HELPFUL HINT:</strong></font> You want the spacing between locations to be sufficient to capture the curvature and other changes in the vessel. If the vessel is relatively straight, as is the case in this the abdominal aorta for this dataset, you can space the segmentations relatively far apart.
Copy file name to clipboardExpand all lines: documentation/rom_simulation/1d-solver/input_file/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ Output formats
385
385
VTK export options
386
386
387
387
<ulstyle="list-style-type:none;">
388
-
<li>0 - Output multiple files (default). A separate file is written for each saved increment. A **pvd** file is also provided which contains the time information of the sequence. This is the best option to create animations. </li><br>
388
+
<li>0 - Output multiple files (default). A separate file is written for each saved increment. A <b>pvd</b> file is also provided which contains the time information of the sequence. This is the best option to create animations. </li><br>
389
389
<li>1 - The results for all time steps are plotted to a single XML VTK file. </li><br>
0 commit comments