Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
pycodegen
lbmpy
Merge requests
!179
Implements a getter function for the strain rate tensor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implements a getter function for the strain rate tensor
strain_rate_tensor_getter
into
master
Overview
2
Commits
3
Pipelines
6
Changes
3
Merged
Philipp Suffa
requested to merge
strain_rate_tensor_getter
into
master
8 months ago
Overview
2
Commits
3
Pipelines
6
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
9b8ec60e
8 months ago
version 1
fc2bd74e
8 months ago
master (base)
and
latest version
latest version
970b6bbd
3 commits,
8 months ago
version 2
9b8ec60e
2 commits,
8 months ago
version 1
fc2bd74e
1 commit,
8 months ago
3 files
+
58
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/lbmpy/__init__.py
+
2
−
0
Options
@@ -12,6 +12,7 @@ from .lbstep import LatticeBoltzmannStep
from
.macroscopic_value_kernels
import
(
pdf_initialization_assignments
,
macroscopic_values_getter
,
strain_rate_tensor_getter
,
compile_macroscopic_values_getter
,
compile_macroscopic_values_setter
,
create_advanced_velocity_setter_collision_rule
,
@@ -42,6 +43,7 @@ __all__ = [
"
LatticeBoltzmannStep
"
,
"
pdf_initialization_assignments
"
,
"
macroscopic_values_getter
"
,
"
strain_rate_tensor_getter
"
,
"
compile_macroscopic_values_getter
"
,
"
compile_macroscopic_values_setter
"
,
"
create_advanced_velocity_setter_collision_rule
"
,
Loading