Skip to content

Commit

Permalink
Description for the density of vector field
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Aug 19, 2023
1 parent 1454107 commit 4690a55
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 53 deletions.
Binary file modified docs/en/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/en/_build/doctrees/ops.doctree
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/en/_build/html/_sources/ops.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ Input (1D, Gray), Fermi Velocity (Gray) :
We can change the range of the color plot by inputting into the text boxes.
For 3D arrow plot the length of arrows can be changed by ``Max of Scale``.

``3D arrow step`` : Change the interval to display arrows at "Input (3D)" mode.
Larger number indicates fewer arrows.

``Arrow width`` : Change the thickness of arrow (triangle) at "Input (3D)" mode.

.. _colorscalepng:
Expand Down
52 changes: 27 additions & 25 deletions docs/en/_build/html/ops.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/en/_build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/en/ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ Input (1D, Gray), Fermi Velocity (Gray) :
We can change the range of the color plot by inputting into the text boxes.
For 3D arrow plot the length of arrows can be changed by ``Max of Scale``.

``3D arrow step`` : Change the interval to display arrows at "Input (3D)" mode.
Larger number indicates fewer arrows.

``Arrow width`` : Change the thickness of arrow (triangle) at "Input (3D)" mode.

.. _colorscalepng:
Expand Down
Binary file modified docs/ja/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/ja/_build/doctrees/ops.doctree
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/ja/_build/html/_sources/ops.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ Input (1D, Gray), Fermi Velocity (Gray)
``Min of Scale``, ``Max of Scale`` : カラープロットの色の範囲を指定する.
「Input (3D)」の場合は ``Max of Scale`` で三角形の長さを変更できる.

``3D arrow step`` : 「Input (3D)」の場合に矢印(三角形)を描画する頻度を指定する.
数字が大きいほど表示される矢印は少なくなる.

``Arrow width`` : 「Input (3D)」の場合に矢印(三角形)の幅を指定する.

.. _colorscalepng:
Expand Down
50 changes: 26 additions & 24 deletions docs/ja/_build/html/ops.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ja/_build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/ja/ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ Input (1D, Gray), Fermi Velocity (Gray)
``Min of Scale``, ``Max of Scale`` : カラープロットの色の範囲を指定する.
「Input (3D)」の場合は ``Max of Scale`` で三角形の長さを変更できる.

``3D arrow step`` : 「Input (3D)」の場合に矢印(三角形)を描画する頻度を指定する.
数字が大きいほど表示される矢印は少なくなる.

``Arrow width`` : 「Input (3D)」の場合に矢印(三角形)の幅を指定する.

.. _colorscalepng:
Expand Down
2 changes: 1 addition & 1 deletion fermisurfer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>.;C:\Program Files\wxWidgets\lib\vc_lib\mswu;C:\Program Files\wxWidgets\include\msvc;C:\Program Files\wxWidgets\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>HAVE_GL_GL_H;HAVE_GL_GLU_H;NDEBUG;__WXMSW__;_UNICODE;VERSION="2.1.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>HAVE_GL_GL_H;HAVE_GL_GLU_H;NDEBUG;__WXMSW__;_UNICODE;VERSION="2.4.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<OpenMPSupport>true</OpenMPSupport>
<SDLCheck>false</SDLCheck>
<ForcedIncludeFiles>Windows.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
Expand Down
2 changes: 1 addition & 1 deletion src/fermisurfer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ bool MyApp::OnInit()
myf = new MyFrame(NULL, argv[1], wxDefaultPosition, wxSize(windowx, windowy));

*terminal << wxT("\n");
*terminal << wxT("##### Welocome to FermiSurfer ver. ") <<
*terminal << wxT("##### Welcome to FermiSurfer ver. ") <<
wxT(VERSION) << wxT(" #####\n");
*terminal << wxT("\n");
if (argc < 2) {
Expand Down

0 comments on commit 4690a55

Please sign in to comment.