Files | |
cs_advection_field.cpp | |
cs_advection_field.h | |
cs_basis_func.cpp | |
cs_basis_func.h | |
cs_cdo_advection.cpp | |
Build discrete advection operators for CDO vertex-based schemes. | |
cs_cdo_advection.h | |
cs_cdo_assembly.cpp | |
Set of functions and structures to handle the assembly of cellwise local CDO systems into a cs_matrix_t structure through the cs_matrix_assembler_t and its related structures. | |
cs_cdo_assembly.h | |
cs_cdo_bc.cpp | |
cs_cdo_bc.h | |
cs_cdo_blas.cpp | |
cs_cdo_blas.h | |
cs_cdo_connect.cpp | |
Build additional connectivities (or adjacencies) useful for building CDO or HHO schemes. | |
cs_cdo_connect.h | |
cs_cdo_diffusion.cpp | |
Build discrete stiffness matrices and handled boundary conditions for diffusion term in CDO vertex-based and vertex+cell schemes. | |
cs_cdo_diffusion.h | |
cs_cdo_field_interpolation.cpp | |
cs_cdo_field_interpolation.h | |
cs_cdo_headers.h | |
cs_cdo_local.cpp | |
Functions to handle low-level actions related to CDO local quantities such as cell mesh structures or cellwise systems. | |
cs_cdo_local.h | |
cs_cdo_main.cpp | |
cs_cdo_main.h | |
cs_cdo_quantities.cpp | |
cs_cdo_quantities.h | |
cs_cdo_solve.cpp | |
cs_cdo_solve.h | |
cs_cdo_system.cpp | |
cs_cdo_system.h | |
cs_cdo_toolbox.cpp | |
cs_cdo_toolbox.h | |
cs_cdo_turbulence.cpp | |
Functions to handle the resolution of the turbulence modelling within the CDO framework. | |
cs_cdo_turbulence.h | |
cs_cdocb_priv.cpp | |
Common functions for CDO cell-based schemes which are not visible by default from user-defined functions. | |
cs_cdocb_priv.h | |
cs_cdocb_scaleq.cpp | |
Build an algebraic CDO cell-based system for the diffusion equation and solved it with a monolithic approach. | |
cs_cdocb_scaleq.h | |
cs_cdocb_scaleq_sles.cpp | |
Functions dedicated to to the linear algebra settings and operations in case of CDO cell-based schemes with a scalar-valued equations. | |
cs_cdocb_scaleq_sles.h | |
cs_cdoeb_priv.h | |
Structures for building an algebraic CDO edge-based system for unsteady diffusion-reaction equations with source terms. | |
cs_cdoeb_vecteq.cpp | |
cs_cdoeb_vecteq.h | |
cs_cdofb_ac.cpp | |
Build an algebraic CDO face-based system for the Navier-Stokes equations and solved it with an artificial compressibility algorithm. | |
cs_cdofb_ac.h | |
cs_cdofb_monolithic.cpp | |
Build an algebraic CDO face-based system for the Navier-Stokes equations and solved it with a monolithic approach. | |
cs_cdofb_monolithic.h | |
cs_cdofb_monolithic_priv.h | |
Structures and function pointers useful to build and solve the Navier-Stokes equations with face-based schemes and a monolithic approach. | |
cs_cdofb_monolithic_sles.cpp | |
Functions dedicated to to the linear algebra settings and operations in case of CDO face-based schemes with a monolithic velocity-pressure coupling. | |
cs_cdofb_monolithic_sles.h | |
cs_cdofb_navsto.cpp | |
Shared functions among all face-based schemes for building and solving Stokes and Navier-Stokes problem. | |
cs_cdofb_navsto.h | |
cs_cdofb_predco.cpp | |
Build an algebraic CDO face-based system for the Navier-Stokes equations and solved it with a prediction/correction algorithm. A first equation related to the velocity prediction is solved and then a second equation related to the pressure correction is solved to project the velocity field into the space of divergence-free field. | |
cs_cdofb_predco.h | |
cs_cdofb_priv.cpp | |
cs_cdofb_priv.h | |
cs_cdofb_scaleq.cpp | |
Build an algebraic CDO face-based system for unsteady convection-diffusion-reaction of scalar-valued equations with source terms. | |
cs_cdofb_scaleq.h | |
cs_cdofb_vecteq.cpp | |
cs_cdofb_vecteq.h | |
cs_cdovb_priv.h | |
Structures for building an algebraic CDO vertex-based system for unsteady convection-diffusion-reaction equations with source terms. | |
cs_cdovb_scaleq.cpp | |
Build an algebraic CDO vertex-based system for unsteady convection-diffusion-reaction of scalar-valued equations with source terms. | |
cs_cdovb_scaleq.h | |
cs_cdovb_scalsys.cpp | |
Build an algebraic CDO vertex-based system for a set of coupled unsteady convection-diffusion-reaction of scalar-valued equations with source terms. | |
cs_cdovb_scalsys.h | |
cs_cdovb_vecteq.cpp | |
Build an algebraic CDO vertex-based system for unsteady convection-diffusion-reaction of vector-valued equations with source terms. | |
cs_cdovb_vecteq.h | |
cs_cdovcb_scaleq.cpp | |
Build an algebraic CDO vertex+cell-based system for unsteady convection diffusion reaction of scalar-valued equations with source terms. | |
cs_cdovcb_scaleq.h | |
cs_dbg.cpp | |
cs_dbg.h | |
cs_domain.cpp | |
Manage a computational domain. | |
cs_domain.h | |
cs_domain_op.cpp | |
cs_domain_op.h | |
cs_domain_setup.cpp | |
Functions to handle the setup of a computational domain High level interface for handling the computation. | |
cs_domain_setup.h | |
cs_enforcement.cpp | |
Structure and functions handling the way to enforce interior degrees of freedom. | |
cs_enforcement.h | |
cs_equation.cpp | |
cs_equation.h | |
cs_equation_bc.cpp | |
cs_equation_bc.h | |
cs_equation_builder.cpp | |
cs_equation_builder.h | |
cs_equation_param.cpp | |
Structure and functions handling the specific settings related to a cs_equation_t structure. | |
cs_equation_param.h | |
cs_equation_priv.h | |
cs_equation_system.cpp | |
cs_equation_system.h | |
cs_equation_system_param.cpp | |
cs_equation_system_param.h | |
cs_equation_system_sles.cpp | |
cs_equation_system_sles.h | |
cs_evaluate.cpp | |
cs_evaluate.h | |
cs_flag.cpp | |
cs_flag.h | |
cs_hho_builder.cpp | |
cs_hho_builder.h | |
cs_hho_scaleq.cpp | |
cs_hho_scaleq.h | |
cs_hho_stokes.cpp | |
cs_hho_stokes.h | |
cs_hho_vecteq.cpp | |
cs_hho_vecteq.h | |
cs_hodge.cpp | |
Build discrete Hodge operators. | |
cs_hodge.h | |
cs_iter_algo.cpp | |
Set of functions to manage high-level iterative algorithms such as Uzawa, Golub-Kahan Bi-orthogonalization, block preconditioner or Picard and Anderson algorithms which may incorporate inner iterative solvers. | |
cs_iter_algo.h | |
cs_macfb_advection.cpp | |
Build discrete advection operators for MAC face-based schemes. | |
cs_macfb_advection.h | |
cs_macfb_builder.cpp | |
cs_macfb_builder.h | |
cs_macfb_monolithic.cpp | |
Build an algebraic MAC face-based system for the Navier-Stokes equations and solved it with a monolithic approach. | |
cs_macfb_monolithic.h | |
cs_macfb_monolithic_priv.h | |
Structures and function pointers useful to build and solve the Navier-Stokes equations with MAC face-based schemes and a monolithic approach. | |
cs_macfb_monolithic_sles.cpp | |
Functions dedicated to to the linear algebra settings and operations in case of CDO face-based schemes with a monolithic velocity-pressure coupling. | |
cs_macfb_monolithic_sles.h | |
cs_macfb_navsto.cpp | |
Shared functions among all face-based schemes for building and solving Stokes and Navier-Stokes problem. | |
cs_macfb_navsto.h | |
cs_macfb_priv.cpp | |
cs_macfb_priv.h | |
cs_macfb_vecteq.cpp | |
cs_macfb_vecteq.h | |
cs_maxwell.cpp | |
cs_maxwell.h | |
Structure and functions handling the Maxwell module dedicated to the resolution of electro-magnetic equations. | |
cs_mesh_deform.cpp | |
cs_mesh_deform.h | |
cs_navsto_coupling.cpp | |
Functions to handle structures used as a context when solving the Navier-Stokes equations. Structures are cast on-the-fly according to the type of coupling. | |
cs_navsto_coupling.h | |
cs_navsto_param.cpp | |
cs_navsto_param.h | |
cs_navsto_system.cpp | |
Functions to handle the cs_navsto_system_t structure which is the high-level structure to manage the Navier-Stokes system of equations. | |
cs_navsto_system.h | |
cs_param_cdo.cpp | |
cs_param_cdo.h | |
cs_property.cpp | |
cs_property.h | |
cs_quadrature.cpp | |
cs_quadrature.h | |
cs_reco.cpp | |
cs_reco.h | |
cs_reco_cw.cpp | |
cs_reco_cw.h | |
cs_saddle_system.cpp | |
Set of functions to manipulate saddle-point systems defined by blocks relying on the cs_cdo_system_t structures: matrix/vector multiplications. | |
cs_saddle_system.h | |
cs_scheme_geometry.cpp | |
cs_scheme_geometry.h | |
cs_sdm.cpp | |
cs_sdm.h | |
cs_solid_selection.cpp | |
Structure and functions handling the list of solid cells Useful for Navier-Stokes, thermal module or the solidification module. | |
cs_solid_selection.h | |
cs_solidification.cpp | |
Structure and functions handling the solidification module (modified Navier-Stokes + thermal module + transport equations) | |
cs_solidification.h | |
cs_source_term.cpp | |
cs_source_term.h | |
cs_static_condensation.cpp | |
cs_static_condensation.h | |
cs_thermal_system.cpp | |
cs_thermal_system.h | |
Functions to handle the cs_thermal_system_t structure. This module can be used stand alone or linked with another module such as Navier-Stokes, groundwater flows or Maxwell... The temperature field is automatically defined when this module is activated. | |
cs_walldistance.cpp | |
cs_walldistance.h | |
cs_xdef.cpp | |
Functions to handle extended definitions of quantities thanks to the cs_xdef_t structures. | |
cs_xdef.h | |
cs_xdef_cw_eval.cpp | |
cs_xdef_cw_eval.h | |
cs_xdef_eval.cpp | |
cs_xdef_eval.h |