7.2
general documentation
cs_equation_core_t Struct Reference

Main structures composiing an equation structure. More...

#include <cs_equation.h>

+ Collaboration diagram for cs_equation_core_t:

Data Fields

cs_equation_param_tparam
 
cs_equation_builder_tbuilder
 
void * scheme_context
 

Detailed Description

Main structures composiing an equation structure.

Intermediate structure useful to manipulate an array of (sub-)structures. Especially, the scheme context relies on the space discretization and it is not easy to manipulate void ** object. This is a way around to this operation.

These three structures allow one to use nearly all operations related to an equation without having to build an equation structure. This is useful when handling extra-diagonal block in systems of equations.

Field Documentation

◆ builder

◆ param

◆ scheme_context

void* scheme_context

The documentation for this struct was generated from the following file: