Files | |
cs_advection_field.c | |
cs_advection_field.h | |
cs_basis_func.c | |
cs_basis_func.h | |
cs_cdo_advection.c | |
Build discrete advection operators for CDO vertex-based schemes. | |
cs_cdo_advection.h | |
cs_cdo_assembly.c | |
Assembly of local cellwise system into a cs_matrix_t structure through the cs_matrix_assembler_t and its related structures. | |
cs_cdo_assembly.h | |
cs_cdo_bc.c | |
cs_cdo_bc.h | |
cs_cdo_blas.c | |
cs_cdo_blas.h | |
cs_cdo_connect.c | |
Build additional connectivities (or adjacencies) useful for building CDO or HHO schemes. | |
cs_cdo_connect.h | |
cs_cdo_diffusion.c | |
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.c | |
cs_cdo_field_interpolation.h | |
cs_cdo_headers.h | |
cs_cdo_local.c | |
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.c | |
cs_cdo_main.h | |
cs_cdo_quantities.c | |
cs_cdo_quantities.h | |
cs_cdo_solve.c | |
cs_cdo_solve.h | |
cs_cdo_system.c | |
cs_cdo_system.h | |
cs_cdo_toolbox.c | |
cs_cdo_toolbox.h | |
cs_cdo_turbulence.c | |
Functions to handle the resolution of the turbulence modelling within the CDO framework. | |
cs_cdo_turbulence.h | |
cs_cdocb_monolithic_sles.c | |
Functions dedicated to to the linear algebra settings and operations in case of CDO cell-based schemes with a monolithic coupling. | |
cs_cdocb_monolithic_sles.h | |
cs_cdocb_priv.h | |
cs_cdocb_scaleq.c | |
Build an algebraic CDO cell-based system for the diffusion equation and solved it with a monolithic approach. | |
cs_cdocb_scaleq.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.c | |
cs_cdoeb_vecteq.h | |
cs_cdofb_ac.c | |
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.c | |
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.c | |
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.c | |
Shared functions among all face-based schemes for building and solving Stokes and Navier-Stokes problem. | |
cs_cdofb_navsto.h | |
cs_cdofb_predco.c | |
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.c | |
cs_cdofb_priv.h | |
cs_cdofb_scaleq.c | |
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.c | |
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.c | |
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.c | |
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.c | |
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.c | |
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.c | |
cs_dbg.h | |
cs_domain.c | |
Manage a computational domain. | |
cs_domain.h | |
cs_domain_op.c | |
cs_domain_op.h | |
cs_domain_setup.c | |
Functions to handle the setup of a computational domain High level interface for handling the computation. | |
cs_domain_setup.h | |
cs_enforcement.c | |
Structure and functions handling the way to enforce interior degrees of freedom. | |
cs_enforcement.h | |
cs_equation.c | |
cs_equation.h | |
cs_equation_bc.c | |
cs_equation_bc.h | |
cs_equation_builder.c | |
cs_equation_builder.h | |
cs_equation_param.c | |
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.c | |
cs_equation_system.h | |
cs_equation_system_param.c | |
cs_equation_system_param.h | |
cs_equation_system_sles.c | |
cs_equation_system_sles.h | |
cs_evaluate.c | |
cs_evaluate.h | |
cs_flag.c | |
cs_flag.h | |
cs_gwf.c | |
Main high-level functions dedicated to groundwater flows when using CDO schemes. | |
cs_gwf.h | |
cs_gwf_param.h | |
cs_gwf_priv.c | |
Helper functions dedicated to groundwater flows when using CDO schemes. | |
cs_gwf_priv.h | |
cs_gwf_soil.c | |
Main functions dedicated to soil management in groundwater flows when using CDO schemes. | |
cs_gwf_soil.h | |
cs_gwf_toolbox.c | |
cs_gwf_toolbox.h | |
cs_gwf_tracer.c | |
cs_gwf_tracer.h | |
cs_hho_builder.c | |
cs_hho_builder.h | |
cs_hho_scaleq.c | |
cs_hho_scaleq.h | |
cs_hho_stokes.c | |
cs_hho_stokes.h | |
cs_hho_vecteq.c | |
cs_hho_vecteq.h | |
cs_hodge.c | |
Build discrete Hodge operators. | |
cs_hodge.h | |
cs_iter_algo.c | |
Set of functions to handle the management of high-level iterative algorithms such as Uzawa, Golub-Kahan Bi-orthogonalization, block preconditioner or Picard algorithms which incorporates inner iterative solvers. | |
cs_iter_algo.h | |
cs_maxwell.c | |
cs_maxwell.h | |
Structure and functions handling the Maxwell module dedicated to the resolution of electro-magnetic equations. | |
cs_mesh_deform.c | |
cs_mesh_deform.h | |
cs_navsto_coupling.c | |
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.c | |
cs_navsto_param.h | |
cs_navsto_sles.c | |
Functions to handle SLES structures used during the resolution of the Navier-Stokes system of equations. | |
cs_navsto_sles.h | |
cs_navsto_system.c | |
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.c | |
cs_param_cdo.h | |
cs_property.c | |
cs_property.h | |
cs_quadrature.c | |
cs_quadrature.h | |
cs_reco.c | |
cs_reco.h | |
cs_saddle_itsol.c | |
In-house iterative solvers defined by blocks and associated to CDO discretizations. | |
cs_saddle_itsol.h | |
cs_scheme_geometry.c | |
cs_scheme_geometry.h | |
cs_sdm.c | |
cs_sdm.h | |
cs_solid_selection.c | |
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.c | |
Structure and functions handling the solidification module (modified Navier-Stokes + thermal module + transport equations) | |
cs_solidification.h | |
cs_source_term.c | |
cs_source_term.h | |
cs_static_condensation.c | |
cs_static_condensation.h | |
cs_thermal_system.c | |
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.c | |
cs_walldistance.h | |
cs_xdef.c | |
Functions to handle extended definitions of quantities thanks to the cs_xdef_t structures. | |
cs_xdef.h | |
cs_xdef_cw_eval.c | |
cs_xdef_cw_eval.h | |
cs_xdef_eval.c | |
cs_xdef_eval.h |