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
Phillip Lino Rall
UGBlocks_V3
Commits
fd460b1e
Commit
fd460b1e
authored
Mar 31, 2020
by
Phillip Lino Rall
Browse files
compared to master, ready to merge
parent
b000b0d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
program/source/extemp/functor.h
View file @
fd460b1e
...
...
@@ -494,10 +494,10 @@ template < class A, class B, class C, class D,
class
DTyp_Result
,
class
DTyp
,
class
Func
>
inline
DTyp_Result
Exp_Functor4
<
A
,
B
,
C
,
D
,
DTyp_Result
,
DTyp
,
Func
>::
Give_cell_hexahedra
(
params_in_cell
)
const
{
return
functor_
->
evaluate
(
a_
.
Give_cell_hexahedra
(
params_out_cell
),
b_
.
Give_cell_hexahedra
(
params_out_cell
),
c_
.
Give_cell_hexahedra
(
params_out_cell
),
d_
.
Give_cell_hexahedra
(
params_out_cell
)
);
return
functor_
->
evaluate
(
a_
.
template
Give_cell_hexahedra
(
params_out_cell
),
b_
.
template
Give_cell_hexahedra
(
params_out_cell
),
c_
.
template
Give_cell_hexahedra
(
params_out_cell
),
d_
.
template
Give_cell_hexahedra
(
params_out_cell
)
);
}
...
...
program/source/extemp/variable.h
View file @
fd460b1e
...
...
@@ -118,7 +118,7 @@ class Expr_Restriction {
}
inline
Result
Give_cell_hexahedra
(
params_in_cell
)
const
{
return
a_
.
Give_cell_hexahedra
(
params_out_cell
);
return
a_
.
template
Give_cell_hexahedra
(
params_out_cell
);
}
template
<
elementTyp
TYP_EL
>
...
...
program/source/pde_op/diffop.h
View file @
fd460b1e
...
...
@@ -653,11 +653,7 @@ class Local_stiffness_matrix : public Expr<Local_stiffness_matrix<TYPE2> > {
template
<
class
B
>
void
Calculate_all_left_boundaries
(
const
B
&
bilinear_form
);
template
<
class
B
>
void
Calculate_all_radial_boundaries
(
const
B
&
bilinear_form
);
void
Print
();
void
Print
();
void
Update
();
void
makePetrovGalerkinZ
();
...
...
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