Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
90943668
Commit
90943668
authored
Jun 09, 2020
by
GILLES Sebastien
Browse files
#1525
Modify alias that didn't work with gcc.
parent
dffeba58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/Test/ThirdParty/PETSc/VectorIO/InputData.hpp
View file @
90943668
...
...
@@ -29,29 +29,29 @@ namespace MoReFEM::TestNS::PetscNS::VectorIONS
{
//! Sole index used for this very simple model.
constexpr
auto
sole
=
1
;
//! Sole index used for this very simple model.
constexpr
auto
sole
=
1
;
//! \copydoc doxygen_hide_input_data_tuple
using
InputDataTuple
=
std
::
tuple
<
InputDataNS
::
Mesh
<
sole
>
,
//! \copydoc doxygen_hide_input_data_tuple
using
InputDataTuple
=
std
::
tuple
<
InputDataNS
::
Mesh
<
sole
>
,
InputDataNS
::
Unknown
<
sole
>
,
InputDataNS
::
Domain
<
sole
>
,
InputDataNS
::
NumberingSubset
<
sole
>
,
InputDataNS
::
FEltSpace
<
sole
>
,
InputDataNS
::
Unknown
<
sole
>
,
InputDataNS
::
Domain
<
sole
>
,
InputDataNS
::
NumberingSubset
<
sole
>
,
InputDataNS
::
FEltSpace
<
sole
>
,
InputDataNS
::
Result
>
;
InputDataNS
::
Result
>
;
//! \copydoc doxygen_hide_model_specific_input_data
using
InputData
=
InputData
<
InputDataTuple
>
;
//! \copydoc doxygen_hide_model_specific_input_data
using
InputData
=
InputData
<
InputDataTuple
>
;
//! \copydoc doxygen_hide_morefem_data_type
using
morefem_data_type
=
MoReFEMData
<
InputData
,
program_type
::
test
>
;
//! \copydoc doxygen_hide_morefem_data_type
using
morefem_data_type
=
MoReFEMData
<
InputData
,
program_type
::
test
>
;
}
// namespace MoReFEM::TestNS::PetscNS::VectorIONS
...
...
Sources/Test/ThirdParty/PETSc/VectorIO/ToyModel.hpp
View file @
90943668
...
...
@@ -47,7 +47,7 @@ namespace MoReFEM
public:
//! Define as a trait - I need that to use it with \a TestNS::FixtureNS::Model .
using
morefem_data_type
=
morefem_data_type
;
using
morefem_data_type
=
::
MoReFEM
::
TestNS
::
PetscNS
::
VectorIONS
::
morefem_data_type
;
public:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment