Jared Frazier

Results 13 issues of Jared Frazier

Hello, I am using the pretrained MusicVAE to decode an arbitrary latent space z from `numpy.random.randn(batch, latent_dims)`. After decoding, I re-encode the NoteSequence to extract z, mu, and sigma. The...

As far as I can tell, preconditioning using domain decomposition methods is not something that seems to be supported. Is this something that is within the scope of `Ferrite.jl`? Of...

feature

As can be seen below, and based on our discussion on 2024-04-02, the sequential two level mesh for the periodic puzzle piece appears to have issues at the interface. The...

Commit 539e79b371fefd02372bcb5343b4f9c0a35e71ef adds two new vectors: `coarse_cell_permuted_fine_node_to_final_node` (this was originally called `coarse_cell_fine_node_to_final_node` but I renamed it) and `coarse_cell_unpermuted_fine_node_to_final_node`. The `coarse_cell_unpermuted_fine_node_to_final_node` is used to get the coordinate mapping of fine nodes;...

Question regarding the branch https://github.com/fverdugo/GalerkinToolkit.jl/tree/parallel_two_level_mesh, `src/geometry.jl`: To properly visualize the `final_mesh::PMesh`, I think I need to have the the 0-dimensional and 1-dimensional face partition info. Currently the 2-dimensional face partition...

`include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake")` is called in project root CMakeLists.txt, so it is not necessary to have it in `install/` as well.

This is a very trivial issue and arose as I was working on https://github.com/Ferrite-FEM/Ferrite.jl/pull/1138. There is not a consistent formatting for the capitalization of headers in the documentation. For example,...

docs

In the incompressible Navier-Stokes tutorial, there are two things I noticed that might be improved: 1. The construction of the Jacobian is a bit hand-wavy in the sense that there...

In the `#ferrite-fem` channel of [Julia Slack](https://julialang.org/slack/), in asking questions about the [incompressible Navier-Stokes tutorial](https://ferrite-fem.github.io/Ferrite.jl/stable/tutorials/ns_vs_diffeq/), @termi-official stated "we shall also note that the used Navier Stokes time discretization in our...

docs

In the latest version of the [Intel oneAPI MKL](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html?operatingsystem=linux&linux-install=online), the way to set the MKL environment variables is via `source $MKLROOT/env/vars.sh` and **not** via `source $MKLROOT/bin/mklvars.sh` . Therefore, `docs/get_started/linear_system_solvers.rst` should...