MCF_op             33 src/secOrd_op_solutionDriven.cpp using Esfem::Impl::MCF_op;
MCF_op             48 src/secOrd_op_solutionDriven.cpp   MCF_op mcf_op;
MCF_op             28 src/secOrd_op_solutionDriven_impl.cpp using Esfem::Impl::MCF_op; 
MCF_op             29 src/secOrd_op_solutionDriven_impl.cpp using Vector_fef = MCF_op::Vector_fef;
MCF_op             30 src/secOrd_op_solutionDriven_impl.cpp using Scalar_fef = MCF_op::Scalar_fef;
MCF_op             39 src/secOrd_op_solutionDriven_impl.cpp using Geometry = MCF_op::Geometry;
MCF_op             40 src/secOrd_op_solutionDriven_impl.cpp using Grid_part = MCF_op::Grid_part;
MCF_op             41 src/secOrd_op_solutionDriven_impl.cpp using Quadrature = MCF_op::Quadrature;
MCF_op             58 src/secOrd_op_solutionDriven_impl.cpp MCF_op::MCF_op(const Io::Parameter& p,
MCF_op             69 src/secOrd_op_solutionDriven_impl.cpp void MCF_op::operator()(const Vector_fef& rhs, Vector_fef& lhs) const{
MCF_op             83 src/secOrd_op_solutionDriven_impl.cpp void MCF_op::brusselator_rhs(const Vector_fef& rhs, Vector_fef& lhs) const{
MCF_op            113 src/secOrd_op_solutionDriven_impl.cpp void MCF_op::mcf_lhs_matrixFree_assembly(const Geometry& g,
MCF_op            131 src/secOrd_op_solutionDriven_impl.cpp void MCF_op::mcf_rhs_matrixFree_assembly(const Geometry& g,
MCF_op            157 src/secOrd_op_solutionDriven_impl.cpp MCF_op::Range<Vector_fef>
MCF_op            158 src/secOrd_op_solutionDriven_impl.cpp MCF_op::surface_normal(const Geometry& g) const{
MCF_op            173 src/secOrd_op_solutionDriven_impl.cpp std::vector<MCF_op::Domain<Vector_fef> >
MCF_op            174 src/secOrd_op_solutionDriven_impl.cpp Esfem::Impl::oriented_basis(const MCF_op::Geometry& g){
MCF_op            186 src/secOrd_op_solutionDriven_impl.cpp MCF_op::Range<Vector_fef> Esfem::Impl::nonUnit_normal
MCF_op            187 src/secOrd_op_solutionDriven_impl.cpp (const std::vector<MCF_op::Domain<Vector_fef> >& basis){
MCF_op             63 src/secOrd_op_solutionDriven_impl.h       MCF_op(const Io::Parameter&,
MCF_op             68 src/secOrd_op_solutionDriven_impl.h       MCF_op(const MCF_op&) = delete;
MCF_op             69 src/secOrd_op_solutionDriven_impl.h       MCF_op& operator=(const MCF_op&) = delete;
MCF_op            161 src/secOrd_op_solutionDriven_impl.h     std::vector<MCF_op::Domain<MCF_op::Vector_fef> >
MCF_op            162 src/secOrd_op_solutionDriven_impl.h     oriented_basis(const MCF_op::Geometry&);
MCF_op            169 src/secOrd_op_solutionDriven_impl.h     MCF_op::Range<MCF_op::Vector_fef> nonUnit_normal
MCF_op            170 src/secOrd_op_solutionDriven_impl.h     (const std::vector<MCF_op::Domain<MCF_op::Vector_fef> >& basis);
MCF_op            177 src/secOrd_op_solutionDriven_impl.h     inline MCF_op::RangeField
MCF_op            178 src/secOrd_op_solutionDriven_impl.h     euclidean_norm(const MCF_op::Range<MCF_op::Vector_fef>& v){
MCF_op            179 src/secOrd_op_solutionDriven_impl.h       static_assert(MCF_op::dim_vec_range == 3, "Bad dimension");
MCF_op            199 src/secOrd_op_solutionDriven_impl.h     inline MCF_op::Range<MCF_op::Vector_fef>
MCF_op            201 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Quadrature& q,
MCF_op            202 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Local_function<MCF_op::Vector_fef>& cf){
MCF_op            203 src/secOrd_op_solutionDriven_impl.h       MCF_op::Range<MCF_op::Vector_fef> X;
MCF_op            208 src/secOrd_op_solutionDriven_impl.h     inline MCF_op::Range<MCF_op::Scalar_fef>
MCF_op            210 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Quadrature& q,
MCF_op            211 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Local_function<MCF_op::Scalar_fef>& cf){
MCF_op            212 src/secOrd_op_solutionDriven_impl.h       MCF_op::Range<MCF_op::Scalar_fef> u;
MCF_op            217 src/secOrd_op_solutionDriven_impl.h     inline MCF_op::Jacobian_range<MCF_op::Vector_fef>
MCF_op            219 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Quadrature& q,
MCF_op            220 src/secOrd_op_solutionDriven_impl.h 	     const MCF_op::Local_function<MCF_op::Vector_fef>& cf){
MCF_op            221 src/secOrd_op_solutionDriven_impl.h       MCF_op::Jacobian_range<MCF_op::Vector_fef> nabla_X;