Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
fdc6689c
Commit
fdc6689c
authored
Jul 30, 2012
by
Praetorius, Simon
Browse files
linear elasticity
parent
8c37d1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/init/linearElasticity.inc.2d
0 → 100644
View file @
fdc6689c
% ============ BASIC PARAMETER - NS =================================
elasticity->mu: 1.0
elasticity->lambda: 1.0
elasticity->rho: 1.0
%elasticity->force: [0.0, -9.81] % gravitational force [m/s^2]
% =========== OUTPUT ==============================================
elasticity->displacement->output->filename: ${output_folder}/displacement${output_postfix}_
% ============= PROBLEM-SPACES ==================================
elasticity->space->components: 2*${dimension of world}
elasticity->space->polynomial degree[0]: ${polynomial-degree}
elasticity->space->polynomial degree[1]: ${polynomial-degree}
elasticity->space->polynomial degree[2]: ${polynomial-degree}
elasticity->space->polynomial degree[3]: ${polynomial-degree}
elasticity->space->polynomial degree[4]: ${polynomial-degree}
elasticity->space->polynomial degree[5]: ${polynomial-degree}
elasticity->space->dim: ${dimension of world}
elasticity->space->mesh: ${mesh_name}
% ================== SOLVER ======================================
elasticity->space->solver: umfpack
elasticity->space->solver->symmetric strategy: 0
elasticity->space->solver->ell: 3
elasticity->space->solver->max iteration: 500
elasticity->space->solver->tolerance: 1.e-8
elasticity->space->solver->info: 1
elasticity->space->solver->left precon: ilu
% =================== OUTPUT =========================================
elasticity->displacement->output->ParaView animation: 1
elasticity->displacement->output->ParaView vector format: 1
elasticity->displacement->output->write vector as 3d vector: 1
elasticity->displacement->output->write every i-th timestep: 1
elasticity->displacement->output->append index: 1
elasticity->displacement->output->index length: 9
elasticity->displacement->output->index decimals: 7
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment