/usr/share/elmerfront/lib/SolverMultiGridFields.edf is in elmer-common 6.1.0.svn.5396.dfsg2-4ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | !-------------------------------------------------------------------
! ElmerFront Solver panel multigrid methods related fields
! 11.06.2003
!-------------------------------------------------------------------
! NOTE: This file cannot be loaded as a separate file.
! It can be only included into a Panel section!
! NOTE: These fields are all predefined fields in ElmerFront, so they 'inherit'
! all the default properties and it is enough just to list the proper internal
! field names here in order to include them for user defined equation solvers.
Field = "MG Label"
Field = "MG Levels"
Field = "MG Equal Split"
Field = "MG Mesh Name"
Field = "MG Smoother"
Field = "MG Pre Smoothing Iterations"
Field = "MG Post Smoothing Iterations"
Field = "MG Max Iterations"
Field = "MG Convergence Tolerance"
Field = "MG Preconditioning"
Field = "MG ILUT Tolerance"
|