ExportFolder (Export)

Contents

ExportFolder (Export)#

Defines the directory where FELiCS exports output files.

Type
string
Default
"./"

Example#

"Export": {
    "ExportFolder": "results/"
}

The path can be given either as:

  • a relative path from the FELiCS running directory,

  • or an absolute path.

FELiCS writes simulation outputs and post-processing files to this directory.