Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
giraffe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nek5000
giraffe
Commits
5a8d645b
Commit
5a8d645b
authored
Oct 19, 2016
by
Cody Permann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Subcycling examples
parent
b1c17da8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
120 additions
and
0 deletions
+120
-0
examples/template_example/picard_master_subcycling.i
examples/template_example/picard_master_subcycling.i
+87
-0
examples/template_example/picard_sub_subcycling.i
examples/template_example/picard_sub_subcycling.i
+33
-0
No files found.
examples/template_example/picard_master_subcycling.i
0 → 100644
View file @
5a8d645b
[
Mesh
]
type
=
GeneratedMesh
dim
=
2
nx
=
10
ny
=
10
[]
[
Variables
]
[
.
/
u
]
[
..
/
]
[]
[
AuxVariables
]
[
.
/
aux
]
[
..
/
]
[]
[
Kernels
]
[
.
/
diff
]
type
=
CoefDiffusion
variable
=
u
coef
=
0.1
[
..
/
]
[
.
/
time
]
type
=
TimeDerivative
variable
=
u
[
..
/
]
[]
[
BCs
]
[
.
/
left
]
type
=
DirichletBC
variable
=
u
boundary
=
left
value
=
0
[
..
/
]
[
.
/
right
]
type
=
DirichletBC
variable
=
u
boundary
=
right
value
=
1
[
..
/
]
[]
[
Executioner
]
#
Preconditioned
JFNK
(
default
)
type
=
Transient
num_steps
=
20
dt
=
0.1
solve_type
=
PJFNK
petsc_options_iname
=
'
-
pc_type
-
pc_hypre_type
'
petsc_options_value
=
'
hypre
boomeramg
'
#
picard_max_its
=
30
nl_abs_tol
=
1e-14
[]
[
Outputs
]
exodus
=
true
[]
[
MultiApps
]
[
.
/
sub
]
type
=
TransientMultiApp
app_type
=
MoonApp
sub_cycling
=
true
positions
=
'
0
0
0
'
input_files
=
picard_sub_subcycling
.
i
[
..
/
]
[]
[
Transfers
]
[
.
/
u_to_sub
]
type
=
MultiAppNearestNodeTransfer
direction
=
to_multiapp
multi_app
=
sub
source_variable
=
u
variable
=
aux
[
..
/
]
[
.
/
u_from_sub
]
type
=
MultiAppNearestNodeTransfer
direction
=
from_multiapp
multi_app
=
sub
source_variable
=
u
variable
=
aux
[
..
/
]
[]
examples/template_example/picard_sub_subcycling.i
0 → 100644
View file @
5a8d645b
#
Minimal
Nek-wrapped
MOOSE
application
.
#
MOOSE
Requires
a
mesh
and
a
variable
even
#
if
they
are
not
used
.
[
Mesh
]
type
=
GeneratedMesh
dim
=
1
nx
=
1
[]
[
Variables
]
[
.
/
u
]
[
..
/
]
[]
[
AuxVariables
]
[
.
/
aux
]
[
..
/
]
[]
[
Executioner
]
type
=
NekExecutioner
num_steps
=
20
[
.
/
TimeStepper
]
type
=
NekTimeStepper
dt
=
0.01
[
..
/
]
[]
[
Problem
]
kernel_coverage_check
=
false
solve
=
false
[]
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