Intrepid
Functions
test_02.cpp File Reference

Mass matrix patch test for the Intrepid::Basis_HCURL_HEX_In_FEM class. More...

#include "Intrepid_FieldContainer.hpp"
#include "Intrepid_HCURL_HEX_In_FEM.hpp"
#include "Intrepid_CubatureTensor.hpp"
#include "Intrepid_DefaultCubatureFactory.hpp"
#include "Intrepid_CubaturePolylib.hpp"
#include "Intrepid_RealSpaceTools.hpp"
#include "Intrepid_ArrayTools.hpp"
#include "Intrepid_FunctionSpaceTools.hpp"
#include "Intrepid_CellTools.hpp"
#include "Intrepid_PointTools.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_LAPACK.hpp"

Go to the source code of this file.

Functions

void rhsFunc (FieldContainer< double > &, const FieldContainer< double > &, int, int, int, int)
 
void u_exact (FieldContainer< double > &, const FieldContainer< double > &, int, int, int, int)
 
int main (int argc, char *argv[])
 

Detailed Description

Mass matrix patch test for the Intrepid::Basis_HCURL_HEX_In_FEM class.

Author
Created by P. Bochev, R. Kirby, D. Ridzal, K. Peterson.

Definition in file test_02.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 98 of file test_02.cpp.

◆ rhsFunc()

void rhsFunc ( FieldContainer< double > & result,
const FieldContainer< double > & points,
int comp,
int xd,
int yd,
int zd )

Definition at line 88 of file test_02.cpp.

◆ u_exact()

void u_exact ( FieldContainer< double > & result,
const FieldContainer< double > & points,
int comp,
int xd,
int yd,
int zd )

Definition at line 72 of file test_02.cpp.