_bulk_element_id | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | private |
_bulk_face_id | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | private |
_detJ_times_integralMeasure | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | private |
_integration_method | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | private |
_surface_element | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | private |
getSurfaceNormal(MeshLib::Element const &surface_element, MeshLib::Element const &bulk_element) | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | inlineprivatestatic |
integrate(std::size_t const element_id, std::vector< GlobalVector * > const &x, MeshLib::PropertyVector< double > &specific_flux, double const t, MeshLib::Mesh const &bulk_mesh, std::function< Eigen::Vector3d(std::size_t const, MathLib::Point3d const &, double const, std::vector< GlobalVector * > const &)> getFlux) override | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | inlinevirtual |
NodalMatrixType typedef | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | protected |
NodalVectorType typedef | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | protected |
ShapeMatricesType typedef | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | protected |
SurfaceFluxLocalAssembler(MeshLib::Element const &surface_element, std::size_t, NumLib::GenericIntegrationMethod const &integration_method, bool const is_axially_symmetric, MeshLib::PropertyVector< std::size_t > const &bulk_element_ids, MeshLib::PropertyVector< std::size_t > const &bulk_face_ids) | ProcessLib::SurfaceFluxLocalAssembler< ShapeFunction, GlobalDim > | inline |
~SurfaceFluxLocalAssemblerInterface()=default | ProcessLib::SurfaceFluxLocalAssemblerInterface | virtual |