Skip to content

Commit

Permalink
Add explicit instantiation for complex RankFourTensor operation Refs. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
recuero committed Aug 7, 2020
1 parent 9937196 commit d920603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/src/utils/RankFourTensor.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "DualRealOps.h"
#include "RankFourTensorImplementation.h"
#include "libmesh/libmesh_common.h"

template class RankFourTensorTempl<Real>;
template class RankFourTensorTempl<DualReal>;
Expand Down Expand Up @@ -53,3 +54,6 @@ template RankFourTensor RankFourTensor::operator*(const RankFourTensor & a) cons
template ADRankFourTensor ADRankFourTensor::operator*(const RankFourTensor & a) const;
template ADRankFourTensor RankFourTensor::operator*(const ADRankFourTensor & a) const;
template ADRankFourTensor ADRankFourTensor::operator*(const ADRankFourTensor & a) const;

template RankTwoTensorTempl<Complex>
RankFourTensorTempl<Complex>::operator*(const RankTwoTensorTempl<Complex> & a) const;

0 comments on commit d920603

Please sign in to comment.