Home
last modified time | relevance | path

Searched refs:P1Basis (Results 1 – 8 of 8) sorted by relevance

/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/whitney/edges0.5/
H A Dbasis.hh59 typedef ScalarLocalToGlobalBasisAdaptor<P1LocalBasis, Geometry> P1Basis; typedef in Dune::EdgeS0_5Basis
69 std::vector<typename P1Basis::Traits::Jacobian> p1j;
83 p1j(s, typename P1Basis::Traits::Jacobian(0)), edgel(s) in EdgeS0_5Basis()
89 P1Basis(p1LocalBasis, geo).evaluateJacobian(xl, p1j); in EdgeS0_5Basis()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/AdvReactDG_P/
H A DAdvReactDG_P.F90474 REAL(KIND=dp) :: Basis(nd),P1Basis(nd1),P2Basis(nd2) local
519 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
526 Jump(1:nd1) = P1Basis(1:nd1)
529 Average(1:nd1) = P1Basis(1:nd1) / 2
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DFluxSolver.F90477 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
511 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
518 Jump(1:n1) = P1Basis(1:n1)
H A DEMWaveSolver.F901133 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
1167 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
1174 Jump(1:n1) = P1Basis(1:n1)
H A DFourierLoss.F901322 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
1356 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
1363 Jump(1:n1) = P1Basis(1:n1)
H A DVectorHelmholtz.F901406 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
1440 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
1447 Jump(1:n1) = P1Basis(1:n1)
H A DMagnetoDynamics2D.F903150 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
3188 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
3195 Jump(1:n1) = P1Basis(1:n1)
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/MagnetoDynamics/
H A DCalcFields.F903016 REAL(KIND=dp) :: FaceBasis(n), P1Basis(n1), P2Basis(n2) local
3050 stat = ElementInfo(P1, P1Nodes, U, V, W, detJ, P1Basis)
3057 Jump(1:n1) = P1Basis(1:n1)