Intrepid
|
Unit test of Nedelec class for triangles. More...
#include "Intrepid_FieldContainer.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Intrepid_PointTools.hpp"
#include "Intrepid_HDIV_TRI_In_FEM.hpp"
#include "Intrepid_HCURL_TRI_In_FEM.hpp"
#include "Shards_CellTopology.hpp"
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Performs a code-code comparison to FIAT for Nedelec bases on triangles (values and curls) More... | |
Unit test of Nedelec class for triangles.
Definition in file test_01.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Performs a code-code comparison to FIAT for Nedelec bases on triangles (values and curls)
argc | [in] - number of command-line arguments |
argv | [in] - command-line arguments |
Definition at line 66 of file test_01.cpp.
References Intrepid::Basis< Scalar, ArrayScalar >::getBaseCellTopology(), Intrepid::Basis< Scalar, ArrayScalar >::getCardinality(), Intrepid::PointTools::getLatticeSize(), Intrepid::Basis_HCURL_TRI_In_FEM< Scalar, ArrayScalar >::getValues(), and Intrepid::Basis_HDIV_TRI_In_FEM< Scalar, ArrayScalar >::getValues().