Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Özgür Ozan Sen
ogs
Commits
1a770625
Commit
1a770625
authored
8 years ago
by
Norihiro Watanabe
Browse files
Options
Downloads
Patches
Plain Diff
mv PVDFile to MeshLib/IO/VtkIO
parent
1ff4fc43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MeshLib/IO/VtkIO/PVDFile.cpp
+2
-2
2 additions, 2 deletions
MeshLib/IO/VtkIO/PVDFile.cpp
MeshLib/IO/VtkIO/PVDFile.h
+5
-5
5 additions, 5 deletions
MeshLib/IO/VtkIO/PVDFile.h
NumLib/CMakeLists.txt
+0
-2
0 additions, 2 deletions
NumLib/CMakeLists.txt
ProcessLib/Output.h
+2
-2
2 additions, 2 deletions
ProcessLib/Output.h
with
9 additions
and
11 deletions
Num
Lib/IO/VtkIO/PVDFile.cpp
→
Mesh
Lib/IO/VtkIO/PVDFile.cpp
+
2
−
2
View file @
1a770625
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include
<limits>
#include
<limits>
#include
<logog/include/logog.hpp>
#include
<logog/include/logog.hpp>
namespace
Num
Lib
namespace
Mesh
Lib
{
{
namespace
IO
namespace
IO
{
{
...
@@ -43,4 +43,4 @@ void PVDFile::addVTUFile(const std::string &vtu_fname, double timestep)
...
@@ -43,4 +43,4 @@ void PVDFile::addVTUFile(const std::string &vtu_fname, double timestep)
}
}
}
// IO
}
// IO
}
//
Num
Lib
}
//
Mesh
Lib
This diff is collapsed.
Click to expand it.
Num
Lib/IO/VtkIO/PVDFile.h
→
Mesh
Lib/IO/VtkIO/PVDFile.h
+
5
−
5
View file @
1a770625
...
@@ -7,13 +7,13 @@
...
@@ -7,13 +7,13 @@
*
*
*/
*/
#ifndef
FILEIO
_VTK_PVDFILE_H
#ifndef
MESHLIB
_VTK
IO
_PVDFILE_H
#define
FILEIO
_VTK_PVDFILE_H
#define
MESHLIB
_VTK
IO
_PVDFILE_H
#include
<string>
#include
<string>
#include
<vector>
#include
<vector>
namespace
Num
Lib
namespace
Mesh
Lib
{
{
namespace
IO
namespace
IO
{
{
...
@@ -36,6 +36,6 @@ private:
...
@@ -36,6 +36,6 @@ private:
};
};
}
// namespace IO
}
// namespace IO
}
// namespace
Num
Lib
}
// namespace
Mesh
Lib
#endif //
FILEIO
_VTK_PVDFILE_H
#endif //
MESHLIB
_VTK
IO
_PVDFILE_H
This diff is collapsed.
Click to expand it.
NumLib/CMakeLists.txt
+
0
−
2
View file @
1a770625
...
@@ -28,8 +28,6 @@ set(SOURCES ${SOURCES} ${SOURCES_ODESOLVER})
...
@@ -28,8 +28,6 @@ set(SOURCES ${SOURCES} ${SOURCES_ODESOLVER})
GET_SOURCE_FILES
(
SOURCES_EXTRAPOLATION Extrapolation
)
GET_SOURCE_FILES
(
SOURCES_EXTRAPOLATION Extrapolation
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_EXTRAPOLATION
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_EXTRAPOLATION
}
)
GET_SOURCE_FILES
(
SOURCES_IO_VTK IO/VtkIO
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_VTK
}
)
# Create the library
# Create the library
add_library
(
NumLib
${
SOURCES
}
)
add_library
(
NumLib
${
SOURCES
}
)
...
...
This diff is collapsed.
Click to expand it.
ProcessLib/Output.h
+
2
−
2
View file @
1a770625
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#define PROCESSLIB_OUTPUT_H
#define PROCESSLIB_OUTPUT_H
#include
"BaseLib/ConfigTree.h"
#include
"BaseLib/ConfigTree.h"
#include
"
Num
Lib/IO/VtkIO/PVDFile.h"
#include
"
Mesh
Lib/IO/VtkIO/PVDFile.h"
#include
"Process.h"
#include
"Process.h"
namespace
ProcessLib
namespace
ProcessLib
...
@@ -78,7 +78,7 @@ private:
...
@@ -78,7 +78,7 @@ private:
{}
{}
const
unsigned
process_index
;
const
unsigned
process_index
;
Num
Lib
::
IO
::
PVDFile
pvd_file
;
Mesh
Lib
::
IO
::
PVDFile
pvd_file
;
};
};
Output
(
std
::
string
const
&
prefix
)
Output
(
std
::
string
const
&
prefix
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment