Home
last modified time | relevance | path

Searched refs:get_n_A_terms (Results 1 – 12 of 12) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/reduced_basis/
H A Drb_scm_evaluation.C166 glp_add_cols(lp,rb_theta_expansion->get_n_A_terms()); in get_SCM_LB()
168 for (unsigned int q=0; q<rb_theta_expansion->get_n_A_terms(); q++) in get_SCM_LB()
195 unsigned int matrix_size = n_rows*rb_theta_expansion->get_n_A_terms(); in get_SCM_LB()
211 for (unsigned int q=0; q<rb_theta_expansion->get_n_A_terms(); q++) in get_SCM_LB()
229 for (unsigned int q=0; q<rb_theta_expansion->get_n_A_terms(); q++) in get_SCM_LB()
288 for (unsigned int q=0; q<rb_theta_expansion->get_n_A_terms(); q++) in get_SCM_UB()
421 for (auto j : make_range(rb_theta_expansion->get_n_A_terms())) in legacy_write_offline_data_to_files()
465 for (unsigned int i=0; i<rb_theta_expansion->get_n_A_terms(); i++) in legacy_read_offline_data_from_files()
481 for (unsigned int i=0; i<rb_theta_expansion->get_n_A_terms(); i++) in legacy_read_offline_data_from_files()
538 SCM_UB_vectors[i].resize( rb_theta_expansion->get_n_A_terms() ); in legacy_read_offline_data_from_files()
[all …]
H A Drb_scm_construction.C173 …libMesh::out << "A_q operators attached: " << get_rb_theta_expansion().get_n_A_terms() << std::end… in print_info()
204 rb_scm_eval->B_min.resize(get_rb_theta_expansion().get_n_A_terms()); in resize_SCM_vectors()
205 rb_scm_eval->B_max.resize(get_rb_theta_expansion().get_n_A_terms()); in resize_SCM_vectors()
296 rb_scm_eval->B_min.resize(get_rb_theta_expansion().get_n_A_terms()); in compute_SCM_bounding_box()
297 rb_scm_eval->B_max.resize(get_rb_theta_expansion().get_n_A_terms()); in compute_SCM_bounding_box()
299 for (unsigned int q=0; q<get_rb_theta_expansion().get_n_A_terms(); q++) in compute_SCM_bounding_box()
363 for (unsigned int q=0; q<get_rb_theta_expansion().get_n_A_terms(); q++) in evaluate_stability_constant()
390 for (unsigned int q=0; q<get_rb_theta_expansion().get_n_A_terms(); q++) in evaluate_stability_constant()
413 libmesh_error_msg_if(q >= get_rb_theta_expansion().get_n_A_terms(), in Aq_inner_product()
480 std::vector<Real> zero_vector(get_rb_theta_expansion().get_n_A_terms()); in enrich_C_J()
H A Drb_evaluation.C120 RB_Aq_vector.resize(rb_theta_expansion->get_n_A_terms()); in resize_data_structures()
122 for (unsigned int q=0; q<rb_theta_expansion->get_n_A_terms(); q++) in resize_data_structures()
163 for (unsigned int j=0; j<rb_theta_expansion->get_n_A_terms(); j++) in resize_data_structures()
169 …unsigned int Q_a_hat = rb_theta_expansion->get_n_A_terms()*(rb_theta_expansion->get_n_A_terms()+1)… in resize_data_structures()
193 Aq_representor.resize(rb_theta_expansion->get_n_A_terms()); in resize_data_structures()
194 for (unsigned int q_a=0; q_a<rb_theta_expansion->get_n_A_terms(); q_a++) in resize_data_structures()
236 for (unsigned int q_a=0; q_a<rb_theta_expansion->get_n_A_terms(); q_a++) in rb_solve()
335 const unsigned int n_A_terms = rb_theta_expansion->get_n_A_terms(); in compute_residual_dual_norm()
652 …unsigned int Q_a_hat = rb_theta_expansion->get_n_A_terms()*(rb_theta_expansion->get_n_A_terms()+1)… in legacy_write_offline_data_to_files()
804 for (unsigned int q_a=0; q_a<rb_theta_expansion->get_n_A_terms(); q_a++) in legacy_read_offline_data_from_files()
[all …]
H A Drb_assembly_expansion.C37 libmesh_error_msg_if(q >= get_n_A_terms(), in perform_A_interior_assembly()
48 libmesh_error_msg_if(q >= get_n_A_terms(), in perform_A_boundary_assembly()
104 unsigned int RBAssemblyExpansion::get_n_A_terms() const in get_n_A_terms() function
175 libmesh_error_msg_if(q >= get_n_A_terms(), in get_A_assembly()
H A Drb_construction.C437 …mesh_assert_equal_to (get_rb_theta_expansion().get_n_A_terms(), get_rb_assembly_expansion().get_n_… in initialize_rb_construction()
482 Aq_vector.resize(get_rb_theta_expansion().get_n_A_terms()); in allocate_data_structures()
524 for (unsigned int q=0; q<get_rb_theta_expansion().get_n_A_terms(); q++) in allocate_data_structures()
537 for (unsigned int q=0; q<get_rb_theta_expansion().get_n_A_terms(); q++) in allocate_data_structures()
912 libmesh_error_msg_if(q >= get_rb_theta_expansion().get_n_A_terms(), in assemble_Aq_matrix()
932 libmesh_error_msg_if(q_a >= get_rb_theta_expansion().get_n_A_terms(), in add_scaled_Aq()
964 for (unsigned int q_a=0; q_a<get_rb_theta_expansion().get_n_A_terms(); q_a++) in assemble_all_affine_operators()
967 << get_rb_theta_expansion().get_n_A_terms() << std::endl; in assemble_all_affine_operators()
2147 libmesh_error_msg_if(q >= get_rb_theta_expansion().get_n_A_terms(), in get_Aq()
2158 libmesh_error_msg_if(q >= get_rb_theta_expansion().get_n_A_terms(), in get_non_dirichlet_Aq()
[all …]
H A Drb_theta_expansion.C35 unsigned int RBThetaExpansion::get_n_A_terms() const in get_n_A_terms() function
121 …libmesh_error_msg_if(q >= get_n_A_terms(), "Error: We must have q < get_n_A_terms in eval_A_theta.… in eval_A_theta()
130 …libmesh_error_msg_if(q >= get_n_A_terms(), "Error: We must have q < get_n_A_terms in eval_A_theta.… in eval_A_theta()
H A Drb_data_serialization.C309 unsigned int n_A_terms = rb_theta_expansion.get_n_A_terms(); in add_rb_evaluation_data_to_builder()
399 unsigned int n_A_terms = rb_theta_expansion.get_n_A_terms(); in add_rb_evaluation_data_to_builder()
556 unsigned int n_A_terms = trans_theta_expansion.get_n_A_terms(); in add_transient_rb_evaluation_data_to_builder()
706 …mesh_error_msg_if(rb_scm_eval.B_min.size() != rb_scm_eval.get_rb_theta_expansion().get_n_A_terms(), in add_rb_scm_evaluation_data_to_builder()
714 …mesh_error_msg_if(rb_scm_eval.B_max.size() != rb_scm_eval.get_rb_theta_expansion().get_n_A_terms(), in add_rb_scm_evaluation_data_to_builder()
751 unsigned int n_A_terms = rb_scm_eval.get_rb_theta_expansion().get_n_A_terms(); in add_rb_scm_evaluation_data_to_builder()
H A Dtransient_rb_evaluation.C83 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in resize_data_structures()
166 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in rb_solve()
429 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in cache_online_residual_terms()
602 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in uncached_compute_residual_dual_norm()
751 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in legacy_write_offline_data_to_files()
904 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in legacy_read_offline_data_from_files()
H A Drb_data_deserialization.C339 unsigned int n_A_terms = rb_theta_expansion.get_n_A_terms(); in load_rb_evaluation_data()
523 unsigned int n_A_terms = trans_rb_eval.get_rb_theta_expansion().get_n_A_terms(); in load_transient_rb_evaluation_data()
822 unsigned int n_A_terms = rb_scm_eval.get_rb_theta_expansion().get_n_A_terms(); in load_rb_scm_evaluation_data()
H A Dtransient_rb_construction.C420 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in truth_assembly()
984 const unsigned int Q_a = trans_theta_expansion.get_n_A_terms(); in update_residual_terms()
/dports/math/libmesh/libmesh-1.6.2/include/reduced_basis/
H A Drb_assembly_expansion.h100 unsigned int get_n_A_terms() const;
H A Drb_theta_expansion.h95 unsigned int get_n_A_terms() const;