Intrepid
|
Unit test of Lagrange basis class. More...
#include "Intrepid_FieldContainer.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Intrepid_PointTools.hpp"
#include "Intrepid_HGRAD_TET_Cn_FEM.hpp"
#include "Shards_CellTopology.hpp"
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Tests for Lagrange basis on tets. Tests Kronecker property of basis and basic execution of differentiation and dof-tab lookup. More... | |
Unit test of Lagrange basis class.
Definition in file test_01.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Tests for Lagrange basis on tets. Tests Kronecker property of basis and basic execution of differentiation and dof-tab lookup.
argc | [in] - number of command-line arguments |
argv | [in] - command-line arguments |
Definition at line 67 of file test_01.cpp.
References Intrepid::Basis< Scalar, ArrayScalar >::getBaseCellTopology(), Intrepid::Basis< Scalar, ArrayScalar >::getCardinality(), Intrepid::Basis< Scalar, ArrayScalar >::getDofOrdinalData(), Intrepid::PointTools::getLatticeSize(), and Intrepid::Basis_HGRAD_TET_Cn_FEM< Scalar, ArrayScalar >::getValues().