290 {
292
293 auto check_result_fe_ptr = boost::make_shared<DomainEle>(
mField);
297
299 check_result_fe_ptr->getOpPtrVector(), {H1})),
300 "Apply transform");
301
302 check_result_fe_ptr->getRuleHook = [](
int,
int,
int p) {
return p; };
303 auto analyticalFunction = [&](double x, double y, double z) {
304 return sin(M_PI * x) * sin(M_PI * y);
305 };
306
307 auto u_ptr = boost::make_shared<VectorDouble>();
308
309 check_result_fe_ptr->getOpPtrVector().push_back(
311 auto mValFuncPtr = boost::make_shared<VectorDouble>();
312 check_result_fe_ptr->getOpPtrVector().push_back(
314 check_result_fe_ptr->getOpPtrVector().push_back(
319 check_result_fe_ptr);
323
325 const double *norms;
328 <<
"NORM: " << std::sqrt(norms[
NORM]);
330 }
331
333 const double *t_ptr;
335 double ref_norm = 2.2e-04;
336 double cal_norm;
338 case 1:
339 cal_norm = sqrt(t_ptr[0]);
340 break;
341 default:
343 "atom test %d does not exist",
atom_test);
344 }
345 if (cal_norm > ref_norm) {
347 "atom test %d failed! Calculated Norm %3.16e is greater than "
348 "reference Norm %3.16e",
350 }
352 }
354}
#define MOFEM_TAG_AND_LOG(channel, severity, tag)
Tag and log in channel.
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
@ MOFEM_ATOM_TEST_INVALID
PetscErrorCode DMoFEMLoopFiniteElements(DM dm, const char fe_name[], MoFEM::FEMethod *method, CacheTupleWeakPtr cache_ptr=CacheTupleSharedPtr())
Executes FEMethod for finite elements in DM.
#define MOFEM_LOG_CHANNEL(channel)
Set and reset channel.
auto createVectorMPI(MPI_Comm comm, PetscInt n, PetscInt N)
Create MPI Vector.
virtual MPI_Comm & get_comm() const =0
virtual int get_comm_rank() const =0
Get norm of input VectorDouble for Tensor0.
Specialization for double precision scalar field values calculation.
Get values from scalar function at integration points and save them to VectorDouble for Tensor0.
MoFEMErrorCode getDM(DM *dm)
Get DM.
const std::string getDomainFEName() const
Get the Domain FE Name.
SmartPetscObj< Vec > petscVec