WindSE API

windse.ParameterManager

The ParameterManager controls the handles importing the parameters from the params.yaml file.

windse.DomainManager

The DomainManager submodule contains the various classes used for creating different types of domains

windse.RefinementManager

windse.FunctionSpaceManager

The FunctionSpaceManager contains all the different types of function spaces required for solve multiple classes of problems.

windse.BoundaryManager

The BoundaryManager submodule contains the classes required for defining the boundary conditions.

windse.ProblemManager

The ProblemManager contains all of the different classes of problems that windse can solve

windse.SolverManager

The SolverManager contains all the different ways to solve problems generated in windse

windse.objective_functions

The objective function live in the windse/objective_functions folder.

windse.OptimizationManager

The OptimizationManager submodule contains all the required function for optimizing via dolfin-adjoint. To use dolfin-adjoin set::.

windse_driver.driver_functions