libMesh
|
Go to the source code of this file.
Classes | |
struct | PeriodicQuadFunction |
class | PeriodicBCTest |
Functions | |
Number | quadratic_solution (const Point &p, const Parameters &, const std::string &, const std::string &) |
void | periodic_bc_test_poisson (EquationSystems &es, const std::string &) |
CPPUNIT_TEST_SUITE_REGISTRATION (PeriodicBCTest) | |
Variables | |
const boundary_id_type | top_id = 50 |
const boundary_id_type | bottom_id = 60 |
const boundary_id_type | side_id = 70 |
CPPUNIT_TEST_SUITE_REGISTRATION | ( | PeriodicBCTest | ) |
void periodic_bc_test_poisson | ( | EquationSystems & | es, |
const std::string & | |||
) |
Definition at line 74 of file periodic_bc_test.C.
References libMesh::SparseMatrix< T >::add_matrix(), libMesh::NumericVector< T >::add_vector(), libMesh::FEGenericBase< OutputType >::build(), libMesh::NumericVector< T >::close(), libMesh::SparseMatrix< T >::close(), libMesh::FEType::default_quadrature_order(), libMesh::System::get_dof_map(), libMesh::EquationSystems::get_mesh(), libMesh::EquationSystems::get_system(), libMesh::ImplicitSystem::matrix, mesh, libMesh::DenseVector< T >::resize(), libMesh::DenseMatrix< T >::resize(), libMesh::ExplicitSystem::rhs, libMesh::DenseVector< T >::size(), and libMesh::TOLERANCE.
Referenced by PeriodicBCTest::testPeriodicBC().
Number quadratic_solution | ( | const Point & | p, |
const Parameters & | , | ||
const std::string & | , | ||
const std::string & | |||
) |
Definition at line 23 of file periodic_bc_test.C.
References libMesh::Real.
Referenced by PeriodicQuadFunction::component(), PeriodicQuadFunction::operator()(), and PeriodicBCTest::testPeriodicBC().
const boundary_id_type bottom_id = 60 |
Definition at line 157 of file periodic_bc_test.C.
Referenced by PeriodicBCTest::testPeriodicBC().
const boundary_id_type side_id = 70 |
Definition at line 158 of file periodic_bc_test.C.
Referenced by libMesh::BoundaryInfo::parallel_sync_side_ids(), libMesh::AbaqusIO::read_sideset(), libMesh::C0Polyhedron::retriangulate(), libMesh::UnstructuredMesh::stitching_helper(), PeriodicBCTest::testPeriodicBC(), and libMesh::ExodusII_IO_Helper::write_sideset_data().
const boundary_id_type top_id = 50 |
Definition at line 156 of file periodic_bc_test.C.
Referenced by libMesh::MeshTools::Generation::build_extrusion(), NavierSystem::init_data(), and PeriodicBCTest::testPeriodicBC().