-
Notifications
You must be signed in to change notification settings - Fork 6
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
0 parents
commit 5908d51
Showing
28 changed files
with
7,847 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fluid3D", "Fluid3D.vcproj", "{CA7F57AF-7216-4435-A1FB-7679ED1868A2}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ViewFluid3D", "viewpls3D\ViewFluid3D.vcproj", "{1FF2B89E-7C6D-4C00-9A74-80FFBD8D10B2}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{CA7F57AF-7216-4435-A1FB-7679ED1868A2}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{CA7F57AF-7216-4435-A1FB-7679ED1868A2}.Debug|Win32.Build.0 = Debug|Win32 | ||
{CA7F57AF-7216-4435-A1FB-7679ED1868A2}.Release|Win32.ActiveCfg = Release|Win32 | ||
{CA7F57AF-7216-4435-A1FB-7679ED1868A2}.Release|Win32.Build.0 = Release|Win32 | ||
{1FF2B89E-7C6D-4C00-9A74-80FFBD8D10B2}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{1FF2B89E-7C6D-4C00-9A74-80FFBD8D10B2}.Debug|Win32.Build.0 = Debug|Win32 | ||
{1FF2B89E-7C6D-4C00-9A74-80FFBD8D10B2}.Release|Win32.ActiveCfg = Release|Win32 | ||
{1FF2B89E-7C6D-4C00-9A74-80FFBD8D10B2}.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,268 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="9.00" | ||
Name="Fluid3D" | ||
ProjectGUID="{CA7F57AF-7216-4435-A1FB-7679ED1868A2}" | ||
RootNamespace="Variational" | ||
TargetFrameworkVersion="131072" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
AdditionalIncludeDirectories="" | ||
PreprocessorDefinitions="USE_AMD_BLAS;WIN32;_CRT_SECURE_NO_DEPRECATE" | ||
DebugInformationFormat="4" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalLibraryDirectories="" | ||
GenerateDebugInformation="true" | ||
GenerateMapFile="true" | ||
RandomizedBaseAddress="1" | ||
DataExecutionPrevention="0" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="Release|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="1" | ||
WholeProgramOptimization="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="2" | ||
FavorSizeOrSpeed="1" | ||
EnableFiberSafeOptimizations="true" | ||
WholeProgramOptimization="true" | ||
AdditionalIncludeDirectories="" | ||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;USE_MKL_CBLAS;USE_MKL_LAPACK;_SCL_SECURE_NO_WARNINGS" | ||
WarningLevel="3" | ||
Detect64BitPortabilityProblems="false" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalLibraryDirectories="" | ||
RandomizedBaseAddress="1" | ||
DataExecutionPrevention="0" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
</References> | ||
<Files> | ||
<Filter | ||
Name="Source Files" | ||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
> | ||
<File | ||
RelativePath=".\fluidsim.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\levelset_util.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\main.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\viscosity3d.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\volume_fractions.cpp" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
> | ||
<File | ||
RelativePath=".\array1.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\array2.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\array2_utils.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\array3_utils.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\fluidsim.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\gluvi.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\hashtable.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\levelset_util.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\openglutils.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\util.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\vec.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\viscosity3d.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\volume_fractions.h" | ||
> | ||
</File> | ||
<Filter | ||
Name="pcgsolver" | ||
> | ||
<File | ||
RelativePath=".\pcgsolver\blas_wrapper.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\pcgsolver\pcg_solver.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\pcgsolver\sparse_matrix.h" | ||
> | ||
</File> | ||
</Filter> | ||
</Filter> | ||
<Filter | ||
Name="Resource Files" | ||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | ||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
> | ||
</Filter> | ||
</Files> | ||
<Globals> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This is a barebones 3D fluid simulator for animating inviscid free surface liquids. | ||
The "viewpls3D" sub-project provides a simple viewer for the resulting data. | ||
|
||
Questions or comments, contact: | ||
Christopher Batty | ||
[email protected] |
Oops, something went wrong.