Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MoReFEM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
ac95b828
Commit
ac95b828
authored
Jun 29, 2020
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#0 Run header guards script.
parent
d064740f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Sources/Test/ThirdParty/PETSc/Matrix/InputData.hpp
Sources/Test/ThirdParty/PETSc/Matrix/InputData.hpp
+4
-4
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hpp
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hpp
+3
-3
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hxx
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hxx
+3
-3
No files found.
Sources/Test/ThirdParty/PETSc/Matrix/InputData.hpp
View file @
ac95b828
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
*/
*/
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_INPUT_DATA_HPP_
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_INPUT_DATA_HPP_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_INPUT_DATA_HPP_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_INPUT_DATA_HPP_
# include "Utilities/Containers/EnumClass.hpp"
# include "Utilities/Containers/EnumClass.hpp"
...
@@ -57,7 +57,7 @@ namespace MoReFEM::TestNS::PetscNS::MatrixNS
...
@@ -57,7 +57,7 @@ namespace MoReFEM::TestNS::PetscNS::MatrixNS
InputDataNS
::
NumberingSubset
<
row_index
>
,
InputDataNS
::
NumberingSubset
<
row_index
>
,
InputDataNS
::
NumberingSubset
<
column_index
>
,
InputDataNS
::
NumberingSubset
<
column_index
>
,
InputDataNS
::
FEltSpace
<
sole
>
,
InputDataNS
::
FEltSpace
<
sole
>
,
InputDataNS
::
Result
InputDataNS
::
Result
...
@@ -74,4 +74,4 @@ namespace MoReFEM::TestNS::PetscNS::MatrixNS
...
@@ -74,4 +74,4 @@ namespace MoReFEM::TestNS::PetscNS::MatrixNS
}
// namespace MoReFEM::TestNS::PetscNS::MatrixNS
}
// namespace MoReFEM::TestNS::PetscNS::MatrixNS
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_INPUT_DATA_HPP_
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_INPUT_DATA_HPP_
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hpp
View file @
ac95b828
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
*/
*/
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HPP_
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HPP_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HPP_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HPP_
# include <memory>
# include <memory>
# include <vector>
# include <vector>
...
@@ -102,4 +102,4 @@ namespace MoReFEM
...
@@ -102,4 +102,4 @@ namespace MoReFEM
#include "Test/ThirdParty/PETSc/Matrix/ToyModel.hxx"
#include "Test/ThirdParty/PETSc/Matrix/ToyModel.hxx"
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HPP_
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HPP_
Sources/Test/ThirdParty/PETSc/Matrix/ToyModel.hxx
View file @
ac95b828
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
*/
*/
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HXX_
#ifndef MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HXX_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HXX_
# define MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HXX_
namespace
MoReFEM
namespace
MoReFEM
...
@@ -39,4 +39,4 @@ namespace MoReFEM
...
@@ -39,4 +39,4 @@ namespace MoReFEM
}
// namespace MoReFEM
}
// namespace MoReFEM
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_
I_O_
x_TOY_MODEL_HXX_
#endif // MOREFEM_x_TEST_x_THIRD_PARTY_x_P_E_T_SC_x_MATRIX_x_TOY_MODEL_HXX_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment