Skip to content

A collection of experiments with methods and implementation strategies

License

Notifications You must be signed in to change notification settings

pcarruscag/Flow-Solver-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This was my way of learning about, and experimenting with:

  • Numerical methods for the Navier-Stokes equations (incompressible flow);
  • Discrete adjoint method, there is a geometry and mesh generation module for turbo-machinery so that the code can be used for optimization;
  • Implementation strategies (domain decomposition, shared memory, GPU);
  • Many other things (linear solvers, preconditioners, graphs, etc.);

Compilation

The code is setup to compile with CodeBlocks.

Dependencies

Eigen v3

Usage

See examples and tests.

License

GPL-3.0

About

A collection of experiments with methods and implementation strategies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages