Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
unstructured_grids
Commits
60b62dc2
Commit
60b62dc2
authored
Sep 02, 2016
by
Thomas Steinreiter
Browse files
renamed file extensions
parent
0adbd844
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
libmesh/CMakeLists.txt
libmesh/CMakeLists.txt
+1
-1
libmesh/fem_system_ex4.cpp
libmesh/fem_system_ex4.cpp
+1
-1
libmesh/heatsystem.cpp
libmesh/heatsystem.cpp
+1
-1
libmesh/heatsystem.hpp
libmesh/heatsystem.hpp
+2
-0
No files found.
libmesh/CMakeLists.txt
View file @
60b62dc2
...
...
@@ -23,7 +23,7 @@ if (MPI_FOUND)
enable_language
(
CXX
)
include_directories
(
${
MPI_INCLUDE_PATH
}
${
LIBMESH_INCLUDE_PATH
}
)
link_directories
(
${
LIBMESH_LIBRARY_PATH
}
)
add_executable
(
${
NAME
}
fem_system_ex4.
C
heatsystem.
C
)
add_executable
(
${
NAME
}
fem_system_ex4.
cpp
heatsystem.
cpp
)
set
(
CMAKE_BUILD_TYPE RelWithDebInfo
)
if
(
"
${
CMAKE_CXX_COMPILER_ID
}
"
STREQUAL
"GNU"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-march=native"
)
...
...
libmesh/fem_system_ex4.
C
→
libmesh/fem_system_ex4.
cpp
View file @
60b62dc2
...
...
@@ -43,7 +43,7 @@
#include "libmesh/uniform_refinement_estimator.h"
// The systems and solvers we may use
#include "heatsystem.h"
#include "heatsystem.h
pp
"
#include "libmesh/diff_solver.h"
#include "libmesh/euler_solver.h"
#include "libmesh/steady_solver.h"
...
...
libmesh/heatsystem.
C
→
libmesh/heatsystem.
cpp
View file @
60b62dc2
#include "heatsystem.h"
#include "heatsystem.h
pp
"
#include "libmesh/dirichlet_boundaries.h"
#include "libmesh/dof_map.h"
...
...
libmesh/heatsystem.h
→
libmesh/heatsystem.h
pp
View file @
60b62dc2
#pragma once
#include "libmesh/enum_fe_family.h"
#include "libmesh/fem_system.h"
...
...
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