Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
3b1592dc
Commit
3b1592dc
authored
Jun 13, 2017
by
incardon
Browse files
Latest version of Vortex in Cell
parent
27fe631a
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
example/Grid/3_gray_scott/main.cpp
View file @
3b1592dc
...
...
@@ -10,10 +10,10 @@
* This example show the usage of periodic grid with ghost part given in grid units to solve
* the following system of equations
*
* \f$\frac{\partial u}{\partial t} = D_u \nabla u - uv^2 + F(1-u)\f$
* \f$\frac{\partial u}{\partial t} = D_u \nabla
^{2}
u - uv^2 + F(1-u)\f$
*
*
* \f$\frac{\partial v}{\partial t} = D_v \nabla v + uv^2 - (F + k)v\f$
* \f$\frac{\partial v}{\partial t} = D_v \nabla
^{2}
v + uv^2 - (F + k)v\f$
*
* ## Constants and functions ##
*
...
...
example/Numerics/Vortex_in_cell/main_vic.cpp
View file @
3b1592dc
/*!
* \page Vortex_in_cell_petsc Vortex in Cell 3D
*
* # Vortex in Cell 3D ring with ring-lets # {#vic_ringlets}
*
* In this example we solve the Navier-Stokes in the vortex formulation in 3D
* for an incompressible fluid
*
*
*/
#define SE_CLASS1
//#define PRINT_STACKTRACE
...
...
example/Numerics/Vortex_in_cell/main_vic_petsc.cpp
View file @
3b1592dc
This diff is collapsed.
Click to expand it.
example/Numerics/Vortex_in_cell/main_vic_petsc2.cpp
View file @
3b1592dc
/*!
* \page Vortex_in_cell_petsc Vortex in Cell 3D
*
* # Vortex in Cell 3D ring with ring-lets # {#vic_ringlets}
*
* In this example we solve the Navier-Stokes in the vortex formulation in 3D
* for an incompressible fluid
*
*
*/
#define SE_CLASS1
//#define PRINT_STACKTRACE
...
...
example/Numerics/Vortex_in_cell/main_vic_petsc3.cpp
View file @
3b1592dc
/*!
* \page Vortex_in_cell_petsc Vortex in Cell 3D
*
* # Vortex in Cell 3D ring with ring-lets # {#vic_ringlets}
*
* In this example we solve the Navier-Stokes in the vortex formulation in 3D
* for an incompressible fluid
*
*
*/
#define SE_CLASS1
//#define PRINT_STACKTRACE
...
...
openfpm_pdata.doc
View file @
3b1592dc
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "OpenFPM_pdata"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.
8
.0
PROJECT_NUMBER = 0.
9
.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
@@ -831,7 +831,7 @@ EXAMPLE_RECURSIVE = YES
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH =
IMAGE_PATH =
example/Numerics/Vortex_in_cell/
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment