Main structures composiing an equation structure. More...
#include <cs_equation.h>
Data Fields | |
cs_equation_param_t * | param |
cs_equation_builder_t * | builder |
void * | scheme_context |
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.
cs_equation_builder_t* builder |
cs_equation_param_t* param |
void* scheme_context |