def attribute_set(self, v): v['use_src_proj'] = False v['use_dst_proj'] = False v['coeff_type'] = 'S' v['integrator'] = 'MassIntegrator' v['test_idx'] = 0 #(index) self.vt_coeff.attribute_set(v) v = Phys.attribute_set(self, v) return v
def attribute_set(self, v): Bdry.attribute_set(self, v) Phys.attribute_set(self, v) v['sel_readonly'] = False v['sel_index'] = [] return v