lucasbanting

Results 4 issues of lucasbanting

Reference issue: https://github.com/JuliaVTK/WriteVTK.jl/issues/125 This PR is a draft as the code is in a rough shape compared to the rest of the WriteVTK library. My implementations works in the following...

With the release of Julia 1.9, we can now use a package extension for supporting HDF5, instead of Requires.jl. The VTKHDF format has been out for a while now: https://kitware.github.io/vtk-examples/site/VTKFileFormats/#hdf-file-formats...

enhancement

I was trying out the 3D Nedelec elements in the new ferrite version. The function `function integrate_projected_dbc!(::HcurlConformity, Kᶠ, fᶠ, bc_fun, fv, shape_nrs, cell_coords, time)` has ` throw(ArgumentError("ProjectedDirichlet is not implemented...

Relax warning for projected dirichlet by supporting `bc_fun::Returns` to support zero-dirichlet boundary conditions in 3D. https://github.com/Ferrite-FEM/Ferrite.jl/issues/1203