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
ad1f8f7c
Commit
ad1f8f7c
authored
Jul 29, 2019
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#859 Cosmetics.
parent
606b7c3b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
Sources/Core/InputData/Instances/Geometry/InterpolationFile.cpp
...s/Core/InputData/Instances/Geometry/InterpolationFile.cpp
+0
-2
Sources/Core/InputData/Instances/Geometry/Mesh.hpp
Sources/Core/InputData/Instances/Geometry/Mesh.hpp
+1
-2
Sources/Core/InputData/Instances/InitialConditionGate.cpp
Sources/Core/InputData/Instances/InitialConditionGate.cpp
+3
-3
Sources/ModelInstances/Hyperelasticity/demo_result_directory_start_time.lua
...nces/Hyperelasticity/demo_result_directory_start_time.lua
+1
-0
No files found.
Sources/Core/InputData/Instances/Geometry/InterpolationFile.cpp
View file @
ad1f8f7c
...
...
@@ -51,8 +51,6 @@ namespace MoReFEM
}
}
// namespace InputDataNS
...
...
Sources/Core/InputData/Instances/Geometry/Mesh.hpp
View file @
ad1f8f7c
...
...
@@ -33,6 +33,7 @@ namespace MoReFEM
namespace
BaseNS
{
/*!
* \brief Common base class from which all InputDataNS::Mesh should inherit.
*
...
...
@@ -42,7 +43,6 @@ namespace MoReFEM
{
};
}
// namespace BaseNS
...
...
@@ -90,7 +90,6 @@ namespace MoReFEM
using
self
=
Mesh
<
IndexT
>
;
//! Friendship to section parent.
using
parent
=
Crtp
::
Section
<
self
,
NoEnclosingSection
>
;
...
...
Sources/Core/InputData/Instances/InitialConditionGate.cpp
View file @
ad1f8f7c
...
...
@@ -32,8 +32,6 @@ namespace MoReFEM
}
const
std
::
string
&
InitialConditionGate
::
Value
::
NameInFile
()
{
static
std
::
string
ret
(
"initial_condition_gate"
);
...
...
@@ -46,7 +44,8 @@ namespace MoReFEM
static
std
::
string
ret
(
"Value of Initial Condition Gate in ReactionDiffusion."
);
return
ret
;
}
const
std
::
string
&
InitialConditionGate
::
Value
::
Constraint
()
{
return
Utilities
::
EmptyString
();
...
...
@@ -72,6 +71,7 @@ namespace MoReFEM
static
std
::
string
ret
(
"Either Write the Gate at each time step or not."
);
return
ret
;
}
const
std
::
string
&
InitialConditionGate
::
WriteGate
::
Constraint
()
{
...
...
Sources/ModelInstances/Hyperelasticity/demo_result_directory_start_time.lua
View file @
ad1f8f7c
...
...
@@ -445,6 +445,7 @@ Solid = {
}
-- Solid
Result
=
{
-- Directory in which all the results will be written. This path may use the environment variable
...
...
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