GalerkinToolkit.jl icon indicating copy to clipboard operation
GalerkinToolkit.jl copied to clipboard

Finite-element toolbox in Julia

Results 22 GalerkinToolkit.jl issues
Sort by recently updated
recently updated
newest added

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...