Iterators

Cthonios.domain_iterator!Method
domain_iterator!(
    global_val,
    f,
    domain::Cthonios.Domain,
    Uu,
    p::ObjectiveParameters
)

Iterator over a domain domain to fill a global value global_val based on a quadrature level function f provided a nodal field U and set of paramaters p. This method is useful for filling quantities such as objectives, gradients, or hessians.

source
Cthonios.scratch_variableMethod
scratch_variable(global_val::Assembler, section) -> Any

Setup a scratch variable for a stiffness like calculation

source
Cthonios.scratch_variableMethod
scratch_variable(
    global_val::Union{NodalField, Matrix},
    section
) -> Any

Setup a scratch variable for a force like calculation

source