Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-microstructure-backup
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klaus Böhnlein
dune-microstructure-backup
Commits
d77036dc
"README.md" did not exist on "3ca0af090cede339e68aa60cfbd73b7a8c5a28bb"
Commit
d77036dc
authored
1 year ago
by
Klaus Böhnlein
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecated inputs folder
parent
e77c5a40
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
inputs/cellsolver.parset
+0
-105
0 additions, 105 deletions
inputs/cellsolver.parset
src/computeMuGamma.parset
+0
-0
0 additions, 0 deletions
src/computeMuGamma.parset
with
0 additions
and
105 deletions
inputs/cellsolver.parset
deleted
100644 → 0
+
0
−
105
View file @
e77c5a40
# --- Parameter File as Input for 'Cell-Problem'
# NOTE: define variables without whitespaces in between! i.e. : gamma=1.0 instead of gamma = 1.0
# since otherwise these cant be read from other Files!
# --------------------------------------------------------
#############################################
# Choose Output-path for logfile
#############################################
### Remove/Comment this when running via Python-Script:
#outputPath=/home/stefan/DUNE/dune-microstructure/outputs
outputPath=/home/klaus/Desktop/Dune_release/dune-microstructure/outputs
# --- DEBUG (Output) Option:
#print_debug = true #(default=false)
#############################################
# Grid parameters
#############################################
#----------------------------------------------------
## numLevels : Number of Levels on which solution is computed. starting with a 2x2x2 cube mesh.
## {start,finish} computes on all grid from 2^(start) to 2^finish refinement
#----------------------------------------------------
numLevels= 3 3 # computes all levels from first to second entry
#############################################
# Material / Prestrain parameters and ratios
#############################################
# --- Choose material definition:
#materialFunction = "material_test"
#materialFunction = "material_neukamm"
#materialFunction = "two_phase_material_1"
#materialFunction = "two_phase_material_2"
#materialFunction = "two_phase_material_3"
#materialFunction = "material_orthotropic"
#materialFunction = "homogeneous"
materialFunction = "parametrized_laminate"
# --- Choose scale ratio gamma:
gamma=1.0
#geometryFunctionPath = /home/stefan/DUNE/dune-microstructure/materials
geometryFunctionPath = /home/klaus/Desktop/Dune_release/dune-microstructure/materials
#############################################
# Assembly options
#############################################
#set_IntegralZero = true #(default = false)
#set_oneBasisFunction_Zero = true #(default = false)
#arbitraryLocalIndex = 7 #(default = 0)
#arbitraryElementNumber = 3 #(default = 0)
#############################################
#############################################
# Solver Type: #1: CG - SOLVER , #2: GMRES - SOLVER, #3: QR - SOLVER (default), #4: UMFPACK - SOLVER
#############################################
Solvertype = 3 # recommended to use iterative solver (e.g GMRES) for finer grid-levels
Solver_verbosity = 0 #(default = 2) degree of information for solver output
#############################################
# Write/Output options #(default=false)
#############################################
# --- (Optional output) write Material / prestrain / Corrector functions to .vtk-Files:
write_materialFunctions = true # VTK indicator function for material/prestrain definition
#write_prestrainFunctions = true # VTK norm of B (currently not implemented)
# --- Write Correctos to VTK-File:
write_VTK = true
# --- (Optional output) L2Error, integral mean:
#write_L2Error = true
#write_IntegralMean = true
# --- check orthogonality (75) from paper:
write_checkOrthogonality = true
# --- Write corrector-coefficients to log-File:
#write_corrector_phi1 = true
#write_corrector_phi2 = true
#write_corrector_phi3 = true
# --- Print Condition number of matrix (can be expensive):
#print_conditionNumber= true #(default=false)
# --- write effective quantities to Matlab-folder for symbolic minimization:
write_toMATLAB = true # writes effective quantities to .txt-files QMatrix.txt and BMatrix.txt
This diff is collapsed.
Click to expand it.
inputs
/computeMuGamma.parset
→
src
/computeMuGamma.parset
+
0
−
0
View file @
d77036dc
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment