Skip to content

Commit f6114f4

Browse files
committed
Improve documentation, remove trailing whitespace
1 parent 0f74844 commit f6114f4

17 files changed

+131
-109
lines changed

EXTERNAL/DIRECTSOL/pevsl_direct.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define PEVSL_DIRECT_H
33

44
/**
5-
* @file evsl_direct.h
5+
* @file pevsl_direct.h
66
* @brief Definitions used for direct solver interface
77
*
88
* Note that this file is meant to be the header file

EXTERNAL/DIRECTSOL/pevsl_mumps.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ typedef struct _BSolDataDirect {
2424

2525
/** @brief Setup the B-sol by factorization with MUMPS
2626
*
27-
* @param B parcsr matrix B
27+
* @param[in] B parcsr matrix B
28+
* @param[out] data Output B-sol struct
2829
* */
2930
int SetupBSolDirect(pevsl_Parcsr *B, void **data) {
3031
int i, nglobal, nlocal, rank, size;

EXTERNAL/DIRECTSOL/pevsl_pardiso.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ typedef struct _BSolDataDirect {
2525

2626
/** @brief Setup the B-sol by factorization with Pardiso
2727
*
28-
* @param B parcsr matrix B
28+
* @param[in] B parcsr matrix B
29+
* @param[out] data Output B-sol struct
2930
* */
3031
int SetupBSolDirect(pevsl_Parcsr *B, void **data) {
3132

EXTERNAL/ITERSOL/pevsl_itsol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define PEVSL_ITSOL_H
33

44
/**
5-
* @file evsl_itsol.h
5+
* @file pevsl_itsol.h
66
* @brief Definitions used for iterative solver interface
77
*
88
* Note that this file is meant to be the header file

0 commit comments

Comments
 (0)