|
PolyFEM
|
#include "PeriodicBoundaryLagrangianForm.hpp"#include <polyfem/utils/Logger.hpp>#include <algorithm>#include <cmath>#include <limits>#include <map>#include <set>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::solver |
| RowVectorNd point |
Definition at line 18 of file PeriodicBoundaryLagrangianForm.cpp.
| std::vector<std::pair<int, double> > weights |
Definition at line 19 of file PeriodicBoundaryLagrangianForm.cpp.
Referenced by polyfem::utils::BoundarySampler::boundary_quadrature(), polyfem::utils::BoundarySampler::boundary_quadrature(), polyfem::solver::LayerThicknessForm::build_collision_mesh(), polyfem::solver::ProxyContactForceForm::build_collision_mesh(), polyfem::solver::TransientForm::compute_adjoint_rhs(), polyfem::solver::NavierStokesFSIAveragePressureForm::compute_constraint(), polyfem::assembler::RhsAssembler::compute_energy(), polyfem::assembler::RhsAssembler::compute_energy_hess(), polyfem::solver::OperatorSplittingSolver::compute_gbase_jacobi(), polyfem::solver::OperatorSplittingSolver::compute_gbase_val(), polyfem::solver::TransientForm::compute_partial_gradient(), polyfem::mesh::Mesh::create(), polyfem::io::OutGeometryData::extract_boundary_mesh_sampled(), polyfem::solver::NavierStokesFSIAveragePressureForm::first_derivative_unweighted(), polyfem::solver::TransientForm::get_transient_quadrature_weights(), polyfem::solver::SolveData::init_forms(), polyfem::io::Evaluator::interpolate_boundary_function(), polyfem::solver::OperatorSplittingSolver::interpolator(), polyfem::io::MshReader::load(), polyfem::io::MshReader::load(), polyfem::io::MshReader::load(), polyfem::io::MshReader::load(), polyfem::utils::BoundarySampler::quadrature_for_polygon_edge(), polyfem::utils::BoundarySampler::quadrature_for_prism_face(), polyfem::utils::BoundarySampler::quadrature_for_pyramid_face(), polyfem::utils::BoundarySampler::quadrature_for_quad_edge(), polyfem::utils::BoundarySampler::quadrature_for_quad_face(), polyfem::utils::BoundarySampler::quadrature_for_tri_edge(), polyfem::utils::BoundarySampler::quadrature_for_tri_face(), polyfem::mesh::read_surface_mesh(), polyfem::solver::NavierStokesFSIAveragePressureForm::second_derivative_unweighted(), polyfem::solver::TransientForm::solution_changed(), polyfem::varform::ScalarVarForm::solve_linear_system_with_constraints(), and polyfem::solver::TransientForm::value_unweighted().