GridapROMs.ParamFESpaces

GridapROMs.ParamFESpaces.SingleFieldParamFEFunctionType
struct SingleFieldParamFEFunction{T<:CellField} <: ParamFEFunction
  cell_field::T
  cell_dof_values::AbstractArray{<:ParamBlock}
  free_values::AbstractParamVector{<:Number}
  dirichlet_values::AbstractParamVector{<:Number}
  fe_space::SingleFieldFESpace
end
source
GridapROMs.ParamDataStructures.parameterizeMethod
parameterize(a::SparseMatrixAssembler,r::AbstractRealization) -> SparseMatrixAssembler

Returns an assembler that also stores the parametric length of r. This function is to be used to assemble parametric residuals and Jacobians. The assembly routines follow the same pipeline as in Gridap

source