julia> using Exodus, FiniteElementContainersERROR: ArgumentError: Package Exodus not found in current path.
- Run `import Pkg; Pkg.add("Exodus")` to install the Exodus package.
julia> mesh = UnstructuredMesh("../../test/poisson/poisson.g")ERROR: UndefVarError: `UnstructuredMesh` not defined
julia> V = FunctionSpace(mesh, H1Field, Lagrange)ERROR: UndefVarError: `FunctionSpace` not defined
FiniteElementContainers.AbstractFunctionSpace — Type
abstract type AbstractFunctionSpace
sourceFiniteElementContainers.FunctionSpace — Type
struct FunctionSpace{IT<:Integer, IV<:AbstractArray{IT<:Integer, 1}, Coords, RefFEs} <: FiniteElementContainers.AbstractFunctionSpace
source