mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Align multi-line parameter lists and structure members.
No functional changes.
This commit is contained in:
@@ -190,10 +190,10 @@ compute_grav_term(struct UnstructuredGrid *G, const double *gpress,
|
|||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
static int
|
static int
|
||||||
assemble_bc_contrib(struct UnstructuredGrid *G ,
|
assemble_bc_contrib(struct UnstructuredGrid *G ,
|
||||||
const struct FlowBoundaryConditions *bc ,
|
const struct FlowBoundaryConditions *bc ,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
struct ifs_tpfa_data *h )
|
struct ifs_tpfa_data *h )
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
int is_neumann, is_outflow;
|
int is_neumann, is_outflow;
|
||||||
@@ -290,11 +290,11 @@ ifs_tpfa_construct(struct UnstructuredGrid *G,
|
|||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
void
|
void
|
||||||
ifs_tpfa_assemble(struct UnstructuredGrid *G,
|
ifs_tpfa_assemble(struct UnstructuredGrid *G ,
|
||||||
const struct ifs_tpfa_forces *F,
|
const struct ifs_tpfa_forces *F ,
|
||||||
const double *trans,
|
const double *trans ,
|
||||||
const double *gpress,
|
const double *gpress,
|
||||||
struct ifs_tpfa_data *h)
|
struct ifs_tpfa_data *h )
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
int c1, c2, c, i, f, j1, j2;
|
int c1, c2, c, i, f, j1, j2;
|
||||||
@@ -351,11 +351,11 @@ ifs_tpfa_assemble(struct UnstructuredGrid *G,
|
|||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
void
|
void
|
||||||
ifs_tpfa_press_flux(struct UnstructuredGrid *G,
|
ifs_tpfa_press_flux(struct UnstructuredGrid *G ,
|
||||||
const struct ifs_tpfa_forces *F,
|
const struct ifs_tpfa_forces *F ,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
struct ifs_tpfa_data *h,
|
struct ifs_tpfa_data *h ,
|
||||||
struct ifs_tpfa_solution *soln)
|
struct ifs_tpfa_solution *soln )
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
{
|
{
|
||||||
int c1, c2, f;
|
int c1, c2, f;
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ struct ifs_tpfa_solution {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ifs_tpfa_forces {
|
struct ifs_tpfa_forces {
|
||||||
const double *src;
|
const double *src;
|
||||||
const struct FlowBoundaryConditions *bc;
|
const struct FlowBoundaryConditions *bc ;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -55,18 +55,18 @@ ifs_tpfa_construct(struct UnstructuredGrid *G,
|
|||||||
struct Wells *W);
|
struct Wells *W);
|
||||||
|
|
||||||
void
|
void
|
||||||
ifs_tpfa_assemble(struct UnstructuredGrid *G,
|
ifs_tpfa_assemble(struct UnstructuredGrid *G ,
|
||||||
const struct ifs_tpfa_forces *F,
|
const struct ifs_tpfa_forces *F ,
|
||||||
const double *trans,
|
const double *trans ,
|
||||||
const double *gpress,
|
const double *gpress,
|
||||||
struct ifs_tpfa_data *h);
|
struct ifs_tpfa_data *h );
|
||||||
|
|
||||||
void
|
void
|
||||||
ifs_tpfa_press_flux(struct UnstructuredGrid *G,
|
ifs_tpfa_press_flux(struct UnstructuredGrid *G ,
|
||||||
const struct ifs_tpfa_forces *F,
|
const struct ifs_tpfa_forces *F ,
|
||||||
const double *trans,
|
const double *trans,
|
||||||
struct ifs_tpfa_data *h,
|
struct ifs_tpfa_data *h ,
|
||||||
struct ifs_tpfa_solution *soln);
|
struct ifs_tpfa_solution *soln );
|
||||||
|
|
||||||
void
|
void
|
||||||
ifs_tpfa_destroy(struct ifs_tpfa_data *h);
|
ifs_tpfa_destroy(struct ifs_tpfa_data *h);
|
||||||
|
|||||||
Reference in New Issue
Block a user