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
466e54b4
Commit
466e54b4
authored
Apr 24, 2018
by
Kevin Dugan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding ex01 example without moose source
parent
3a848402
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
98 additions
and
0 deletions
+98
-0
examples/ex01_inputfile/diffusion_pathological.i
examples/ex01_inputfile/diffusion_pathological.i
+55
-0
examples/ex01_inputfile/ex01.i
examples/ex01_inputfile/ex01.i
+43
-0
examples/ex01_inputfile/gold/ex01_out.e
examples/ex01_inputfile/gold/ex01_out.e
+0
-0
No files found.
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