-
Kranc currently supports DG operators, but not efficiently. I am planning to add a feature that makes this efficient. The basic plan is to loop over a grid function in two layers: an outermost layer t…
-
```julia
julia> function f(x,p)
hess = FiniteDiff.finite_difference_hessian(y -> sum(y.^3), x)
return hess * p
end
f (generic function with 1 method)
julia> x=rand(3)
3-e…
-
Here are some observations and suggestions that you're welcome to consider:
Overall I think the code could push further the separation between abstraction and implementation, and provide a few more…
-
## Reason
It will allow users to create arbitrary hybridized kernels. I will need it for https://github.com/idaholab/moose/issues/26405. It is easiest to have a framework interface (as opposed to jus…
-
Take this example:
```
a = DataFrame(a =["a","b","c"], b=[1,2,3])
b = ["a","a","b"]
Xover, yover = random_oversample(a, b)
```
This fails because ` ScientificTypes.schema(X).scitypes` fai…
-
This looks a relevant paper: http://onlinelibrary.wiley.com/doi/10.1002/gamm.201410004/pdf
-
-
Hello, after using DICe, I would like to plot tensile curves for my mechanical tests. My main problem is how to obtain the strain for each deformed image. For each picture:
• Is it better to calcula…
-
![image](https://github.com/naver-ai/cgl_fairness/assets/84905965/b17ee548-ea3c-42b1-a844-0ad8102b2876)
The `nan` loss made the acc a rapid decrease.
And then I use command:
```
python main_grou…
-
Ebrahim Forati
> Different densities of electromagnetic states inside a one dimensional photonic crystal (1D PC) are studied. Hertz vector formalism is used to calculate Green tensor inside a layer…