Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
rezgarshakeri committed Feb 24, 2023
1 parent be1763e commit 9d696c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Hdiv-mixed/problems/darcy2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "../qfunctions/darcy-true-quartic2d.h"
#include "../qfunctions/darcy-true2d.h"
#include "../qfunctions/post-processing2d.h"
//#include "../qfunctions/pressure-boundary2d.h"
// #include "../qfunctions/pressure-boundary2d.h"

PetscErrorCode Hdiv_DARCY2D(Ceed ceed, ProblemData problem_data, DM dm, void *ctx) {
AppCtx app_ctx = *(AppCtx *)ctx;
Expand Down
2 changes: 1 addition & 1 deletion examples/Hdiv-mixed/problems/darcy3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "../qfunctions/darcy-system3d.h"
#include "../qfunctions/darcy-true3d.h"
#include "../qfunctions/post-processing3d.h"
//#include "../qfunctions/pressure-boundary3d.h"
// #include "../qfunctions/pressure-boundary3d.h"

PetscErrorCode Hdiv_DARCY3D(Ceed ceed, ProblemData problem_data, DM dm, void *ctx) {
AppCtx app_ctx = *(AppCtx *)ctx;
Expand Down
2 changes: 1 addition & 1 deletion examples/Hdiv-mixed/problems/richard2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "../qfunctions/richard-ics2d.h"
#include "../qfunctions/richard-system2d.h"
#include "../qfunctions/richard-true2d.h"
//#include "../qfunctions/pressure-boundary2d.h"
// #include "../qfunctions/pressure-boundary2d.h"
#include "petscsystypes.h"

PetscErrorCode Hdiv_RICHARD2D(Ceed ceed, ProblemData problem_data, DM dm, void *ctx) {
Expand Down
2 changes: 1 addition & 1 deletion examples/Hdiv-mixed/problems/richard3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "../qfunctions/richard-ics3d.h"
#include "../qfunctions/richard-system3d.h"
#include "../qfunctions/richard-true3d.h"
//#include "../qfunctions/pressure-boundary2d.h"
// #include "../qfunctions/pressure-boundary2d.h"
#include "petscsystypes.h"

PetscErrorCode Hdiv_RICHARD3D(Ceed ceed, ProblemData problem_data, DM dm, void *ctx) {
Expand Down
1 change: 1 addition & 0 deletions examples/Hdiv-mixed/src/setup-matops.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "../include/setup-matops.h"

#include <stdio.h>

#include "../include/setup-libceed.h"
Expand Down

0 comments on commit 9d696c2

Please sign in to comment.