[Dune] question about JacobianInverseTransposed
Aleksejs Fomins
aleksejs.fomins at lspr.ch
Mon Aug 4 09:48:16 CEST 2014
Dear Dune,
I would be happy if someone could explain me the initializer of the
MultilinearGeometry:
---------------------------------------------------------------
typedef FieldMatrix< ctype, coorddimension, mydimension > Base;
public:
void setup ( const JacobianTransposed &jt )
{
detInv_ = MatrixHelper::template rightInvA< mydimension,
coorddimension >( jt, static_cast< Base & >( *this ) );
}
---------------------------------------------------------------
Namely, I am not sure what does "static_cast< Base & >( *this )" do, and
thus where the inverse of jt is stored?
Thank you,
Aleksejs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 551 bytes
Desc: OpenPGP digital signature
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20140804/2fa1e330/attachment.sig>
More information about the Dune
mailing list