Pinned Repositories
2D_DD_NS
Project of PACS course A.Y 2023/2024 Politecnico di Milano
bim
Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations
eigen_sparse_mpi
a partitioned sparse matrix class based on mpi and eigen
msh
Create and manage triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Use a mesh data structure compatible with PDEtool. Rely on gmsh for unstructured mesh generation.
octave-mpi
Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
progetto_fcn
projected_newton_krylov
projected_newton_krylov
quadgrid
simple cartesian quad grid for c++/octave
quadtree
quadtree_ng
GNU Octave package for creating and manipulating quad-tree meshes
carlodefalco's Repositories
carlodefalco/octave-mpi
Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
carlodefalco/msh
Create and manage triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Use a mesh data structure compatible with PDEtool. Rely on gmsh for unstructured mesh generation.
carlodefalco/bim
Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations
carlodefalco/eigen_sparse_mpi
a partitioned sparse matrix class based on mpi and eigen
carlodefalco/progetto_fcn
carlodefalco/projected_newton_krylov
projected_newton_krylov
carlodefalco/quadgrid
simple cartesian quad grid for c++/octave
carlodefalco/quadtree
carlodefalco/quadtree_ng
GNU Octave package for creating and manipulating quad-tree meshes
carlodefalco/2D_DD_NS
Project of PACS course A.Y 2023/2024 Politecnico di Milano
carlodefalco/ACPHPSC
carlodefalco/Aero-shock
My Cpp, python and fortran practice files
carlodefalco/cdf_timer
a trivial c++ timer class with methods tic and toc
carlodefalco/CompTech4MolMod
carlodefalco/fpl
carlodefalco/map_exercise
Exercise on std::map
carlodefalco/mk
Environment modules for scientific computing libraries and packages, with portable x86-64 Linux binaries. Developed at MOX (Politecnico di Milano) and based on Lmod.
carlodefalco/NavierStokesOctave
Octave olver for 2D incompressible Navier-Stokes equations on a Cartesian grid using Inf-Sup stable Q2-P1 elements
carlodefalco/NSDDMACRO
carlodefalco/octave_file_io
wrapper class around liboctave to load and save data in formats octave can understand
carlodefalco/packages
An index for GNU Octave packages.
carlodefalco/pacs
Examples and exercises for the PACS course
carlodefalco/Pacs_BGLgeom_Ilaria_Mattia
2016 Pacs project by Ilaria Speranza and Mattia Tantardini
carlodefalco/poisson_penalty
Solver for the 2D Poisson Equation based on a penalty method
carlodefalco/Progetto-Chemisorption-on-semiconductors
carlodefalco/reaction_diffusion_ionic_propulsion
reaction--(electro)diffusion code for simulating microscale phenomena in ionic propulsion
carlodefalco/taylor_galerkin_1d
taylor_galerkin_1d
carlodefalco/template_matrix
a matrix class for experimenting and teaching templates