FunctionSpace
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 definedjulia> V = FunctionSpace(mesh, H1Field, Lagrange)ERROR: UndefVarError: `FunctionSpace` not defined
API
FiniteElementContainers.AbstractFunctionSpace — Type
abstract type AbstractFunctionSpaceFiniteElementContainers.FunctionSpace — Type
struct FunctionSpace{IsJuliaCSafe, IT<:Integer, IV<:AbstractArray{IT<:Integer, 1}, BTRE, Coords, RefFEs} <: FiniteElementContainers.AbstractFunctionSpaceblock_names::Vector{String}block_to_ref_fe_id::Anycoords::Anyelem_conns::Connectivity{IT, IV} where {IT<:Integer, IV<:AbstractVector{IT}}elem_id_maps::Array{Vector{IT}, 1} where IT<:Integerref_fes::Any
FiniteElementContainers._setup_ref_fes — Method
default code path that sets up ref fes as a namedtuple