-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
86 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
build/ | ||
*.o | ||
*.a | ||
*.x | ||
*.x | ||
|
||
# `vs` files | ||
|
||
Debug/* | ||
Release/* | ||
*.pdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "SPH", "SPH.vfproj", "{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}.Debug|Win32.Build.0 = Debug|Win32 | ||
{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}.Release|Win32.ActiveCfg = Release|Win32 | ||
{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}"> | ||
<Platforms> | ||
<Platform Name="Win32"/></Platforms> | ||
<Configurations> | ||
<Configuration Name="Debug|Win32"> | ||
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" WarnInterfaces="true" Traceback="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/> | ||
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/> | ||
<Tool Name="VFResourceCompilerTool"/> | ||
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/> | ||
<Tool Name="VFCustomBuildTool"/> | ||
<Tool Name="VFPreLinkEventTool"/> | ||
<Tool Name="VFPreBuildEventTool"/> | ||
<Tool Name="VFPostBuildEventTool"/> | ||
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration> | ||
<Configuration Name="Release|Win32"> | ||
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/> | ||
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" SubSystem="subSystemConsole"/> | ||
<Tool Name="VFResourceCompilerTool"/> | ||
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/> | ||
<Tool Name="VFCustomBuildTool"/> | ||
<Tool Name="VFPreLinkEventTool"/> | ||
<Tool Name="VFPreBuildEventTool"/> | ||
<Tool Name="VFPostBuildEventTool"/> | ||
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations> | ||
<Files> | ||
<Filter Name="Header Files" Filter="fi;fd"/> | ||
<Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/> | ||
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl"> | ||
<File RelativePath=".\src\art_heat.f"/> | ||
<File RelativePath=".\src\art_visc.f"/> | ||
<File RelativePath=".\src\av_vel.f"/> | ||
<File RelativePath=".\src\density.f"/> | ||
<File RelativePath=".\src\direct_find.f"/> | ||
<File RelativePath=".\src\eos.f"/> | ||
<File RelativePath=".\src\external_force.f"/> | ||
<File RelativePath=".\src\grid_geom.f"/> | ||
<File RelativePath=".\src\hsml.f"/> | ||
<File RelativePath=".\src\init_grid.f"/> | ||
<File RelativePath=".\src\input.f"/> | ||
<File RelativePath=".\src\internal_force.f"/> | ||
<File RelativePath=".\src\kernel.f"/> | ||
<File RelativePath=".\src\link_list.f"/> | ||
<File RelativePath=".\src\output.f"/> | ||
<File RelativePath=".\src\param.inc"/> | ||
<File RelativePath=".\src\single_step.f"/> | ||
<File RelativePath=".\app\sph.f"/> | ||
<File RelativePath=".\src\time_elapsed.f90"/> | ||
<File RelativePath=".\src\time_integration.f"/> | ||
<File RelativePath=".\src\time_print.f90"/> | ||
<File RelativePath=".\src\virt_part.f"/> | ||
<File RelativePath=".\src\viscosity.f"/></Filter></Files> | ||
<Globals/></VisualStudioProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters