Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Gardner
waLBerla
Commits
7340d92a
Commit
7340d92a
authored
4 years ago
by
Lukas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Improved description of SubCyclingManager
parent
c917016e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lbm_mesapd_coupling/utility/SubCyclingManager.h
+6
-1
6 additions, 1 deletion
src/lbm_mesapd_coupling/utility/SubCyclingManager.h
with
6 additions
and
1 deletion
src/lbm_mesapd_coupling/utility/SubCyclingManager.h
+
6
−
1
View file @
7340d92a
...
@@ -25,7 +25,12 @@
...
@@ -25,7 +25,12 @@
namespace
walberla
{
namespace
walberla
{
namespace
lbm_mesapd_coupling
{
namespace
lbm_mesapd_coupling
{
// loosely based on Timeloop class
/*! \brief Handles the execution of subcycles in a timeloop to allow for finer grained time steps than the LBM ones.
*
* Supports registration of functions that are run before, during or after a subcycle.
* The SubCyclingManager itself has to be added to a parent (LBM) time loop, and will execute the functions registered
* for execution during the subcycling procedure numberOfSubCycles times.
*/
class
SubCyclingManager
{
class
SubCyclingManager
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment