nDim (Case)

Contents

nDim (Case)#

Defines the number of spatial dimensions resolved by the computational mesh.

Type
integer
Default
2

Accepted values

Description

2

Two-dimensional computational mesh

3

Three-dimensional computational mesh

Example#

"Case": {
    "nDim": 2
}

For 2D simulations, FELiCS may optionally represent an additional homogeneous direction spectrally through the m parameter.

For 3D simulations, the m parameter is ignored.