Skip to content

some doc improvements, version bump to 1.4#73

Merged
chmerdon merged 5 commits intomasterfrom
chmerdon/doc_fixes
Jul 23, 2025
Merged

some doc improvements, version bump to 1.4#73
chmerdon merged 5 commits intomasterfrom
chmerdon/doc_fixes

Conversation

@chmerdon
Copy link
Copy Markdown
Member

fixed some issues in the documentation + version bump to 1.4

for j in 1:op_lengths_ansatz[id]
for k in 1:op_lengths_test[idt]
if sparsity_pattern[k + op_offsets_test[idt], j + op_offsets_ansatz[id]] > 0
if sparsity_pattern[k + op_offsets_test[id], j + op_offsets_ansatz[idt]] > 0
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change intended? It is not explained anywhere.

Comment thread examples/Example201_PoissonProblem.jl Outdated
end

function main(; μ = 1.0, nrefs = 4, order = 2, Plotter = nothing, parallel = false, npart = parallel ? 8 : 1, kwargs...)
@info "This example solve the 2D Poisson problem -μΔu = f.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solves

@pjaap pjaap marked this pull request as draft July 23, 2025 12:42
@pjaap pjaap marked this pull request as ready for review July 23, 2025 12:42
@chmerdon chmerdon merged commit c243c82 into master Jul 23, 2025
8 checks passed
@pjaap pjaap deleted the chmerdon/doc_fixes branch January 28, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants