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
nek5000
giraffe
Commits
466e54b4
Commit
466e54b4
authored
Apr 24, 2018
by
Kevin Dugan
Browse files
Adding ex01 example without moose source
parent
3a848402
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/ex01_inputfile/diffusion_pathological.i
0 → 100644
View file @
466e54b4
[
Mesh
]
file
=
square
.
e
uniform_refine
=
4
[]
#
Note
:
This
output
block
is
out
of
its
normal
place
(
should
be
at
the
bottom
)
[
Outputs
]
execute_on
=
'
timestep_end
'
exodus
=
true
[]
#
Note
:
The
executioner
is
out
of
its
normal
place
(
should
be
just
about
the
output
block
)
[
Executioner
]
type
=
Steady
solve_type
=
'
PJFNK
'
[]
[
Variables
]
active
=
'
diffused
'
#
Note
the
active
list
here
[
.
/
diffused
]
order
=
FIRST
family
=
LAGRANGE
[
..
/
]
#
This
variable
is
not
active
in
the
list
above
#
therefore
it
is
not
used
in
the
simulation
[
.
/
convected
]
order
=
FIRST
family
=
LAGRANGE
[
..
/
]
[]
[
Kernels
]
[
.
/
diff
]
type
=
Diffusion
variable
=
diffused
[
..
/
]
[]
#
This
example
applies
DirichletBCs
to
all
four
sides
of
our
square
domain
[
BCs
]
[
.
/
left
]
type
=
DirichletBC
variable
=
diffused
boundary
=
'1'
value
=
0
[
..
/
]
[
.
/
right
]
type
=
DirichletBC
variable
=
diffused
boundary
=
'2'
value
=
1
[
..
/
]
[]
examples/ex01_inputfile/ex01.i
0 → 100644
View file @
466e54b4
[
Mesh
]
file
=
mug
.
e
[]
[
Variables
]
[
.
/
diffused
]
order
=
FIRST
family
=
LAGRANGE
[
..
/
]
[]
[
Kernels
]
[
.
/
diff
]
type
=
Diffusion
variable
=
diffused
[
..
/
]
[]
[
BCs
]
[
.
/
bottom
]
type
=
DirichletBC
variable
=
diffused
boundary
=
'
bottom
'
value
=
1
[
..
/
]
[
.
/
top
]
type
=
DirichletBC
variable
=
diffused
boundary
=
'
top
'
value
=
0
[
..
/
]
[]
[
Executioner
]
type
=
Steady
solve_type
=
'
PJFNK
'
[]
[
Outputs
]
execute_on
=
'
timestep_end
'
exodus
=
true
[]
examples/ex01_inputfile/gold/ex01_out.e
0 → 100644
View file @
466e54b4
File added
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