/usr/share/elmerfront/lib/SolverNonlinearFields.edf is in elmer-common 6.1.0.svn.5396.dfsg2-4ubuntu1.
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 | !-------------------------------------------------------------------
! ElmerFront Solver panel nonlinear system related fields
! 11.06.2003
!-------------------------------------------------------------------
! NOTE: This file cannot be loaded as a separate file.
! It can be only included wihin 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 = "Nonlinear System Label"
Field = "Nonlinear System Convergence Tolerance"
Field = "Nonlinear System Max Iterations"
Field = "Nonlinear System Newton After Iterations"
Field = "Nonlinear System Newton After Tolerance"
Field = "Nonlinear System Relaxation Factor"
|