Functions

AbstractFunctions are used to represent elements of FunctionSpaces.

API

FiniteElementContainers.SymmetricTensorFunctionMethod
SymmetricTensorFunction(
    fspace::FunctionSpace,
    sym::Symbol;
    use_spatial_dimension
) -> SymmetricTensorFunction{F} where F<:FunctionSpace

Uses numbering consistent with exodus output, is this the right thing to do? Should it be consistent with Tensors.jl

source
Base.lengthMethod
length(
    func::FiniteElementContainers.AbstractFunction
) -> Any
source
Base.namesMethod
names(func::FiniteElementContainers.AbstractFunction) -> Any
source